com.bankframe.fe.statemachine.ext.apploaders.bean.editors
Class PropertiesEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.bankframe.fe.statemachine.ext.apploaders.bean.editors.PropertiesEditor
- All Implemented Interfaces:
- PropertyEditor, EventListener, TableModelListener
public class PropertiesEditor
- extends PropertyEditorSupport
- implements TableModelListener
PropertiesEditor
public PropertiesEditor()
- Constructor for PropertiesEditor.
PropertiesEditor
public PropertiesEditor(Object arg0)
- Constructor for PropertiesEditor.
- Parameters:
arg0
-
getCustomEditor
public Component getCustomEditor()
- Specified by:
getCustomEditor
in interface PropertyEditor
- Overrides:
getCustomEditor
in class PropertyEditorSupport
- See Also:
PropertyEditor.getCustomEditor()
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor
in interface PropertyEditor
- Overrides:
supportsCustomEditor
in class PropertyEditorSupport
- See Also:
PropertyEditor.supportsCustomEditor()
isPaintable
public boolean isPaintable()
- Specified by:
isPaintable
in interface PropertyEditor
- Overrides:
isPaintable
in class PropertyEditorSupport
- See Also:
PropertyEditor.isPaintable()
paintValue
public void paintValue(Graphics arg0,
Rectangle arg1)
- Specified by:
paintValue
in interface PropertyEditor
- Overrides:
paintValue
in class PropertyEditorSupport
- See Also:
PropertyEditor.paintValue(Graphics, Rectangle)
setValue
public void setValue(Object value)
- Specified by:
setValue
in interface PropertyEditor
- Overrides:
setValue
in class PropertyEditorSupport
- See Also:
PropertyEditor.setValue(Object)
tableChanged
public void tableChanged(TableModelEvent evt)
- Specified by:
tableChanged
in interface TableModelListener
- See Also:
TableModelListener.tableChanged(TableModelEvent)
getValue
public Object getValue()
- Specified by:
getValue
in interface PropertyEditor
- Overrides:
getValue
in class PropertyEditorSupport
- See Also:
PropertyEditor.getValue()
getColumnNames
public List getColumnNames()
- Returns the columnNames.
- Returns:
- List
setColumnNames
public void setColumnNames(List columnNames)
- Sets the columnNames.
- Parameters:
columnNames
- The columnNames to set
Copyright © 2005, 2007, Oracle. All rights reserved.