Uses of Interface
ix.iface.ui.IFormModel

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

Uses of IFormModel in ix.iface.ui
 

Classes in ix.iface.ui that implement IFormModel
 class AbstractIFormModel
          An abstract model class to be used to fill an IFormPanel.
 class GenericIFormModel
          An default model to be used to fill an IFormPanel.
 

Fields in ix.iface.ui declared as IFormModel
protected  IFormModel IFormPanel.model
           
 

Methods in ix.iface.ui that return IFormModel
 IFormModel IFormPanel.getModel()
          Gets the panel's model.
 

Methods in ix.iface.ui with parameters of type IFormModel
 void IFormPanel.ensurePanelBits(IFormModel m)
          Ensures that the panel bits for the given model are made.
 void IFormPanel.setModel(IFormModel m)
          Sets the panel's model and loads the data into the panel.
 void IFormPanel.setModel(IFormModel m, FormDataListener l)
          Sets the panel's model and loads the data into the panel.
 

Constructors in ix.iface.ui with parameters of type IFormModel
IFormPanel(IFormModel m)
          Creates a panel with the given model and sets renderers (if any).
IFormPanel(IFormModel m, FormDataListener l)
          Creates a panel with the given model and sets renderers (if any).
 

Uses of IFormModel in ix.iview
 

Classes in ix.iview that implement IFormModel
 class ActionFormModel
          An default model to be used to fill an IFormPanel.
 class DomainFormModel
          An default model to be used to fill an IFormPanel.
 

Fields in ix.iview declared as IFormModel
(package private)  IFormModel ActionEditorPanel.formModel
           
 

Constructors in ix.iview with parameters of type IFormModel
AROEditorPanel.AROFormPanel(AConstructFramePanel parent, IFormModel model)
           
GlobalFormPanel(AConstructFramePanel theParent, IFormModel m)