|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.modeler.tools.ModelerToolDecisionTableEntry
public class ModelerToolDecisionTableEntry
Entry in the tool decision table that determines which tool to use for which situation.
| Constructor Summary | |
|---|---|
ModelerToolDecisionTableEntry(ModelerTool tool,
java.lang.Class objectClass,
int requiredInputState)
Value constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getObjectClass()
Gets the class of the object (usually figure or handle) this tool is suitable for or null for any. |
int |
getRequiredInputState()
Gets the expected keyboard and mouse button input state. |
ModelerTool |
getTool()
Gets the tool. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelerToolDecisionTableEntry(ModelerTool tool,
java.lang.Class objectClass,
int requiredInputState)
tool - ToolobjectClass - Class of the object (usually figure or handle) this tool is suitable for or null for anyrequiredInputState - Expected keyboard and mouse button input state or 0 for any| Method Detail |
|---|
public ModelerTool getTool()
public java.lang.Class getObjectClass()
public int getRequiredInputState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||