Uses of Class
ix.iview.AConstructFramePanel

Packages that use AConstructFramePanel
ix.iview Viewers. 
ix.iview.table   
 

Uses of AConstructFramePanel in ix.iview
 

Subclasses of AConstructFramePanel in ix.iview
 class ActionEditorPanel
          An editor/viewer panel for refinement structures.
 class AROEditorPanel
          An editor/viewer panel for AROs, i.e.
 class GlobalFramePanel
          An editor/viewer panel for the domain itself (global information) Example code for using the GlobalFramePanel: ...
 class GrammarEditorPanel
          A grammar editor/viewer panel Waiting to be documented and implemented properly.
 class SimpleEditorPanel
          A minimal editor/viewer panel for making dummy panels Waiting to be implemented.
 

Fields in ix.iview declared as AConstructFramePanel
protected  AConstructFramePanel PanelSearcher.constructPanel
           
(package private)  AConstructFramePanel AConstructFramePanel.JModifyDialog.cPanel
           
protected  AConstructFramePanel DomainEditorFrame.lexiconPanel
           
(package private)  AConstructFramePanel ActionFormPanel.parent
           
protected  AConstructFramePanel AConstructEditorPanel.parent
           
protected  AConstructFramePanel DomainEditorFrame.testPanel
           
 

Methods in ix.iview with parameters of type AConstructFramePanel
 void DomainEditorFrame.updateCurrentPanel(AConstructFramePanel panel)
          Sets the current panel and sets the domain in the panel
 

Constructors in ix.iview with parameters of type AConstructFramePanel
AConstructFramePanel.JModifyDialog(javax.swing.JFrame frame, AConstructFramePanel panel)
           
AConstructFramePanel.JModifyDialog(javax.swing.JFrame frame, AConstructFramePanel panel, javax.swing.Icon i)
           
ActionFormPanel(AConstructFramePanel parent)
           
AROEditorPanel.AROFormPanel(AConstructFramePanel parent, IFormModel model)
           
GlobalFormPanel(AConstructFramePanel theParent)
           
GlobalFormPanel(AConstructFramePanel theParent, IFormModel m)
           
GrammarEditorPanel.GrammarFormPanel(AConstructFramePanel theParent)
           
PanelSearcher(AConstructFramePanel panel)
           
PanelSearcher(AConstructFramePanel panel, java.util.List searchFields)
           
PanelSearcher(AConstructFramePanel panel, javax.swing.ListCellRenderer lcr)
           
 

Uses of AConstructFramePanel in ix.iview.table
 

Constructors in ix.iview.table with parameters of type AConstructFramePanel
ConstructTableMouser(IXTable table, AConstructFramePanel editPanel)
          A Mouse Adapter for construct summary tables.