| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
Wandora.makeDistributionVector(LayeredTopic topic,
                      Layer selectedLayer,
                      ContainerTopicMap tm)  | 
| Modifier and Type | Field and Description | 
|---|---|
private Layer | 
LayerTree.lastClickedLayer  | 
Layer | 
LayerTree.LayerWrapper.layer  | 
private Layer | 
ModifyLayerDialog.modifyLayer  | 
| Modifier and Type | Method and Description | 
|---|---|
Layer | 
LayerTree.findLayerFor(TopicMap tm)  | 
Layer | 
LayerTree.getLastClickedLayer()  | 
Layer | 
LayerTree.getSelectedLayer()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.ArrayList<Layer> | 
LayerTree.getAllLayers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LayerTree.arrangeLayers(Layer selected,
             int options)  | 
void | 
LayerTree.deleteLayer(Layer l)  | 
javax.swing.tree.TreePath | 
LayerTree.findPathFor(Layer layer)  | 
void | 
LayerTree.modifyLayer(Layer modifyLayer)  | 
void | 
LayerTree.selectLayer(Layer layer)  | 
| Constructor and Description | 
|---|
LayerWrapper(Layer layer)  | 
ModifyLayerDialog(Wandora wandora,
                 Layer modifyLayer)
Creates new form ModifyLayerDialog 
 | 
TopicMapStatisticsDialog(Wandora w,
                        Layer layer)
