Modifier and Type | Field and Description |
---|---|
private static boolean | |
private JButton | |
protected static final int | |
protected static final int | |
protected static final int | |
private XOperations | |
private XObject | |
protected JTextField |
Access | Constructor and Description |
---|---|
public | |
public | |
public | |
public | XTextField(Object value, Class<?> expectedClass, int colWidth, boolean isCallable, JButton button, XOperations operation)
|
Modifier and Type | Method and Description |
---|---|
public void | actionPerformed(ActionEvent
the event to be processed e)Implements java. |
protected JMenuItem | |
public void | changedUpdate(DocumentEvent
the document event e)Implements javax. |
private synchronized void | |
public static boolean | |
public Object | getValue()
This method returns either the user inputted String, or an XObject if one was dropped on the input field. |
protected void | |
public void | insertUpdate(DocumentEvent
the document event e)Implements javax. |
public void | removeUpdate(DocumentEvent
the document event e)Implements javax. |
private synchronized void | |
public void | |
public static void |
allowNullSelection | back to summary |
---|---|
private static boolean allowNullSelection |
button | back to summary |
---|---|
private JButton button |
COMPATIBLE_VALUE | back to summary |
---|---|
protected static final int COMPATIBLE_VALUE |
CURRENT_VALUE | back to summary |
---|---|
protected static final int CURRENT_VALUE |
NULL_VALUE | back to summary |
---|---|
protected static final int NULL_VALUE |
operation | back to summary |
---|---|
private XOperations operation |
selectedObject | back to summary |
---|---|
private XObject selectedObject |
textField | back to summary |
---|---|
protected JTextField textField |
XTextField | back to summary |
---|---|
public XTextField() |
XTextField | back to summary |
---|---|
public XTextField(Object value) |
XTextField | back to summary |
---|---|
public XTextField(Object value, int colWidth) |
XTextField | back to summary |
---|---|
public XTextField(Object value, Class<?> expectedClass, int colWidth, boolean isCallable, JButton button, XOperations operation) |
actionPerformed | back to summary |
---|---|
public void actionPerformed(ActionEvent e) Implements java. Doc from java. Invoked when an action occurs.
|
buildJMenuItem | back to summary |
---|---|
protected JMenuItem buildJMenuItem(XObject xobject, int valueType) |
changedUpdate | back to summary |
---|---|
public void changedUpdate(DocumentEvent e) Implements javax. Doc from javax. Gives notification that an attribute or set of attributes changed.
|
clearObject | back to summary |
---|---|
private synchronized void clearObject() |
getNullSelectionAllowed | back to summary |
---|---|
public static boolean getNullSelectionAllowed() |
getValue | back to summary |
---|---|
public Object getValue() This method returns either the user inputted String, or an XObject if one was dropped on the input field. |
init | back to summary |
---|---|
protected void init(Object value, Class<?> expectedClass) |
insertUpdate | back to summary |
---|---|
public void insertUpdate(DocumentEvent e) Implements javax. Doc from javax. Gives notification that there was an insert into the document. The range given by the DocumentEvent bounds the freshly inserted region.
|
removeUpdate | back to summary |
---|---|
public void removeUpdate(DocumentEvent e) Implements javax. Doc from javax. Gives notification that a portion of the document has been removed. The range is given in terms of what the view last saw (that is, before updating sticky positions).
|
setDefaultColors | back to summary |
---|---|
private synchronized void setDefaultColors() |
setHorizontalAlignment | back to summary |
---|---|
public void setHorizontalAlignment(int h) |
setNullSelectionAllowed | back to summary |
---|---|
public static void setNullSelectionAllowed(boolean allowNullSelection) |