|
|||||||||||
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.JTree
com.ontotext.gate.vr.MappingTreeView
Mapping Tree View extends JTree
in order to represent the mapping information.
To be used with Gaze.
borislav popov 18/04/2002
Nested Class Summary | |
(package private) class |
MappingTreeView.InsertAL
|
(package private) class |
MappingTreeView.MappingTreeCR
Mapping Tree Cell Renderer distinguishes nodes, originating from ontology classes from nodes, originating from gazetteer lists. |
(package private) class |
MappingTreeView.MyMouseAdapter
The mouse adapter listens to the entire mouse activity and invokes a popup menu if right click. |
(package private) class |
MappingTreeView.RemoveAL
|
Nested classes inherited from class javax.swing.JTree |
JTree.AccessibleJTree, JTree.DynamicUtilTreeNode, JTree.EmptySelectionModel, JTree.TreeModelHandler, JTree.TreeSelectionRedirector |
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 | |
private static int |
EDIT_ACTION
Mapping Node Edit Action |
private static String |
GAZ_ICON
the name of the default gazetteer icon |
private Gaze |
gaze
reference to the Gaze VR |
private static int |
INSERT_ACTION
Mapping Node Insert Action |
private JMenuItem |
insertPuP
insert popup action |
private MappingDefinition |
mapping
reference to the mapping definition represented by this view |
private JPopupMenu |
pupMenu
mapping popup menu |
private static int |
REMOVE_ACTION
Mapping Node Remove Action |
private JMenuItem |
removePuP
remove popup action |
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 | |
MappingTreeView(OntoTreeModel model,
MappingDefinition mappingDef,
Gaze gazeVR)
|
Method Summary | |
private void |
init()
Initialization |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String GAZ_ICON
private static final int EDIT_ACTION
private static final int INSERT_ACTION
private static final int REMOVE_ACTION
private MappingDefinition mapping
private Gaze gaze
private JPopupMenu pupMenu
private JMenuItem insertPuP
private JMenuItem removePuP
Constructor Detail |
public MappingTreeView(OntoTreeModel model, MappingDefinition mappingDef, Gaze gazeVR)
model
- the tree modelmappingDef
- the mapping definitiongazeVR
- gaze (gazetteer editor) visual resourceMethod Detail |
private void init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |