java.lang.Object
com.paradoxpoint.libitina.monument.AbstractItemEditor
- All Implemented Interfaces:
- ItemEditor
- Direct Known Subclasses:
- ItemPanel.ImageItemEditor, ItemPanel.TextItemEditor, ItemPanel.TransformableImageItemEditor
- public abstract class AbstractItemEditor
- extends java.lang.Object
- implements ItemEditor
|
Constructor Summary |
protected |
AbstractItemEditor()
Creates a new instance of AbstractItemEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listenerList
protected javax.swing.event.EventListenerList listenerList
changeEvent
protected javax.swing.event.ChangeEvent changeEvent
AbstractItemEditor
protected AbstractItemEditor()
- Creates a new instance of AbstractItemEditor
addItemEditorListener
public void addItemEditorListener(ItemEditorListener l)
- Specified by:
addItemEditorListener in interface ItemEditor
fireEditingStopped
protected void fireEditingStopped()
getItemEditorComponent
public abstract java.awt.Component getItemEditorComponent(ItemPanel panel,
Item item)
- Specified by:
getItemEditorComponent in interface ItemEditor
getItemEditorListeners
public ItemEditorListener[] getItemEditorListeners()
isItemEditable
public boolean isItemEditable(java.util.EventObject anEvent)
- Specified by:
isItemEditable in interface ItemEditor
removeItemEditorListener
public void removeItemEditorListener(ItemEditorListener l)
- Specified by:
removeItemEditorListener in interface ItemEditor
shouldSelectItem
public boolean shouldSelectItem(java.util.EventObject anEvent)
- Specified by:
shouldSelectItem in interface ItemEditor
stopItemEditing
public boolean stopItemEditing()
- Specified by:
stopItemEditing in interface ItemEditor