Modifier and Type | Class and Description |
---|---|
class |
DatasetPanel
This class will display a panel for search and search result from ecogrid
service.
|
Modifier and Type | Method and Description |
---|---|
TabPane |
DatasetPanel.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TabPaneActionListener |
Modifier and Type | Class and Description |
---|---|
class |
BasicLibraryPane
A simple pane used to display the contents of the library tree.
|
class |
ComponentLibraryTab |
class |
PlotsEditorPanel |
class |
PlotsPanel
A tab pane to display sensor data.
|
class |
TabPaneExtensionExample
This is an example template for extending the TabPane extension in Kepler.
|
class |
WorkflowOutlineTabPane |
Modifier and Type | Method and Description |
---|---|
TabPane |
BasicLibraryPane.Factory.createTabPane()
Create a library pane that displays the given library of actors.
|
TabPane |
ComponentLibraryTab.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
TabPane |
PlotsEditorPanel.Factory.createTabPane(TableauFrame parent) |
TabPane |
PlotsPanel.ViewerFactory.createTabPane(TableauFrame parent)
Create a tab pane in a frame.
|
TabPane |
TabPaneFactory.createTabPane(TableauFrame parent)
Always returns null, this method should be overridden by the factory
instance that extends this factory.
|
TabPane |
WorkflowOutlineTabPane.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
TabPane |
TabPaneExtensionExample.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
TabPane |
TabManager.getTab(TableauFrame parent,
java.lang.Class tabClass)
returns the FIRST tab matching the given class param
|
TabPane |
TabManager.getTab(TableauFrame parent,
java.lang.String tabName) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<TabPane> |
TabManager.getFrameTabs(TableauFrame parent)
Return a vector of tab pane objects for the specified TableauFrame.
|
java.util.List<TabPane> |
ClassicViewPane.getTabPanes(java.lang.String tabName) |
java.util.List<TabPane> |
ViewPane.getTabPanes(java.lang.String tabName)
Look up the tab by the given name
|
java.util.List<TabPane> |
DefaultViewPane.getTabPanes(java.lang.String tabName) |
java.util.List<TabPane> |
SingleViewPane.getTabPanes(java.lang.String tabName) |
java.util.List<TabPane> |
DualVerticalViewPane.getTabPanes(java.lang.String tabName) |
Modifier and Type | Method and Description |
---|---|
void |
TabManager.addTabPane(TabPane tp)
Register a TabPane with the TabManager.
|
void |
ClassicViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location) |
void |
ViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location)
This method is used to add a TabPane to the ViewPane specifying the
location in which the TabPane should be placed.
|
void |
DefaultViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location) |
void |
SingleViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location) |
void |
DualVerticalViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location) |
Modifier and Type | Class and Description |
---|---|
class |
CacheViewerTabPane |
Modifier and Type | Method and Description |
---|---|
TabPane |
CacheViewerTabPane.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorFireOutlineTabPane
A tab pane display an workflow outline of actor execution time.
|
class |
CurrentExecutionPanel
A panel that displays actor execution information for the workflow
contained by the parent frame that creates the panel.
|
class |
ExecutionMonitorPanel
A panel that displays actor execution information.
|
class |
PortIOOutlineTabPane
A tab pane showing a workflow outline of port I/O.
|
class |
PreviousExecutionPanel
A panel that displays actor execution information for the currently
selected workflow in the Workflow Run Manager.
|
class |
ViewWatchingTabPane
A tab pane that knows when its containing view is selected.
|
class |
WorkflowRunOutlineTabPane
A base class for tab panes showing a workflow outline.
|
Modifier and Type | Method and Description |
---|---|
TabPane |
CurrentExecutionPanel.Factory.createTabPane(TableauFrame parent) |
TabPane |
ActorFireOutlineTabPane.Factory.createTabPane(TableauFrame parent) |
TabPane |
PortIOOutlineTabPane.Factory.createTabPane(TableauFrame parent) |
TabPane |
PreviousExecutionPanel.Factory.createTabPane(TableauFrame parent) |
Modifier and Type | Class and Description |
---|---|
class |
ItemsOfInterestPanel |
class |
PropertiesPanel |
class |
ReportDesignerPanel
This class creates a gui pane the allows users to create a report layout for
a Kepler Workflow.
|
class |
ReportViewerPanel |
class |
ReportViewerTOC |
Modifier and Type | Method and Description |
---|---|
TabPane |
ReportDesignerPanel.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
TabPane |
PropertiesPanel.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
TabPane |
ItemsOfInterestPanel.Factory.createTabPane(TableauFrame parent) |
TabPane |
ItemsOfInterestPanel.PlottingFactory.createTabPane(TableauFrame parent) |
TabPane |
ReportViewerPanel.Factory.createTabPane(TableauFrame parent)
Create a pane that displays the given report viewer.
|
TabPane |
ReportViewerTOC.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkflowRunManagerPanel
WorkflowRunManager TabPane
|
Modifier and Type | Method and Description |
---|---|
TabPane |
WorkflowRunManagerPanel.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkflowSchedulerComponentLibraryTab
Class represents the component library tab on the left side of the scheduler
|
class |
WorkflowSchedulerParentPanel
This class represents the right panel of the scheduler dialog object.
|
class |
WorkflowSchedulerServerInstallationInfoPanel
This panel will show the information for user to how to configure the configuration file
and install workflow scheduler server and workflow run engine.
|