[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

ConditionalCommand

mixes in with Object

ConditionalCommand



Operations

Get list of all operations

ShowCommand


Attributes

Get list of all attributes

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;