Uses of Class
com.infoengine.modeler.UI.EditorPanel

Packages that use EditorPanel
com.infoengine.modeler.UI   
 

Uses of EditorPanel in com.infoengine.modeler.UI
 

Fields in com.infoengine.modeler.UI declared as EditorPanel
private  EditorPanel TagInsightKeyListener.myPanel
           
 

Methods in com.infoengine.modeler.UI that return EditorPanel
(package private)  EditorPanel[] RootFrame.getEditors()
           
(package private)  EditorPanel RootFrame._getSelectedEditor()
           
static EditorPanel RootFrame.getSelectedEditor()
           
(package private)  EditorPanel EditorContainer.getSelectedEditor()
          retrieve the currently selected EditorPanel
(package private)  EditorPanel[] EditorContainer.getEditors()
          retrieve an array of the open EditorPanels
 

Methods in com.infoengine.modeler.UI with parameters of type EditorPanel
(package private)  void RootFrame.checkSelection(EditorPanel ep)
           
private  void EditorContainer.addEditor(EditorPanel ep)
          add an EditorPanel tab
private  String EditorContainer.makeUpName(EditorPanel ep)
           
(package private)  void EditorContainer.refreshEditor(EditorPanel ep)
           
private  String EditorContainer.getTabTitle(EditorPanel ep)
          get the title of a specific editor
private  boolean EditorContainer.saveEditor(EditorPanel ep)
          perform a save operation on a specific editor.
private  boolean EditorContainer.closeEditor(EditorPanel ep)
          close a specific EditorPanel.
 

Constructors in com.infoengine.modeler.UI with parameters of type EditorPanel
TagInsightKeyListener(JTextComponent jtc, EditorPanel ep)
          create a TagInsightKeyListener associated with a text component and EditorPanel