Uses of Interface
macaw.util.DisplayableListParentForm

Packages that use DisplayableListParentForm
macaw.presentationLayer This is the main package that produces the GUI application forms for Macaw. 
macaw.util Contains classes which may be useful in other software projects. 
 

Uses of DisplayableListParentForm in macaw.presentationLayer
 

Classes in macaw.presentationLayer that implement DisplayableListParentForm
 class DerivedVariableEditor
          
 class RawVariableEditor
          
 class VariableConstantsEditor
          
 class VariableEditor
          
 

Constructors in macaw.presentationLayer with parameters of type DisplayableListParentForm
OntologyTermsPanel(SessionProperties sessionProperties, DisplayableListParentForm parentForm, boolean allowWriteAccess)
           
SourceVariablesPanel(SessionProperties sessionProperties, DisplayableListParentForm parentForm, boolean allowWriteAccess)
           
 

Uses of DisplayableListParentForm in macaw.util
 

Constructors in macaw.util with parameters of type DisplayableListParentForm
DisplayableListPanel(SessionProperties sessionProperties, DisplayableListParentForm parentForm, java.lang.String panelTitleText, boolean allowWriteAccess)
           
DisplayableListPanel(SessionProperties sessionProperties, DisplayableListParentForm parentForm, java.lang.String panelTitleText, boolean allowWriteAccess, boolean allowRecordEditing)