Uses of Class
macaw.presentationLayer.VariableEditor

Packages that use VariableEditor
macaw.presentationLayer This is the main package that produces the GUI application forms for Macaw. 
 

Uses of VariableEditor in macaw.presentationLayer
 

Subclasses of VariableEditor in macaw.presentationLayer
 class DerivedVariableEditor
          
 class RawVariableEditor
          
 

Constructors in macaw.presentationLayer with parameters of type VariableEditor
SupportingDocumentsPanel(SessionProperties sessionProperties, VariableEditor variableEditor, boolean allowWriteAccess)