| |
|
| javax.swing.JTextField workbench.gui.components.IntegerPropertyEditor
IntegerPropertyEditor | public IntegerPropertyEditor()(Code) | | |
applyChanges | public void applyChanges()(Code) | | |
focusGained | public void focusGained(FocusEvent e)(Code) | | Invoked when a component gains the keyboard focus.
|
focusLost | public void focusLost(FocusEvent e)(Code) | | Invoked when a component loses the keyboard focus.
|
getImmediateUpdate | public boolean getImmediateUpdate()(Code) | | |
getValue | public int getValue()(Code) | | Return the value that the user entered
as an int. If the user did not enter anything
or not a number Integer.MIN_VALUE will be returned
|
isChanged | public boolean isChanged()(Code) | | |
setImmediateUpdate | public void setImmediateUpdate(boolean aFlag)(Code) | | |
|
|
|