|
Log4j 0.9d | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLocalizedObservableAbstractAction
pl.psnc.expres.wfm.action.WfmObservableAbstractAction
public abstract class WfmObservableAbstractAction
WfmObservableAbstractAction
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 | |
---|---|
WfmObservableAbstractAction(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 |
CustomMarqueeHandler |
getMarqueeHandler()
Get instance of graph marquee handler. |
protected abstract void |
initObservers()
Initialises observers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Observer |
---|
update |
Field Detail |
---|
protected JMainFrame mainFrame
Constructor Detail |
---|
public WfmObservableAbstractAction(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
public CustomMarqueeHandler getMarqueeHandler() throws GraphException
GraphException
- thrown when jgraph instance lookup failedprotected abstract void initObservers()
|
Log4j 0.9d | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |