com.partnersoft.workbench.model
Class AbstractWorkbenchEditor
java.lang.Object
com.partnersoft.workbench.model.AbstractWorkbenchEditor
- All Implemented Interfaces:
- WorkbenchEditor
- Direct Known Subclasses:
- MapSelectionEditor
public abstract class AbstractWorkbenchEditor
- extends java.lang.Object
- implements WorkbenchEditor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
workbench
protected WorkbenchApp workbench
name
protected java.lang.String name
gui
protected javax.swing.JComponent gui
actionBureau
protected ActionBureau actionBureau
AbstractWorkbenchEditor
public AbstractWorkbenchEditor()
getGui
public javax.swing.JComponent getGui()
- Specified by:
getGui in interface WorkbenchEditor
getName
public java.lang.String getName()
- Specified by:
getName in interface WorkbenchEditor
getWorkbench
public WorkbenchApp getWorkbench()
- Specified by:
getWorkbench in interface WorkbenchEditor
setWorkbench
public void setWorkbench(WorkbenchApp workbench)
- Specified by:
setWorkbench in interface WorkbenchEditor
doAction
public void doAction(java.lang.String actionName)
- Specified by:
doAction in interface WorkbenchEditor
doAction
public void doAction(java.lang.String actionName,
java.lang.String... args)
- Description copied from interface:
WorkbenchEditor
- Perform an action with optional arguments. The first argument is the name of the action.
- Specified by:
doAction in interface WorkbenchEditor