|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.ontotext.gate.vr.OEMainPanel
Main frame class of the ontology editor
Nested Class Summary | |
private class |
OEMainPanel.CloseListener
Listener for choosing [close] from the popup menu |
private class |
OEMainPanel.DeleteListener
Listener for choosing [delete] from the popup menu |
private class |
OEMainPanel.EditURIListener
Listener for choosing [edit URI] from the popup menu |
private class |
OEMainPanel.FileCloseListener
File Close Listener |
private class |
OEMainPanel.FileExitListener
File Exit Listener |
private class |
OEMainPanel.FileNewListener
File New Listener |
private class |
OEMainPanel.FileOpenListener
File Open Listener |
private class |
OEMainPanel.FileSaveAsListener
File Save As Listener |
private class |
OEMainPanel.FileSaveListener
File Save Listener |
protected class |
OEMainPanel.KnowledgeBaseTreeCellRenderer
|
private class |
OEMainPanel.ListPopupListener
Listener for right click on the ontologies list |
private class |
OEMainPanel.LSListener
LSListener - a list selection listener. |
private class |
OEMainPanel.RenameListener
Listener for choosing [rename] from the popup menu |
private class |
OEMainPanel.SaveAsListener
Listener for choosing [save As] from the popup menu |
private class |
OEMainPanel.SaveListener
Listener for choosing [save] from the popup menu |
private class |
OEMainPanel.ViewRefreshListener
View Refresh Listener |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
protected BorderLayout |
borderLayout1
|
protected BorderLayout |
borderLayout2
|
protected BorderLayout |
borderLayout3
|
protected JMenuItem |
closeItem
|
protected JMenuItem |
deleteItem
|
private OntologyEditor |
editor
reference to the ontology editor agregating this main frame |
protected JMenuItem |
editURIItem
|
protected JMenuItem |
fileClose
|
protected JMenuItem |
fileExit
|
protected JMenu |
fileMenu
|
protected JMenuItem |
fileNew
|
protected JMenuItem |
fileOpen
|
protected JMenuItem |
fileSave
|
protected JMenuItem |
fileSaveAs
|
protected JMenuItem |
helpAbout
|
protected JMenuItem |
helpHelp
|
protected JMenu |
helpMenu
|
protected JLabel |
jLabel1
|
protected JPanel |
listPanel
|
protected JPopupMenu |
listPopup
a popup menu over the ontologies list |
protected JMenuBar |
menuBar
|
protected JLabel |
oLabel
|
protected JList |
oList
|
protected JPanel |
oPanel
|
JScrollPane |
oScrollPane
|
JTree |
oTree
|
protected JMenuItem |
renameItem
|
protected JMenuItem |
saveAsItem
|
protected JMenuItem |
saveItem
|
protected JSplitPane |
splitPane
|
protected JMenu |
View
|
protected JMenuItem |
viewRefresh
|
(package private) boolean |
withOntoList
flag indicating whether the ontology editor is in extended [ with onto list ] or simple/linear mode. |
Fields inherited from class javax.swing.JPanel |
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
OEMainPanel()
|
Method Summary | |
private void |
AssociateListeners()
Associates listeners with components |
void |
buildOntoTree(Taxonomy o)
Same as setOntoTree but builds the tree from an ontology |
OntologyEditor |
getOntologyEditor()
Gets the Ontology Editor. |
private void |
jbInit()
|
void |
setOntologyEditor(OntologyEditor oe)
Sets the ontology editor which agregates this main frame |
void |
setOntologyList(Vector list)
Sets list of ontologies to be displayed |
void |
setOntoTree(JTree tree)
Sets the tree to be displayed.see also setOntology. |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
boolean withOntoList
protected JSplitPane splitPane
protected JPanel oPanel
protected BorderLayout borderLayout2
protected JLabel oLabel
public JScrollPane oScrollPane
public JTree oTree
protected JPanel listPanel
protected BorderLayout borderLayout1
protected BorderLayout borderLayout3
protected JLabel jLabel1
protected JList oList
protected JMenuBar menuBar
protected JMenu fileMenu
protected JMenuItem fileOpen
protected JMenuItem fileSave
protected JMenuItem fileExit
protected JPopupMenu listPopup
protected JMenuItem saveItem
protected JMenuItem saveAsItem
protected JMenuItem renameItem
protected JMenuItem deleteItem
protected JMenuItem editURIItem
protected JMenuItem closeItem
private OntologyEditor editor
protected JMenu View
protected JMenuItem viewRefresh
protected JMenu helpMenu
protected JMenuItem helpHelp
protected JMenuItem helpAbout
protected JMenuItem fileClose
protected JMenuItem fileNew
protected JMenuItem fileSaveAs
Constructor Detail |
public OEMainPanel()
Method Detail |
private void jbInit() throws Exception
Exception
public void setOntologyEditor(OntologyEditor oe)
oe
- the ontology editor be setpublic OntologyEditor getOntologyEditor()
public void setOntologyList(Vector list)
list
- public void setOntoTree(JTree tree)
tree
- public void buildOntoTree(Taxonomy o)
o
- an ontologyprivate void AssociateListeners()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |