Uses of Class
fipaos.util.DynamicClass.Property

Packages that use DynamicClass.Property
fipaos.util.objecteditor 
fipaos.util.objecteditor.primitive 

Uses of DynamicClass.Property in fipaos.util.objecteditor
 

Constructors in fipaos.util.objecteditor with parameters of type DynamicClass.Property
ComplexEditorPanel.ComplexEditorPanel(DynamicClass.Property p)
          
ObjectEditorComponentDialog.ObjectEditorComponentDialog(java.awt.Frame parent, DynamicClass.Property property)
          
 

Methods in fipaos.util.objecteditor with parameters of type DynamicClass.Property
static ObjectEditorComponentObjectEditorComponentFactory.getComponent(DynamicClass.Property property)
          Generate a JPanel sub-class which implements the ObjectEditorComponent interface for the given Property
static ObjectEditorComponentObjectEditorComponentFactory.getDialog(java.awt.Frame parent, DynamicClass.Property property)
          Generate a JDialog sub-class which implements the ObjectEditorComponent interface for the given Property
 

Uses of DynamicClass.Property in fipaos.util.objecteditor.primitive
 

Constructors in fipaos.util.objecteditor.primitive with parameters of type DynamicClass.Property
ComplexPropertyEditorPanel.ComplexPropertyEditorPanel(DynamicClass.Property property)
          
ConstrainedChoicePanel.ConstrainedChoicePanel(DynamicClass.Property prop)
          
ListEditorPanel.ListEditorPanel(DynamicClass.Property property)
          
MapEditorPanel.MapEditorPanel(DynamicClass.Property property)
          
SetEditorPanel.SetEditorPanel(DynamicClass.Property property)