|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--operations.Operation | +--operations.OpBar
Field Summary |
Fields inherited from class operations.Operation |
constructedObjects, level, objects, reconstructedObjects, thisLab, undoable, use |
Constructor Summary | |
OpBar(interagents.userLab lab)
|
Method Summary | |
boolean |
can(fundamentals.signature sgn)
The following method returns true, if it makes sense to perform this operation on the set of objects given in objs. |
boolean |
canDefault()
Returns true if this method can should be used as a default operation. |
java.lang.String |
name()
The following method returns the name of the operation. |
void |
perform(fundamentals.signature sgn)
The following method performs the operation on the objects given in objs. |
Methods inherited from class operations.Operation |
construct, deselect, enable, hide, isUndoable, record, record, show, start, stop, submenu, toNaturalLanguage, unconstruct, undoAll, undoFirst |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpBar(interagents.userLab lab)
Method Detail |
public boolean can(fundamentals.signature sgn)
Operation
can
in class Operation
public java.lang.String name()
Operation
name
in class Operation
public void perform(fundamentals.signature sgn)
Operation
perform
in class Operation
public boolean canDefault()
Operation
canDefault
in class Operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |