Uses of Class
edu.neu.ccs.gui.InputProperties

Packages that use InputProperties
edu.neu.ccs.gui Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. 
 

Uses of InputProperties in edu.neu.ccs.gui
 

Fields in edu.neu.ccs.gui declared as InputProperties
protected  InputProperties TextAreaView.properties
          Property list for this view object.
protected  InputProperties SliderView.properties
          The property list for this view object.
protected  InputProperties OptionsView.properties
          Property list for this view object.
static InputProperties InputProperties.BASE_PROPERTIES
          Shared base property list for input property objects.
protected  InputProperties InputProperties.next
          Property list that this property list shadows.
protected  InputProperties FileView.properties
          Property list for this view object.
protected  InputProperties BooleanView.properties
          Property list for this view object.
protected  InputProperties ArrayPanel.properties
          Property list for this view object.
 

Methods in edu.neu.ccs.gui that return InputProperties
 InputProperties TypedViewWrapper.getInputProperties()
           
 InputProperties TypedView.getInputProperties()
          Returns the input properties for this view.
 InputProperties TextFieldView.getInputProperties()
           
 InputProperties TextAreaView.getInputProperties()
           
 InputProperties SliderView.getInputProperties()
           
 InputProperties OptionsView.getInputProperties()
           
 InputProperties GeneralViewSupport.getInputProperties()
          Returns the input properties for this view.
 InputProperties FileView.getInputProperties()
           
 InputProperties DropdownView.getInputProperties()
           
 InputProperties ColorView.getInputProperties()
          Returns the input properties of the internal color drop down view.
 InputProperties BooleanView.getInputProperties()
           
 InputProperties ArrayPanel.getInputProperties()
           
 

Methods in edu.neu.ccs.gui with parameters of type InputProperties
 void TypedViewWrapper.setInputProperties(InputProperties p)
           
 void TypedView.setInputProperties(InputProperties properties)
          Sets the input properties for this view to the provided input properties.
 void TextFieldView.setInputProperties(InputProperties properties)
           
 void TextAreaView.setInputProperties(InputProperties p)
           
 void SliderView.setInputProperties(InputProperties p)
           
 void OptionsView.setInputProperties(InputProperties p)
           
protected  void InputDialog.createWindowListener(InputProperties properties)
          Installs an appropriate window listener for this dialog given the provided input properties.
protected  void InputDialog.createActionsPanel(InputProperties properties)
          Installs the appropriate controls for this dialog given the provided input properties.
 void GeneralViewSupport.setInputProperties(InputProperties properties)
          Sets the input properties for this view to the provided input properties.
 void FileView.setInputProperties(InputProperties p)
           
 void DropdownView.setInputProperties(InputProperties properties)
           
 void ColorView.setInputProperties(InputProperties p)
          Sets the input properties of the internal color drop down view and fires a property change if the input properties have changed.
 void BooleanView.setInputProperties(InputProperties p)
           
 void ArrayPanel.setInputProperties(InputProperties p)
           
 

Constructors in edu.neu.ccs.gui with parameters of type InputProperties
InputProperties(InputProperties properties)
          Constructor for an empty property list that shadows the given property list.