org.almendra.janet.ade.observer.interpreters
Class StartInterpreter
java.lang.Object
org.almendra.janet.ade.observer.interpreters.ObserverInterpreter
org.almendra.janet.ade.observer.interpreters.StartInterpreter
- All Implemented Interfaces:
- IInterpreter
- Direct Known Subclasses:
- StartInterpreter
public class StartInterpreter
- extends ObserverInterpreter
- implements IInterpreter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartInterpreter
public StartInterpreter()
- Creates a new
StartInterpreter
object.
execute
public void execute(CommandAccessor cmdAccessor)
- Specified by:
execute
in interface IInterpreter
notifyWorkstationName
protected void notifyWorkstationName(ObserverAnchor anchor)
- Parameters:
anchor
-
setWorkstationName
protected void setWorkstationName(ObserverAnchor anchor)
- Parameters:
anchor
-
getWorkstationName
protected java.lang.String getWorkstationName()
- Parameters:
anchor
-
startView
protected void startView(CommandAccessor cmdAccessor)
installHandlers
protected void installHandlers(CommandAccessor cmdAccessor,
ObserverAnchor anchor)
- Parameters:
cmdAccessor
-
getAnchorInstance
protected ObserverAnchor getAnchorInstance(SystemApplication application,
Logger logger)
- Returns:
commandNames
public StringVector commandNames()
- Specified by:
commandNames
in interface IInterpreter
readDescriptor
protected void readDescriptor(ObserverAnchor anchor,
CommandAccessor cmdAccessor)
- Parameters:
anchor
- capability
-
getDescriptorFile
protected java.io.File getDescriptorFile(CommandAccessor cmdAccessor,
java.lang.String descriptorFilePathName)
setViewTitle
protected void setViewTitle(CommandAccessor cmdAccessor,
java.lang.String titlePrefix)
- Parameters:
cmdAccessor
-
setViewTitle
protected void setViewTitle(CommandAccessor cmdAccessor)