java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JTextField
javax.swing.JFormattedTextField
- All Implemented Interfaces:
- ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants
- See Also:
- Top Examples, Source Code,
XMLEncoder
, setFocusLostBehavior(int)
public static final int COMMIT
- See Also:
setFocusLostBehavior(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void commitEdit()
throws ParseException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int COMMIT_OR_REVERT
- See Also:
setFocusLostBehavior(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Action[] getActions()
- See Also:
- JTextField
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[1344]_
By prasanna_jps { at } yahoo { dot } co { dot } in on 2005/03/12 07:51:37 Rate
Hang_length.setFormatterFactory ( null ) ;
this is error
"addNewHangar.java": Error #: 300 : method setFormatterFactory ( null ) not found in class lpd.eHangar.gui.swing.JTextFieldTemplate at line 135, column 16
public int getFocusLostBehavior()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JFormattedTextField.AbstractFormatter getFormatter()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JFormattedTextField.AbstractFormatterFactory getFormatterFactory()
- See Also:
setFormatterFactory(javax.swing.JFormattedTextField.AbstractFormatterFactory)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getUIClassID()
- See Also:
- JTextField
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getValue()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void invalidEdit()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isEditValid()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JFormattedTextField()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JFormattedTextField(Object value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JFormattedTextField(Format format)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JFormattedTextField(JFormattedTextField.AbstractFormatter formatter)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JFormattedTextField(JFormattedTextField.AbstractFormatterFactory factory)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JFormattedTextField(JFormattedTextField.AbstractFormatterFactory factory,
Object currentValue)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int PERSIST
- See Also:
setFocusLostBehavior(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void processFocusEvent(FocusEvent e)
- See Also:
- Component
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void processInputMethodEvent(InputMethodEvent e)
- See Also:
- JTextComponent
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int REVERT
- See Also:
setFocusLostBehavior(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDocument(Document doc)
- See Also:
JTextComponent.getDocument()
, JTextField
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setFocusLostBehavior(int behavior)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void setFormatter(JFormattedTextField.AbstractFormatter format)
- See Also:
setFormatterFactory(javax.swing.JFormattedTextField.AbstractFormatterFactory)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setFormatterFactory(JFormattedTextField.AbstractFormatterFactory tf)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setValue(Object value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples