Package | Description |
---|---|
org.wandora.application.gui.topicpanels.graphpanel | |
org.wandora.application.tools.graph | |
org.wandora.application.tools.graph.filters |
Modifier and Type | Field and Description |
---|---|
private GraphFilter |
TopicMapGraphPanel.graphFilter |
private GraphFilter |
FilterManagerPanel.topicNodeFilter |
Modifier and Type | Method and Description |
---|---|
GraphFilter |
TopicMapGraphPanel.getGraphFilter() |
Modifier and Type | Method and Description |
---|---|
void |
FilterManagerPanel.setTopicNodeFilter(GraphFilter topicNodeFilter) |
Modifier and Type | Field and Description |
---|---|
private GraphFilter |
CloseTopicNodesOfType.filter |
Constructor and Description |
---|
CloseTopicNodesOfType(TopicMapGraphPanel gp,
Topic type,
GraphFilter filter) |
Modifier and Type | Field and Description |
---|---|
(package private) GraphFilter |
ClearEdgeFilters.filter |
(package private) GraphFilter |
ClearNodeFilters.filter |
private GraphFilter |
FilterEdges.filter |
private GraphFilter |
FilterNode.filter |
private GraphFilter |
FilterNodesOfType.filter |
private GraphFilter |
ReleaseEdges.filter |
private GraphFilter |
ReleaseNodesOfType.filter |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<AbstractGraphTool> |
FilterEdges.makeTools(java.util.Collection c,
GraphFilter graphFilter,
java.util.ArrayList<AbstractGraphTool> tools) |
static java.util.ArrayList<AbstractGraphTool> |
ReleaseEdges.makeTools(java.util.Collection c,
GraphFilter graphFilter,
java.util.ArrayList<AbstractGraphTool> tools) |
static java.util.ArrayList<AbstractGraphTool> |
FilterEdges.makeTools(Edge e,
GraphFilter graphFilter,
java.util.ArrayList<AbstractGraphTool> tools) |
static java.util.ArrayList<AbstractGraphTool> |
ReleaseNodesOfType.makeTools(GraphFilter graphFilter,
java.util.ArrayList<AbstractGraphTool> tools) |
static java.util.ArrayList<AbstractGraphTool> |
FilterEdges.makeTools(VEdge e,
GraphFilter graphFilter,
java.util.ArrayList<AbstractGraphTool> tools) |
Constructor and Description |
---|
ClearEdgeFilters(GraphFilter filter)
Creates a new instance of ClearEdgeFilters
|
ClearNodeFilters(GraphFilter filter)
Creates a new instance of ClearNodeFilters
|
FilterEdges(int filterType,
Topic edgeType,
GraphFilter filter) |
FilterNode(GraphFilter filter) |
FilterNodesOfType(Topic type,
GraphFilter filter) |
ReleaseEdges(int filterType,
Topic edgeType,
GraphFilter filter) |
ReleaseNodesOfType(Topic type,
GraphFilter filter) |
Copyright 2004-2015 Wandora Team