ConditionalCommand |
|
|
ShowCommand |
Class ConditionalCommand defines no new attributes.
Fields
No fields are defined by ConditionalCommand or any of its superclasses.
Instance template
Class ConditionalCommand cannot be instantiated.
Class definition
Define Class ConditionalCommand; mixes in with Object; operation ShowCommand(): Boolean, noMethod; // called every time the commands window comes up on the scene-specific local commands // return true this command should be included in the window; false otherwise end class;