com.infoteria.gui.property.editor
Class DefaultPropertyEditor
java.lang.Object
|
+--javax.swing.AbstractCellEditor
|
+--javax.swing.DefaultCellEditor
|
+--com.infoteria.gui.property.editor.DefaultPropertyEditor
- All Implemented Interfaces:
- CellEditor, FontSupport, PropertyEditor, Serializable, TableCellEditor, TreeCellEditor
- Direct Known Subclasses:
- BooleanPropertyEditor, ChoicePropertyEditor, NumberPropertyEditor, PasswordPropertyEditor
- public class DefaultPropertyEditor
- extends DefaultCellEditor
- implements PropertyEditor, FontSupport
セルに直接文字列を入力する形式のエディタ
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPropertyEditor
public DefaultPropertyEditor()
DefaultPropertyEditor
public DefaultPropertyEditor(JTextField text)
DefaultPropertyEditor
public DefaultPropertyEditor(JComboBox combo)
DefaultPropertyEditor
public DefaultPropertyEditor(JCheckBox check)
getFont
public Font getFont()
- Specified by:
getFont
in interface FontSupport
setFont
public void setFont(Font f)
- Specified by:
setFont
in interface FontSupport
setProperty
public void setProperty(Property prop)
- Specified by:
setProperty
in interface PropertyEditor
getProperty
public Property getProperty()