Package | Description |
---|---|
org.ecoinformatics.seek.ecogrid.quicksearch | |
org.kepler.gui | |
org.kepler.profiling.gui | |
ptolemy.vergil.basic |
Basic GUI classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSearchResultTree
This class extends the PTree class of Ptolemy.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedPTree
A Wrapper class that adds right click support and custom Kepler Ontology
icons to a PTree
|
Modifier and Type | Field and Description |
---|---|
protected PTree |
LibrarySearchResultPane.library
the library for the result pane
|
Modifier and Type | Method and Description |
---|---|
LibrarySearchResultPane |
ResultHighlighter.Factory.createLibrarySearchResultPane(PTree library,
LibrarySearchResults results)
creates a ResultsHighlighter and returns it.
|
LibrarySearchResultPane |
ResultTreeRebuilder.Factory.createLibrarySearchResultPane(PTree library,
LibrarySearchResults results)
creates a ResultTreeBuilder and returns it.
|
LibrarySearchResultPane |
LibrarySearchResultPaneFactory.createLibrarySearchResultPane(PTree library,
LibrarySearchResults results)
This method returns a LibrarySearchResultPane which is used in the
pluggable interface for the search result pane
|
Constructor and Description |
---|
LibrarySearchResultPane(PTree library,
LibrarySearchResults results)
constructor. this initializes the library and results variables as well
as sets the layout for the panel. update is automatically called from
here as well.
|
ResultHighlighter(PTree library,
LibrarySearchResults results)
the constructor passes in the library to highlight the results in and the
results to highlight. if results is null, the tree is built fully
collapsed with no highlights.
|
ResultTreeRebuilder(PTree library,
LibrarySearchResults results)
the constructor passes in the library to highlight the results in and the
results to highlight. if results is null, the tree is built fully
collapsed with no highlights.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedActorFirePTree
A annotated tree and tree cell renderer showing actor execution times.
|
class |
AnnotatedActorIOPTree
A annotated tree and tree cell renderer showing port I/O amounts.
|
Modifier and Type | Field and Description |
---|---|
protected PTree |
BasicGraphFrame._treeView
The tree view of the model, used for browsing large models.
|