|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.Processor
org.safs.EngineCommandProcessor
org.safs.rational.REngineCommandProcessor
public class REngineCommandProcessor
REngineCommandProcessor works with RRobotJHook. Instantiated in RRobotJHook.initializeUtilities(). RGuiObjectVector (engine-specific) also is instantiated in RRobotJHook.initializeUtilities(). Engine commands that are not handled in this class, shall be handled by its parent class: EngineCommandProcessor.
| Field Summary | |
|---|---|
static java.lang.String |
COMMAND_CLEAR_HIGHLIGHTED_DIALOG
|
static java.lang.String |
COMMAND_GET_MATCHING_CHILDKEYS_ATPOINT
|
static java.lang.String |
COMMAND_HIGHLIGHT_MATCHING_CHILD_OBJECT
'highlightMatchingChildObject' |
static java.lang.String |
COMMAND_HIGHLIGHT_MATCHING_CHILD_OBJECT_BYKEY
|
| Constructor Summary | |
|---|---|
REngineCommandProcessor()
|
|
| Method Summary | |
|---|---|
void |
process()
By default executes setRecordProcessed(false) if no chainedProcessor is present. |
| Methods inherited from class org.safs.EngineCommandProcessor |
|---|
convertToDelimitedString, getEngineCommand, getGuiObjectVector, interpretFields, isSupportedRecordType, setGuiObjectVector |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMMAND_HIGHLIGHT_MATCHING_CHILD_OBJECT
public static final java.lang.String COMMAND_HIGHLIGHT_MATCHING_CHILD_OBJECT_BYKEY
public static final java.lang.String COMMAND_CLEAR_HIGHLIGHTED_DIALOG
public static final java.lang.String COMMAND_GET_MATCHING_CHILDKEYS_ATPOINT
| Constructor Detail |
|---|
public REngineCommandProcessor()
| Method Detail |
|---|
public void process()
EngineCommandProcessorBy default executes setRecordProcessed(false) if no chainedProcessor is present.
process in class EngineCommandProcessor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||