Package | Description |
---|---|
org.wandora.application.gui.topicpanels | |
org.wandora.application.gui.tree |
Modifier and Type | Field and Description |
---|---|
private TopicTreeRelation[] |
TreeTopicPanel.allRelations |
Modifier and Type | Field and Description |
---|---|
private TopicTreeRelation[] |
TopicTreeConfigPanel.allRelations |
private TopicTreeRelation[] |
TopicTree.associations |
private TopicTreeRelation[] |
TopicTreePanel.initialAllRelations |
private TopicTreeRelation[] |
TopicTreeRelationsEditor.relations |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<TopicTreeRelation> |
TopicTreeModel.associations |
private java.util.ArrayList<TopicTreeRelation> |
TopicTree.selectedAs |
Modifier and Type | Method and Description |
---|---|
TopicTreeRelation |
TopicTreeRelationEditorPanel.getRelation() |
TopicTreeRelation[] |
TopicTreeRelationsEditor.getRelationTypes() |
static TopicTreeRelation[] |
TopicTreeRelationsEditor.readRelationTypes() |
Modifier and Type | Method and Description |
---|---|
void |
TopicTreePanel.setModel(java.lang.String rootSI,
java.util.Set<java.lang.String> selectedRelations,
TopicTreeRelation[] allRelations) |
void |
TopicTree.updateModel(java.lang.String rootSI,
java.util.Set<java.lang.String> selectedAssociations,
TopicTreeRelation[] associations) |
private void |
TopicTreeConfigPanel.updateRelationsUI(TopicTreeRelation[] allRelations,
java.util.Set<java.lang.String> selectedRelations) |
static void |
TopicTreeRelationsEditor.writeAssociationTypes(TopicTreeRelation[] associations) |
Constructor and Description |
---|
TopicTree(java.lang.String rootTopicSI,
Wandora wandora,
java.util.Set<java.lang.String> selectedAssociations,
TopicTreeRelation[] associations) |
TopicTree(java.lang.String rootTopicSI,
Wandora wandora,
java.util.Set<java.lang.String> selectedAssociations,
TopicTreeRelation[] associations,
TopicTreePanel chooser) |
TopicTreeConfigPanel(TopicTreeRelation[] allRelations,
java.util.Set<java.lang.String> selectedRelations,
java.lang.String root,
java.lang.String name,
java.awt.Component parent,
Wandora wandora)
Creates new form TopicTreeConfigPanel
|
TopicTreePanel(java.lang.String rootTopic,
Wandora parent,
java.util.Set<java.lang.String> selectedAssociations,
TopicTreeRelation[] associations) |
TopicTreePanel(java.lang.String rootTopic,
Wandora wandora,
java.util.Set<java.lang.String> selectedRelations,
TopicTreeRelation[] allRelations,
java.lang.String name) |
Constructor and Description |
---|
TopicTreeModel(Topic rootTopic,
java.util.ArrayList<TopicTreeRelation> associations,
TopicTree tree) |
Copyright 2004-2015 Wandora Team