Uses of Interface
ix.iface.ui.IXEditorPanel

Packages that use IXEditorPanel
ix.iface.ui I-X user interfaces. 
ix.iview Viewers. 
 

Uses of IXEditorPanel in ix.iface.ui
 

Classes in ix.iface.ui that implement IXEditorPanel
 class AbstractEditorPanel
          A simple panel with a label (title), a component, and optional buttons.
 class ListEditorPanel
          A simple panel with a label (title), a component, and optional buttons.
 class ThingEditorPanel
          A simple panel with a label (title), a component, and optional buttons.
 

Methods in ix.iface.ui that return IXEditorPanel
protected  IXEditorPanel IFormPanel.makeDisplayBit(java.lang.String field)
          Makes a display panel with the name as its label and a suitable item.
 IXEditorPanel IFormPanel.getFieldBit(java.lang.String field)
           
 

Uses of IXEditorPanel in ix.iview
 

Classes in ix.iview that implement IXEditorPanel
 class MiniConstraintPanel
          A simple panel with a label (title), a component, and optional buttons.
 

Methods in ix.iview that return IXEditorPanel
protected  IXEditorPanel ActionFormPanel.makeDisplayBit(java.lang.String field)
          make a special display bit for miniConstraints
protected  IXEditorPanel GlobalFormPanel.makeDisplayBit(java.lang.String field)