Creates new form TopicMapStatisticsDialog 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Layer | 
AbstractLayerTool.solveContextLayer(Wandora admin,
                 Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Vector<Layer> | 
MergeLayers.getSourceLayers(Layer selected,
               ContainerTopicMap layers,
               int options)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Vector<Layer> | 
MergeLayers.getSourceLayers(Layer selected,
               ContainerTopicMap layers,
               int options)  | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.List<Layer> | 
MergeMatrixTool.getChildLayers(java.util.List<Layer> ll)  | 
| Modifier and Type | Method and Description | 
|---|---|
private int | 
MergeMatrixTool.getMatrixMerges(Layer l,
               Layer ll)  | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.List<Layer> | 
MergeMatrixTool.getChildLayers(java.util.List<Layer> ll)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<Layer> | 
TopicTools.getLayers(ContainerTopicMap tm)
Returns a list of topic map layers of given container topic map. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Layer | 
LayerStack.selectedLayer
The selected layer. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.HashMap<TopicMap,Layer> | 
LayerStack.layerIndex
Maps the topic maps of each layer to the layer itself. 
 | 
protected java.util.Vector<Layer> | 
LayerStack.layers
All layers in the layer stack. 
 | 
protected java.util.Vector<Layer> | 
LayerStack.visibleLayers
All layers that are currently visible, in the order they are in the stack. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Layer | 
ContainerTopicMap.getLayer(java.lang.String name)
Gets the layer with the specified name. 
 | 
Layer | 
LayerStack.getLayer(java.lang.String layerName)
Gets the layer with the specified name. 
 | 
Layer | 
LayerStack.getLayer(Topic t)
Gets the layer a topic belongs to. 
 | 
Layer | 
LayerStack.getLayer(TopicMap tm)
Gets the layer of a topic map. 
 | 
Layer | 
ContainerTopicMap.getLeafLayer(Topic t)
Gets the leaf layer that the specifiec topic belongs to. 
 | 
abstract Layer | 
ContainerTopicMap.getSelectedLayer()
Gets the selected layer. 
 | 
Layer | 
LayerStack.getSelectedLayer()
Gets the selected layer. 
 | 
Layer | 
ContainerTopicMap.getSelectedTreeLayer()
Gets the selected layer in the layer tree. 
 | 
Layer | 
ContainerTopicMap.getTreeLayer(java.lang.String name)  | 
Layer | 
ContainerTopicMap.getTreeLayer(TopicMap tm)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.util.List<Layer> | 
ContainerTopicMap.getLayers()
Gets all layers in the order they are in the container. 
 | 
java.util.List<Layer> | 
LayerStack.getLayers()
Gets all layers in the order they are in the stack. 
 | 
java.util.List<Layer> | 
ContainerTopicMap.getLeafLayers()
Returns all leaf layers in the layer tree. 
 | 
java.util.ArrayList<Layer> | 
ContainerTopicMap.getTreeLayerPath(Layer l,
                ContainerTopicMap root)
Finds a layer tree path from root to the given layer. 
 | 
java.util.List<Layer> | 
ContainerTopicMap.getTreeLayers()
Gets all layers in the layer tree. 
 | 
abstract java.util.List<Layer> | 
ContainerTopicMap.getVisibleLayers()
Gets all visible layers in the order they are in the container. 
 | 
java.util.List<Layer> | 
LayerStack.getVisibleLayers()
Gets all visible layers in the order they are in the stack. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContainerTopicMap.addLayer(Layer l)
Adds a layer at the bottom of the container. 
 | 
void | 
LayerStack.addLayer(Layer l)
Adds a layer at the bottom of the stack. 
 | 
abstract void | 
ContainerTopicMap.addLayer(Layer l,
        int index)
Inserts a layer at the specified position in the container. 
 | 
void | 
LayerStack.addLayer(Layer l,
        int pos)
Inserts a layer at the specified position in the stack. 
 | 
protected java.util.Set<Topic> | 
LayeredTopic.createScope(java.util.Set<Topic> layeredScope,
           Layer l)
Creates a scope from a collection of LayeredTopics that can be used for the
 given layer. 
 | 
protected java.util.Set<Topic> | 
LayeredTopic.createScope(java.util.Set<Topic> layeredScope,
           Layer l,
           boolean copyTopics)
Creates a scope from a collection of LayeredTopics that can be used for the
 given layer. 
 | 
Association | 
LayeredAssociation.findAssociationForLayer(Layer l)
Finds an association in the given layer that matches this LayredAssociation. 
 | 
java.util.Collection<Association> | 
LayeredAssociation.findAssociationsForLayer(Layer l)
Finds all associations in the given layer that match this LayeredAssociation. 
 | 
protected void | 
ContainerTopicMap.fireLayerAdded(Layer layer)  | 
protected void | 
ContainerTopicMap.fireLayerChanged(Layer oldLayer,
                Layer newLayer)  | 
protected void | 
ContainerTopicMap.fireLayerRemoved(Layer layer)  | 
void | 
ContainerTopicMap.fireLayerVisibilityChanged(Layer layer)  | 
abstract int | 
ContainerTopicMap.getLayerZPos(Layer l)
Gets layer position in the container. 
 | 
int | 
LayerStack.getLayerZPos(Layer l)
Gets layer position in the stack. 
 | 
Topic | 
LayeredTopic.getTopicForLayer(Layer l)
Gets one of the topics of given layer that is part of this layered
 topic or null if no such topic exists. 
 | 
Topic | 
ContainerTopicMap.getTopicForLayer(Layer l,
                Topic t)  | 
java.util.Collection<Topic> | 
LayeredTopic.getTopicsForLayer(Layer l)
Get all topics of the given layer that are part of this LayeredTopic. 
 | 
abstract java.util.Collection<Topic> | 
ContainerTopicMap.getTopicsForLayer(Layer l,
                 Topic t)  | 
java.util.Collection<Topic> | 
LayerStack.getTopicsForLayer(Layer l,
                 Topic t)  | 
java.util.Collection<Topic> | 
ContainerTopicMap.getTopicsForTreeLayer(Layer l,
                     Topic t)  | 
java.util.ArrayList<Layer> | 
ContainerTopicMap.getTreeLayerPath(Layer l,
                ContainerTopicMap root)
Finds a layer tree path from root to the given layer. 
 | 
boolean | 
ContainerTopicMap.getTreeLayerPath(Layer l,
                ContainerTopicMap root,
                java.util.ArrayList<Layer> stack)  | 
void | 
ContainerTopicMapListener.layerAdded(Layer l)  | 
void | 
ContainerTopicMapListener.layerChanged(Layer oldLayer,
            Layer newLayer)  | 
void | 
ContainerTopicMapListener.layerRemoved(Layer l)  | 
void | 
ContainerTopicMapListener.layerVisibilityChanged(Layer l)  | 
void | 
ContainerTopicMap.moveLayer(Layer l,
         int pos)
Moves the specified layer in another position. 
 | 
abstract boolean | 
ContainerTopicMap.removeLayer(Layer l)
Removes the specified layer. 
 | 
boolean | 
LayerStack.removeLayer(Layer l)
Removes the specified layer. 
 | 
abstract void | 
ContainerTopicMap.selectLayer(Layer layer)
Makes the specified layer the selected layer. 
 | 
void | 
LayerStack.selectLayer(Layer layer)
Makes the specified layer the selected layer. 
 | 
abstract void | 
ContainerTopicMap.setLayer(Layer l,
        int pos)
Sets layer in the specified position removing old layer at that position. 
 | 
void | 
LayerStack.setLayer(Layer l,
        int pos)
Sets layer in the specified position removing old layer at that position. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContainerTopicMap.getLeafLayers(java.util.ArrayList<Layer> list)  | 
boolean | 
ContainerTopicMap.getTreeLayerPath(Layer l,
                ContainerTopicMap root,
                java.util.ArrayList<Layer> stack)  | 
void | 
ContainerTopicMap.getTreeLayers(java.util.ArrayList<Layer> list)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Layer | 
LinkedTopicMap.linkedLayer  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LinkedTopicMap.layerAdded(Layer l)  | 
void | 
LinkedTopicMap.layerChanged(Layer oldLayer,
            Layer newLayer)  | 
void | 
LinkedTopicMap.layerRemoved(Layer l)  | 
void | 
LinkedTopicMap.layerVisibilityChanged(Layer l)  | 
protected void | 
LinkedTopicMap.setLinkedMap(Layer l)  | 
| Modifier and Type | Method and Description | 
|---|---|
Layer | 
QueryTopicMap.getLayer(java.lang.String name)  | 
Layer | 
QueryTopicMap.getSelectedLayer()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Layer> | 
QueryTopicMap.getLayers()  | 
java.util.List<Layer> | 
QueryTopicMap.getVisibleLayers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
QueryTopicMap.addLayer(Layer l,
        int index)  | 
int | 
QueryTopicMap.getLayerZPos(Layer l)  | 
java.util.Collection<Topic> | 
QueryTopicMap.getTopicsForLayer(Layer l,
                 Topic t)  | 
void | 
QueryTopicMap.layerAdded(Layer l)  | 
void | 
QueryTopicMap.layerChanged(Layer oldLayer,
            Layer newLayer)  | 
void | 
QueryTopicMap.layerRemoved(Layer l)  | 
void | 
QueryTopicMap.layerVisibilityChanged(Layer l)  | 
boolean | 
QueryTopicMap.removeLayer(Layer l)  | 
void | 
QueryTopicMap.selectLayer(Layer layer)  | 
void | 
QueryTopicMap.setLayer(Layer l,
        int pos)  | 
Copyright 2004-2015 Wandora Team