| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Helps to build custom property editor. This class is used as base for all other Swing.* editors.
| Field Summary | |
protected final static Dimension | MEDIUM_DIMENSION |
protected JPanel | panel |
protected final static Dimension | SMALL_DIMENSION |
| Method Summary | |
void | addCellEditorListener(CellEditorListener l)Register a listener for EditingCanceled and EditingStoped events. |
protected void | fireEditingCanceled()Reports that editing cancelled. |
protected void | fireEditingStopped()Reports that editing stopped. |
Component | getCustomEditor()Returns visual component which represents this editor on UI. |
void | init(IdeInspectorProperty property)Specifies IdeInspectorProperty to be edited. |
void | removeCellEditorListener(CellEditorListener l)Removes a listener for EditingCanceled and EditingStoped events. |
protected final void | setAlignment(JComponent jcomponent) |
boolean | supportsCustomEditor()Checks whether this class supports custom editors. |
| Methods inherited from class java.beans.PropertyEditorSupport |
setValue, getValue, isPaintable, paintValue, getJavaInitializationString, getAsText, setAsText, getTags, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
| Field Detail |
protected final static Dimension MEDIUM_DIMENSION
protected JPanel panel
protected final static Dimension SMALL_DIMENSION
| Method Detail |
public void addCellEditorListener(CellEditorListener l)
protected void fireEditingCanceled()
protected void fireEditingStopped()
public Component getCustomEditor()
public void init(IdeInspectorProperty property)
public void removeCellEditorListener(CellEditorListener l)
protected final void setAlignment(JComponent jcomponent)
public boolean supportsCustomEditor()
| Association Links |
to Class java.awt.Dimension
to Class java.awt.Dimension
to Class java.util.ArrayList
to Class javax.swing.event.ChangeEvent
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||