Package | Description |
---|---|
org.ecoinformatics.seek.ecogrid.quicksearch | |
org.ecoinformatics.seek.sms | |
org.kepler.gui | |
org.kepler.objectmanager.library | |
org.kepler.profiling.gui | |
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.tree |
Ptolemy Model Tree Editor.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetPanel.update(EntityTreeModel newTreeData)
Update the result panel after searching
|
Modifier and Type | Method and Description |
---|---|
EntityTreeModel |
AnnotationEngine.buildDefaultActorLibrary()
Constructs the default actor library that is loaded, e.g., when Kepler is
started in graph mode.
|
EntityTreeModel |
KeplerLocalLSIDService.getBasicActorLibrary()
This operation provides access to the assigned library model.
|
Modifier and Type | Method and Description |
---|---|
void |
KeplerLocalLSIDService.setBasicActorLibrary(EntityTreeModel _libraryModel)
Assigns the current kepler actor library.
|
Modifier and Type | Class and Description |
---|---|
class |
FilteredVisibleTreeModel
Created by IntelliJ IDEA.
|
class |
SubsetWorkflowOutlineTreeModel
A tree model that can display a subset of a workflow.
|
class |
WorkflowOutlineTreeModel
This class displays all class and entities as well as directors in the Tree.
|
Modifier and Type | Field and Description |
---|---|
protected EntityTreeModel |
ComponentLibraryTab._libraryModel |
Modifier and Type | Method and Description |
---|---|
EntityTreeModel |
LibraryManager.getTreeModel() |
EntityTreeModel |
LibraryManager.getTreeModel(java.io.File filterFile) |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowOutlineTreeActorFireModel
A TreeModel for a workflow outline showing actor firing information.
|
Modifier and Type | Field and Description |
---|---|
protected EntityTreeModel |
BasicGraphFrame._libraryModel
The library model.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassAndEntityTreeModel
A tree model for Ptolemy II models that includes class definitions and
entities.
|
class |
CompositeTreeModel
A tree model for Ptolemy II models.
|
class |
FullTreeModel
A tree model for Ptolemy II models.
|
class |
VisibleTreeModel
A tree model for the Vergil library panel.
|