|
Log4j 0.9d | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLocalizedAbstractAction
pl.psnc.expres.wfm.action.WfmAbstractAction
public abstract class WfmAbstractAction
WfmAbstractAction
class - provides default implementations for the
JFC Action interface used in the WFM application. All string values are
internationalised.
Field Summary | |
---|---|
protected JMainFrame |
mainFrame
Instance of JMainFrame |
Constructor Summary | |
---|---|
WfmAbstractAction(String nameKey,
String iconPath,
String description)
Define an Action Object with a specified action name, icon and short description. |
Method Summary | |
---|---|
String |
getBundle()
|
CustomGraph |
getCurrentGraph()
Return an instance of the current Scenario Graph for the current Graph Editor. |
org.jgraph.graph.GraphLayoutCache |
getCurrentGraphLayoutCache()
Get the current Graph Layout Cache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JMainFrame mainFrame
Constructor Detail |
---|
public WfmAbstractAction(String nameKey, String iconPath, String description)
nameKey
- name of the actioniconPath
- the icon for the current actiondescription
- action short descriptionMethod Detail |
---|
public String getBundle()
public CustomGraph getCurrentGraph() throws GraphException
getCurrentGraph
in interface IActionGraphDecorator
GraphException
public org.jgraph.graph.GraphLayoutCache getCurrentGraphLayoutCache() throws GraphException
getCurrentGraphLayoutCache
in interface IActionGraphDecorator
GraphException
|
Log4j 0.9d | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |