org.tbee.swing.textfieldpopup
Class StringTextfieldPopup
java.lang.Object
org.tbee.swing.textfieldpopup.StringTextfieldPopup
- All Implemented Interfaces:
- TextfieldPopup
public class StringTextfieldPopup
- extends java.lang.Object
- implements TextfieldPopup
|
Field Summary |
static java.lang.String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
|
Method Summary |
java.awt.Component |
getComponent(java.lang.Object value,
javax.swing.JRootPane rootPane,
java.awt.Component c)
|
java.lang.Object |
getValue()
|
boolean |
isPopupFor(java.lang.Class c)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCECODE_VERSION
public static final java.lang.String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
StringTextfieldPopup
public StringTextfieldPopup()
isPopupFor
public boolean isPopupFor(java.lang.Class c)
- Specified by:
isPopupFor in interface TextfieldPopup
getComponent
public java.awt.Component getComponent(java.lang.Object value,
javax.swing.JRootPane rootPane,
java.awt.Component c)
- Specified by:
getComponent in interface TextfieldPopup
getValue
public java.lang.Object getValue()
- Specified by:
getValue in interface TextfieldPopup
Copyright © 2010. All Rights Reserved.