Modifier and Type | Class and Description |
---|---|
class |
Wandora
The main frame of Wandora application.
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashSet<TopicMapListener> |
Wandora.topicMapListeners |
Modifier and Type | Method and Description |
---|---|
void |
Wandora.addTopicMapListener(TopicMapListener l) |
void |
Wandora.removeTopicMapListener(TopicMapListener l) |
Modifier and Type | Interface and Description |
---|---|
interface |
TopicPanel
TopicPanel is an UI element used to view and edit topic map structures
such as topics and associations in Wandora.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomTopicPanel |
class |
DockingFramePanel
DockingFramePanel is a base topic panel of the Wandora application.
|
class |
DropExtractor |
class |
GraphTopicPanel |
class |
LayerInfoPanel |
class |
ProcessingTopicPanel |
class |
RTopicPanel |
class |
SearchTopicPanel |
class |
SketchGridPanel |
class |
TabbedTopicPanel |
class |
TraditionalTopicPanel |
class |
TreeMapTopicPanel |
class |
TreeTopicPanel |
class |
WebViewTopicPanel |
Modifier and Type | Class and Description |
---|---|
class |
TopicMapGraphPanel |
Modifier and Type | Class and Description |
---|---|
class |
QueryEditorTopicPanel |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTraditionalTopicPanel |
Modifier and Type | Class and Description |
---|---|
class |
WebViewPanel |
Modifier and Type | Class and Description |
---|---|
class |
TopicTree
TopicTree implements
JTree type structure for topics. |
class |
TopicTreePanel |
Modifier and Type | Class and Description |
---|---|
class |
WandoraManager |
Modifier and Type | Class and Description |
---|---|
class |
WandoraService
A class extending WandoraManager that implements the Service interface to make WandoraManager available
to actions as a service.
|
Modifier and Type | Class and Description |
---|---|
class |
TopicMapListenerAdapter |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<TopicMapListener> |
TopicMap.getTopicMapListeners()
Gets all topic map listeners.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TopicMap.addTopicMapListener(TopicMapListener listener)
Adds a topic map listener.
|
abstract void |
TopicMap.removeTopicMapListener(TopicMapListener listener)
Removes a topic map listener.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicMap.addTopicMapListeners(java.util.List<TopicMapListener> listeners) |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<TopicMapListener> |
DatabaseTopicMap.disabledListeners
Deprecated.
|
protected java.util.ArrayList<TopicMapListener> |
DatabaseTopicMap.topicMapListeners
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicMapListener> |
DatabaseTopicMap.getTopicMapListeners()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseTopicMap.addTopicMapListener(TopicMapListener listener)
Deprecated.
|
void |
DatabaseTopicMap.removeTopicMapListener(TopicMapListener listener)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<TopicMapListener> |
DatabaseTopicMap.disabledListeners |
protected java.util.ArrayList<TopicMapListener> |
DatabaseTopicMap.topicMapListeners |
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicMapListener> |
DatabaseTopicMap.getTopicMapListeners() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseTopicMap.addTopicMapListener(TopicMapListener listener) |
void |
DatabaseTopicMap.removeTopicMapListener(TopicMapListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
LayerStack
LayerStack combines several topic maps (called layers) into one topic map.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<TopicMapListener> |
LayerStack.disabledListeners |
protected java.util.ArrayList<TopicMapListener> |
LayerStack.topicMapListeners |
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicMapListener> |
LayerStack.getTopicMapListeners() |
Modifier and Type | Method and Description |
---|---|
void |
LayerStack.addTopicMapListener(TopicMapListener listener) |
void |
LayerStack.removeTopicMapListener(TopicMapListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
LinkedTopicMap |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<TopicMapListener> |
LinkedTopicMap.topicMapListeners |
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicMapListener> |
LinkedTopicMap.getTopicMapListeners() |
Modifier and Type | Method and Description |
---|---|
void |
LinkedTopicMap.addTopicMapListener(TopicMapListener listener) |
void |
LinkedTopicMap.removeTopicMapListener(TopicMapListener listener) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TopicMapListener> |
TopicMapImpl.disabledListeners |
private java.util.List<TopicMapListener> |
TopicMapImpl.topicMapListeners |
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicMapListener> |
TopicMapImpl.getTopicMapListeners() |
Modifier and Type | Method and Description |
---|---|
void |
TopicMapImpl.addTopicMapListener(TopicMapListener listener) |
void |
TopicMapImpl.removeTopicMapListener(TopicMapListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
QueryTopicMap |
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicMapListener> |
QueryTopicMap.getTopicMapListeners() |
Modifier and Type | Method and Description |
---|---|
void |
QueryTopicMap.addTopicMapListener(TopicMapListener listener) |
void |
QueryTopicMap.removeTopicMapListener(TopicMapListener listener) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicMapListener> |
T2WTopicMap.getTopicMapListeners() |
Modifier and Type | Method and Description |
---|---|
void |
T2WTopicMap.addTopicMapListener(TopicMapListener listener) |
void |
T2WTopicMap.removeTopicMapListener(TopicMapListener listener) |
Modifier and Type | Class and Description |
---|---|
private class |
UndoTopicMap.TopicMapListenerWrapper |
Modifier and Type | Field and Description |
---|---|
private TopicMapListener |
UndoTopicMap.TopicMapListenerWrapper.wrapped |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<TopicMapListener,UndoTopicMap.TopicMapListenerWrapper> |
UndoTopicMap.wrappedListeners |
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicMapListener> |
UndoTopicMap.getTopicMapListeners() |
Modifier and Type | Method and Description |
---|---|
void |
UndoTopicMap.addTopicMapListener(TopicMapListener listener) |
void |
UndoTopicMap.removeTopicMapListener(TopicMapListener listener) |
Constructor and Description |
---|
TopicMapListenerWrapper(TopicMapListener l) |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<TopicMapListener> |
WebServiceTopicMap.disabledListeners |
private java.util.ArrayList<TopicMapListener> |
WebServiceTopicMap.topicMapListeners |
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicMapListener> |
WebServiceTopicMap.getTopicMapListeners() |
Modifier and Type | Method and Description |
---|---|
void |
WebServiceTopicMap.addTopicMapListener(TopicMapListener listener) |
void |
WebServiceTopicMap.removeTopicMapListener(TopicMapListener listener) |
Copyright 2004-2015 Wandora Team