Uses of Class
scphEditor.OperandControl

Uses of OperandControl in scphEditor
 

Subclasses of OperandControl in scphEditor
(package private)  class Workspace.EditorOperandControl
           
 

Fields in scphEditor declared as OperandControl
protected  OperandControl ExpressionView.myControl
          Remembers my control object (event listener), so I can pass it on to children.
 

Constructors in scphEditor with parameters of type OperandControl
ExpressionNaryView(ExpressionNary exOf, OperandControl c)
          Constructor.
ExpressionView(Expression exOf, OperandControl c)
          Constructor.
IdentifierView(Identifier idOf, OperandControl c)
          Creates an IdentifierView object that views the given Identifier.
NullView(OperandControl c)
          Creates NullView object.
OperandViewFactory(OperandControl c)
          Constructor.
VariableView(Variable idOf, OperandControl c)