Modifier and Type | Field and Description |
---|---|
protected TableauFrame |
EcogridPreferencesTab.parentFrame |
Modifier and Type | Method and Description |
---|---|
void |
EcogridPreferencesTab.setParent(TableauFrame frame) |
void |
ServicesListModificationPanel.setParent(TableauFrame frame) |
Modifier and Type | Method and Description |
---|---|
TableauFrame |
DatasetPanel.getParentFrame()
Implementation of TabPane getParentFrame()
|
Modifier and Type | Method and Description |
---|---|
TabPane |
DatasetPanel.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
void |
DatasetPanel.setParentFrame(TableauFrame parent)
Implementation of TabPane setParentFrame(TableauFrame)
|
Constructor and Description |
---|
DatasetPanel(TableauFrame parent)
Set up the pane with preference size and configuration for search
|
GetMetadataAction(TableauFrame parent) |
Modifier and Type | Class and Description |
---|---|
class |
KeplerGraphFrame
Kepler-specific overrides for the graph frame.
|
Modifier and Type | Field and Description |
---|---|
protected TableauFrame |
TabbedDialog._frame |
protected TableauFrame |
AbstractDialogTab._frame |
Modifier and Type | Field and Description |
---|---|
protected java.util.WeakHashMap<TableauFrame,javax.swing.JPanel> |
ViewManager._viewAreas |
protected java.util.WeakHashMap<TableauFrame,javax.swing.JComboBox> |
ViewManager._viewComboBoxes |
Modifier and Type | Method and Description |
---|---|
TableauFrame |
ComponentLibraryTab.getParentFrame()
Implementation of getParentFrame getName()
|
TableauFrame |
ClassicViewPane.getParentFrame() |
TableauFrame |
ViewPane.getParentFrame()
This method must return the TableauFrame this view is associated with.
|
TableauFrame |
TabPane.getParentFrame()
This method must return the TableauFrame this tab is associated with.
|
TableauFrame |
PlotsEditorPanel.getParentFrame()
Get the container frame.
|
TableauFrame |
DefaultViewPane.getParentFrame() |
TableauFrame |
PlotsPanel.getParentFrame()
Get the container frame.
|
TableauFrame |
SingleViewPane.getParentFrame() |
TableauFrame |
BasicLibraryPane.getParentFrame()
Implementation of TabPane getParentFrame()
|
TableauFrame |
WorkflowOutlineTabPane.getParentFrame() |
TableauFrame |
DualVerticalViewPane.getParentFrame() |
TableauFrame |
TabPaneExtensionExample.getParentFrame() |
static TableauFrame |
GUIUtil.getParentTableauFrame(java.awt.Component source)
Get the parent TableauFrame, if any, for a Component.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<TableauFrame> |
KeplerGraphFrame.getOpenFrames() |
Modifier and Type | Method and Description |
---|---|
void |
ViewManager.addCanvasToLocation(java.awt.Component canvas,
TableauFrame parent) |
void |
TabManager.addTabPaneListener(TableauFrame parent,
TabPaneActionListener tpl) |
boolean |
PreferencesTabFactory.createPreferencesTabs(javax.swing.JTabbedPane parent,
TableauFrame frame) |
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.
|
boolean |
TabPaneFactory.createTabPaneTabs(TableauFrame parent) |
ViewPane |
ClassicViewPane.Factory.createViewPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
ViewPane |
DefaultViewPane.Factory.createViewPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
ViewPane |
ViewPaneFactory.createViewPane(TableauFrame parent)
Always returns null, this method should be overridden by the factory
instance that extends this factory.
|
ViewPane |
SingleViewPane.Factory.createViewPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
ViewPane |
DualVerticalViewPane.Factory.createViewPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
boolean |
ViewPaneFactory.createViewPanes(TableauFrame parent)
Create and initialize the ViewPane for each known ViewPaneFactory.
|
static javax.swing.Action |
MenuMapper.getActionFor(java.lang.String key,
java.util.Map<java.lang.String,javax.swing.Action> menuActionsMap,
TableauFrame tableauFrameInstance) |
java.util.Vector<TabPane> |
TabManager.getFrameTabs(TableauFrame parent)
Return a vector of tab pane objects for the specified TableauFrame.
|
java.util.Vector<ViewPane> |
ViewManager.getFrameViews(TableauFrame parent)
Return a vector of ViewPane objects for the specified TableauFrame.
|
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) |
javax.swing.JPanel |
ViewManager.getViewArea(TableauFrame parent) |
javax.swing.JComboBox |
ViewManager.getViewComboBox(TableauFrame parent)
Return a combo box that contains all of the views for the specified
parent frame.
|
ViewPane |
ViewManager.getViewPane(TableauFrame parent,
java.lang.String viewName)
Return a ViewPane reference for the given TableauFrame and viewName.
|
javax.swing.JComponent |
ViewManager.getViewSelector(TableauFrame parent)
Method to return a JComponent as a view selector.
|
void |
TabManager.initializeTabs(TableauFrame parent)
Instantiate all of the TabPanes that are specified in configuration.xml
|
void |
ViewManager.initializeViews(TableauFrame parent)
Instantiate all of the ViewPanes that are specified in configuration.xml
|
void |
TabManager.removeAllFrameTabs(TableauFrame parent) |
void |
TabManager.removeFrameTab(TableauFrame parent,
java.lang.String name) |
void |
ViewManager.removeOpenFrame(TableauFrame parent)
Method for remove .
|
void |
PreferencesTab.setParent(TableauFrame frame)
PreferencesTab usually will need access to the configuration of the
Tableau that is opened in the BasicGraphFrame.
|
void |
ComponentLibraryPreferencesTab.setParent(TableauFrame frame) |
void |
ComponentLibraryTab.setParentFrame(TableauFrame parent)
Implementation of TabPane setParentFrame(TableauFrame)
|
void |
ClassicViewPane.setParentFrame(TableauFrame parent) |
void |
ViewPane.setParentFrame(TableauFrame parent)
This method sets the TableauFrame this view is associated with.
|
void |
TabPane.setParentFrame(TableauFrame parent)
This method sets the TableauFrame this tab is associated with.
|
void |
PlotsEditorPanel.setParentFrame(TableauFrame parent)
Set the frame for this tab.
|
void |
DefaultViewPane.setParentFrame(TableauFrame parent) |
void |
PlotsPanel.setParentFrame(TableauFrame parent)
Set the frame for this tab.
|
void |
SingleViewPane.setParentFrame(TableauFrame parent) |
void |
BasicLibraryPane.setParentFrame(TableauFrame parent)
Implementation of TabPane setParentFrame(TableauFrame)
|
void |
WorkflowOutlineTabPane.setParentFrame(TableauFrame parent) |
void |
DualVerticalViewPane.setParentFrame(TableauFrame parent) |
void |
TabPaneExtensionExample.setParentFrame(TableauFrame parent) |
void |
ViewManager.setViewComboBox(TableauFrame parent,
javax.swing.JComboBox jcb)
Set the JComboBox for a specific TableauFrame
|
void |
ViewManager.showView(TableauFrame parent,
java.lang.String viewName) |
void |
TabManager.tabEvent(TableauFrame parent,
java.awt.event.ActionEvent ae) |
boolean |
TabManager.tabExists(TableauFrame parent,
java.lang.String tabName) |
Constructor and Description |
---|
AboutAction(TableauFrame parent)
Constructor
|
AbstractDialogTab(NamedObj target,
java.lang.String targetType,
TableauFrame frame)
Construct a new instance of this object - to be called from implementing
class like this:
public MyImplementationNameHere(NamedObj target) {
super(target);
}
|
ActorDialog(TableauFrame frame,
NamedObj actor) |
ActorDialogAction(TableauFrame parent)
Constructor
|
AuthenticateAction(TableauFrame parent)
Constructor
|
AuthenticateAction(TableauFrame parent,
AuthenticationListener authListener)
Constructor
|
AuthenticationWithDomainNameAction(TableauFrame parent,
AuthenticationListener authListener,
java.lang.String domainName)
Constructor
|
AuthenticationWithDomainNameAction(TableauFrame parent,
java.lang.String domainName)
Constructor
|
ComponentLibraryTab(TableauFrame parent) |
CookbookAction(TableauFrame parent)
Constructor
|
DialogAnnotationsTab(NamedObj target,
java.lang.String targetType,
TableauFrame frame) |
DialogGeneralTab(NamedObj target,
java.lang.String targetType,
TableauFrame frame) |
DialogParametersTab(NamedObj target,
java.lang.String targetType,
TableauFrame frame) |
DialogPortsTab(NamedObj target,
java.lang.String targetType,
TableauFrame frame) |
DialogUnitsTab(NamedObj target,
java.lang.String targetType,
TableauFrame frame) |
DisplayWorkflowSizeStatisticsAction(TableauFrame frame) |
LoadParametersAction(TableauFrame frame) |
MenuMapper(TableauFrame tableauFrameInstance)
constructor
|
PlotsEditorPanel(TableauFrame parent,
java.lang.String title) |
PlotsPanel(TableauFrame parent,
java.lang.String title)
Construct a new PlotsPanel in a frame with a specific title.
|
PreferencesAction(TableauFrame parent) |
PreferencesFrame(java.lang.String title,
TableauFrame frame)
Constructor accepts a title for the frame and the parent of the frame.
|
PreferencesFrame(java.lang.String title,
TableauFrame frame,
java.lang.String openTabName)
Constructor accepts a title for the frame, the parent of the frame, and
the tab to display after opening the preferencesFrame
|
PreviewActorAction(TableauFrame parent)
Constructor
|
RemoveCustomKeplerDocumentationAction(TableauFrame parent) |
RenameComponentEntityAction(TableauFrame parent) |
RunWithFeedbackChkBoxAction(TableauFrame parent)
Constructor
|
SemanticSearchDialogAction(TableauFrame parent)
Constructor
|
ShowDocumentationAction(TableauFrame parent) |
TabbedDialog(TableauFrame frame,
java.lang.String title,
boolean modal)
Construct an instance of this TabbedDialog, with the specified owner
Frame and title string.
|
TabbedLookInsideAction(TableauFrame parent)
Create a new TabbedLookInsideAction object with the given
frame as it's container.
|
ToggleAllPortNamesAction(TableauFrame frame) |
WorkflowTypeCheckerDialogAction(TableauFrame parent)
Constructor
|
Constructor and Description |
---|
OpenCompositeAction(java.lang.String name,
TableauFrame parent) |
OpenCompositeAction(TableauFrame parent)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
TabbedKeplerGraphFrame
This is a graph editor frame that uses a tabbed pane to display
multiple composite actors.
|
Modifier and Type | Field and Description |
---|---|
protected TableauFrame |
SaveArchiveAction._parent |
protected TableauFrame |
ExportArchiveAction._parent |
Modifier and Type | Method and Description |
---|---|
void |
KAREffigy.openKAREntries(TableauFrame frame,
boolean openActorEntries)
Open the non-actor entries in the KAR file, e.g., report layout.
|
void |
KARPreferencesTab.setParent(TableauFrame frame) |
Constructor and Description |
---|
ActorUploaderAction(TableauFrame parent) |
ComponentUploader(TableauFrame parent) |
DeleteArchiveAction(TableauFrame parent)
Constructor
|
DownloadKARFileAction(TableauFrame parent) |
ExportActorArchiveAction(TableauFrame parent)
Constructor
|
ExportArchiveAction(TableauFrame parent)
Constructor
|
ImportModuleDependenciesAction(TableauFrame parent)
Constructor
|
KarUploaderAction(TableauFrame parent) |
OpenArchiveAction(TableauFrame parent)
Constructor
|
RefreshFolderAction(TableauFrame parent)
Constructor
|
SaveArchiveAction(TableauFrame parent)
Constructor
|
ViewManifestAction(TableauFrame parent)
Constructor
|
Constructor and Description |
---|
LibLsidViewerAction(TableauFrame parent) |
LSIDViewerAction(TableauFrame parent) |
Constructor and Description |
---|
JvmMemoryDialogAction(TableauFrame parent) |
Modifier and Type | Method and Description |
---|---|
void |
KARBuilder.generateKAR(TableauFrame tableauFrame,
java.lang.String overrideModDeps) |
boolean |
KARFile.open(KAREntry entry,
TableauFrame tableauFrame)
Call the open methods of all KAREntryHandlers that support the type of
the given entry.
|
boolean |
KAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame)
When a KAR file is opened, any entries in the KAR file that have the same
type as this KAREntryHandler will be passed to this open method.
|
boolean |
KARFile.openKARContents(TableauFrame tableauFrame,
boolean forceOpen)
Here we go through all the KAREntries and call the open method of the
appropriate KAREntryHandlers.
|
java.util.Hashtable<KAREntry,java.io.InputStream> |
KAREntryHandler.save(java.util.Vector<KeplerLSID> lsids,
KeplerLSID karLsid,
TableauFrame tableauFrame)
Return an array of KAREntry objects that are to be saved for the given
lsids.
|
KeplerLSID |
SaveKAR.saveToDisk(TableauFrame tableauFrame,
java.lang.String overrideModDeps)
Save this KAR file to disk.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JARKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
boolean |
ActorMetadataKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
boolean |
ModuleTxtKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame)
When a KAR file is opened, any entries in the kar file that have the same
type as this KAREntryHandler will be passed to this open method.
|
boolean |
ProvKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame)
Open a KAR entry for a PROVProvenance.
|
boolean |
WorkflowRunEntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
boolean |
ReportLayoutKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
boolean |
ReportInstanceKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
java.util.Hashtable<KAREntry,java.io.InputStream> |
JARKAREntryHandler.save(java.util.Vector<KeplerLSID> lsids,
KeplerLSID karLsid,
TableauFrame tableauFrame) |
java.util.Hashtable<KAREntry,java.io.InputStream> |
ActorMetadataKAREntryHandler.save(java.util.Vector<KeplerLSID> lsids,
KeplerLSID karLsid,
TableauFrame tableauFrame)
The save method for ActorMetadataKAREntryHandler is not used since Actors
and Workflows are not dependent on anything else.
|
java.util.Hashtable<KAREntry,java.io.InputStream> |
ModuleTxtKAREntryHandler.save(java.util.Vector<KeplerLSID> lsids,
KeplerLSID karLsid,
TableauFrame tableauFrame)
Return an array of KAREntry objects that are to be saved for the given
lsid.
|
java.util.Hashtable<KAREntry,java.io.InputStream> |
ProvKAREntryHandler.save(java.util.Vector<KeplerLSID> lsids,
KeplerLSID karLsid,
TableauFrame tableauFrame)
Serialize a workflow execution to a KAR entry.
|
java.util.Hashtable<KAREntry,java.io.InputStream> |
WorkflowRunEntryHandler.save(java.util.Vector<KeplerLSID> lsids,
KeplerLSID karLsid,
TableauFrame tableauFrame) |
java.util.Hashtable<KAREntry,java.io.InputStream> |
ReportLayoutKAREntryHandler.save(java.util.Vector<KeplerLSID> lsids,
KeplerLSID karLsid,
TableauFrame tableauFrame) |
java.util.Hashtable<KAREntry,java.io.InputStream> |
ReportInstanceKAREntryHandler.save(java.util.Vector<KeplerLSID> lsids,
KeplerLSID karLsid,
TableauFrame tableauFrame) |
Constructor and Description |
---|
ModuleDocumentationManagerAction(TableauFrame parent) |
Constructor and Description |
---|
ModuleManagerAction(TableauFrame parent) |
Modifier and Type | Method and Description |
---|---|
TableauFrame |
CacheViewerTabPane.getParentFrame() |
Modifier and Type | Method and Description |
---|---|
TabPane |
CacheViewerTabPane.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
void |
CacheViewerTabPane.setParentFrame(TableauFrame parent) |
Modifier and Type | Class and Description |
---|---|
class |
QBEditor
QBEditor is a top-level window containing the Query Builder UI.
|
Modifier and Type | Method and Description |
---|---|
void |
LibraryManager.removeAllFrameTabs(TableauFrame parent) |
Modifier and Type | Method and Description |
---|---|
PlottingController |
PlottingControllerFactory.getPlottingController(TableauFrame tableauFrame) |
Constructor and Description |
---|
Plot(TableauFrame frame) |
Modifier and Type | Field and Description |
---|---|
protected TableauFrame |
ViewWatchingTabPane._frame
The parent frame.
|
Modifier and Type | Method and Description |
---|---|
TableauFrame |
ViewWatchingTabPane.getParentFrame()
Get the parent frame.
|
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) |
void |
ViewWatchingTabPane.setParentFrame(TableauFrame parent)
Set the parent frame and add listeners for the workflow
run manager, view changes, and tab changes.
|
void |
WorkflowRunOutlineTabPane.setParentFrame(TableauFrame parent)
Set the parent frame and add listeners for the workflow
run manager, view changes, and tab changes.
|
void |
PreviousExecutionPanel.setParentFrame(TableauFrame parent)
Set the parent frame.
|
Modifier and Type | Method and Description |
---|---|
TableauFrame |
ReportDesignerPanel.getParentFrame()
Implementation of getParentFrame getName()
|
TableauFrame |
PropertiesPanel.getParentFrame()
Implementation of getParentFrame getName()
|
TableauFrame |
ItemsOfInterestPanel.getParentFrame()
Implementation of getParentFrame getName()
|
TableauFrame |
ReportViewerPanel.getParentFrame()
Implementation of getParentFrame getName()
|
TableauFrame |
ReportViewerTOC.getParentFrame()
Implementation of getParentFrame getName()
|
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.
|
void |
ReportDesignerPanel.setParentFrame(TableauFrame parent)
Implementation of TabPane setParentFrame(TableauFrame)
|
void |
PropertiesPanel.setParentFrame(TableauFrame parent)
Implementation of TabPane setParentFrame(TableauFrame)
|
void |
ItemsOfInterestPanel.setParentFrame(TableauFrame parent)
Implementation of TabPane setParentFrame(TableauFrame)
|
void |
ReportViewerPanel.setParentFrame(TableauFrame parent)
Implementation of TabPane setParentFrame(TableauFrame)
|
void |
ReportViewerTOC.setParentFrame(TableauFrame parent)
Implementation of TabPane setParentFrame(TableauFrame)
|
Constructor and Description |
---|
DynamicReportItemPanel(ReportDesignerPanel reportDesignerPanel,
Item tmpItem,
javax.swing.JRadioButton dynamicreportItemButton,
DeleteItemButton delbutton,
java.lang.String strItemFullName,
ReportLayout reportLayout,
TableauFrame tableauFrame) |
Modifier and Type | Method and Description |
---|---|
void |
StaticReportItem.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame) |
void |
DynamicReportItem.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame)
Retrieves values for a given execution
|
abstract void |
Item.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame) |
static ReportInstance |
ReportAssembler.populateReport(Queryable queryable,
ReportLayout reportLayout,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame) |
static ReportInstance |
ReportAssembler.populateReportWithLatest(Queryable queryable,
ReportLayout reportLayout,
KeplerLSID lsid,
TableauFrame tableauFrame) |
Modifier and Type | Method and Description |
---|---|
static Queryable |
ProvenanceUtil.getQueryable(KeplerLSID lsid,
TableauFrame tf) |
Modifier and Type | Method and Description |
---|---|
void |
ReportLayout.setModified(TableauFrame tableauFrame)
Mark TableauFrame modified so user will be prompted to save,
and increment ReportLayout LSID.
|
Constructor and Description |
---|
AnnotateComponentAction(TableauFrame parent)
REQUIRED *****
Constructor
|
SuggestCompatibleInputAction(TableauFrame parent)
REQUIRED *****
Constructor
|
SuggestCompatibleOutputAction(TableauFrame parent)
REQUIRED *****
Constructor
|
SuggestSimilarComponentsAction(TableauFrame parent)
REQUIRED *****
Constructor
|
Constructor and Description |
---|
TagManagerAction(TableauFrame parent) |
Modifier and Type | Method and Description |
---|---|
void |
TagBarInsertionUI.finishConstruction(TableauFrame parent) |
Constructor and Description |
---|
NonComboBoxTest(TableauFrame parent) |
TagBarDisplayUI(TableauFrame parent,
ExistingTagsPanel existingTagsPanel) |
TagBarInsertionUI(TableauFrame parent) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<TableauFrame,ReportLayout> |
Workflow.reportLayouts |
Modifier and Type | Method and Description |
---|---|
static TableauFrame |
WorkflowManager.getRankingTableauFrame() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<TableauFrame,ReportLayout> |
Workflow.getReportLayouts() |
Modifier and Type | Method and Description |
---|---|
void |
Workflow.addReportLayout(TableauFrame tableauFrame,
ReportLayout reportLayout) |
java.util.List<KeplerLSID> |
WorkflowManager.getKeplerLSID(TableauFrame tableauFrame)
Return a List of LSIDS that are associated with the given TableauFrame.
|
ReportLayout |
Workflow.getReportLayout(TableauFrame tableauFrame) |
Workflow |
WorkflowManager.getWorkflow(TableauFrame tableauFrame,
KeplerLSID workflowId) |
static void |
WorkflowManager.setRankingTableauFrame(TableauFrame tableauFrame) |
Constructor and Description |
---|
Workflow(TableauFrame tableauFrame,
KeplerLSID lsid) |
Modifier and Type | Method and Description |
---|---|
WorkflowRunManager |
WorkflowRunManagerManager.getWRM(TableauFrame tableauFrame) |
WorkflowRunManager |
WorkflowRunManagerManager.getWRM(TableauFrame tableauFrame,
ProvenanceStore provenanceStore) |
Modifier and Type | Method and Description |
---|---|
TableauFrame |
WorkflowRunManagerPanel.getParentFrame() |
Modifier and Type | Method and Description |
---|---|
TabPane |
WorkflowRunManagerPanel.Factory.createTabPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
void |
WorkflowRunManagerPanel.setParentFrame(TableauFrame parent) |
Constructor and Description |
---|
WorkflowRunManagerTableModel(TableauFrame frame) |
Constructor and Description |
---|
ExportRunsArchiveAction(TableauFrame parent,
java.util.List<KeplerLSID> execLSIDs,
java.lang.String overrideModuleDependencies) |
Modifier and Type | Field and Description |
---|---|
protected TableauFrame |
SchedulerAbstractAction.parent |
Modifier and Type | Method and Description |
---|---|
TableauFrame |
WorkflowSchedulerServerInstallationInfoPanel.getParentFrame()
Return the parent frame
|
TableauFrame |
WorkflowSchedulerPanel.getParentFrame()
This method must return the TableauFrame this tab is associated with.
|
TableauFrame |
WorkflowSchedulerParentPanel.getParentFrame()
Return the parent frame
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowSchedulerServerInstallationInfoPanel.setParentFrame(TableauFrame parent)
Set the parent frame of this panel
|
void |
WorkflowSchedulerParentPanel.setParentFrame(TableauFrame parent)
Set the parent frame of this panel
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowSchedulerPreferenceTab.setParent(TableauFrame frame)
PreferencesTab usually will need access to the configuration of the
Tableau that is opened in the BasicGraphFrame.
|
void |
WorkflowRunEnginePreferenceTab.setParent(TableauFrame frame)
PreferencesTab usually will need access to the configuration of the
Tableau that is opened in the BasicGraphFrame.
|
Constructor and Description |
---|
OpenWorkflowRunEngineConfigDialogAction(TableauFrame parent)
Constructor
|
OpenWorkflowSchedulerURLConfigDialogAction(TableauFrame parent)
Constructor
|
WorkflowRunEngineConfigurationDialog(TableauFrame parent)
Constructor
|
WorkflowSchedulerURLConfigurationDialog(TableauFrame parent)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
TextualInteractionShell.ShellFrame
The frame that is created by an instance of ShellTableau.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleShellTAPTableauFrame
Based on the Ptolemy II v.3.0.2 code for ExpressionShellFrame.
|
class |
UserInteractiveShell.ShellFrame
The frame that is created by an instance of ShellTableau.
|
Modifier and Type | Class and Description |
---|---|
static class |
Console.ConsoleFrame
The frame that is created by an instance of Console.
|
static class |
DebugListenerTableau.DebugListenerFrame
This class is a top-level window for displaying textual debug
output from an instance of Debuggable.
|
class |
ExpressionShellFrame
A frame that provides an interactive shell for evaluating expressions.
|
class |
HTMLViewer
This class is a toplevel frame that can view HTML documents.
|
class |
JVMTableau.JVMFrame
The frame that is created by an instance of JVMTableau.
|
class |
ModelFrame
ModelFrame is a top-level window containing a Ptolemy II model control panel.
|
class |
PlotTableauFrame
PlotTableauFrame is a version of PlotFrame in the plot package that
works more closely with the Ptolemy actor.gui infrastructure.
|
class |
PtolemyFrame
This is a top-level window for Ptolemy models with a menubar and status bar.
|
class |
RunTableau.RunFrame
The frame that is created by an instance of RunTableau.
|
class |
TextEditor
A top-level window containing a simple text editor or viewer.
|
class |
WelcomeWindow
A toplevel frame that can view HTML documents, but has no menus.
|
Modifier and Type | Method and Description |
---|---|
void |
TokenTableau.createFrame(TableauFrame frame)
Create a text editor frame to view the data.
|
void |
MatrixTokenTableau.createFrame(TableauFrame frame)
Create a matrix frame to view the data.
|
Constructor and Description |
---|
MatrixTokenTableau(Effigy container,
java.lang.String name,
TableauFrame frame)
Construct a new tableau for the model represented by the given effigy,
using the specified frame.
|
TokenTableau(Effigy container,
java.lang.String name,
TableauFrame frame)
Construct a new tableau for the model represented by the given effigy,
using the specified frame.
|
Modifier and Type | Class and Description |
---|---|
static class |
ExecShellTableau.ExecShellFrame
The frame that is created by an instance of ExecShellTableau.
|
Modifier and Type | Class and Description |
---|---|
static class |
TclShellTableau.TclShellFrame
The frame that is created by an instance of TclShellTableau.
|
Modifier and Type | Class and Description |
---|---|
static class |
PythonShellTableau.PythonShellFrame
The frame that is created by an instance of PythonShellTableau.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomizableRunFrame
A top-level frame for a customizable run control panel.
|
class |
RunLayoutFrame
A top-level frame for editing the layout of a customizable run control panel.
|
Modifier and Type | Class and Description |
---|---|
class |
SyntaxTextEditor
A top-level window containing a text editor or viewer that understands
the syntax of various languages.
|
class |
SyntaxTextEditorForStringAttributes
A text editor to edit a specified string attribute using a syntax-directed editor.
|
Modifier and Type | Class and Description |
---|---|
class |
InteractiveDialog.DialogFrame
The frame that is created by an instance of ShellTableau.
|
class |
InteractiveShell.ShellFrame
The frame that is created by an instance of ShellTableau.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ImageDisplayJavaSE.ImageWindow
Version of TableauFrame that removes its association with the
ImageDisplay upon closing, and also records the size of the display.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageTableau.createFrame(TableauFrame frame)
Create an image display to view the picture.
|
Constructor and Description |
---|
ImageTableau(Effigy container,
java.lang.String name,
TableauFrame frame)
Construct a new tableau for the model represented by the given effigy,
using the specified frame.
|
ImageTableau(Effigy container,
java.lang.String name,
TableauFrame frame,
int width,
int height)
Construct a new tableau for the model represented by the given effigy,
using the specified frame.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorGraphFrame
This is a graph editor frame for ptolemy models.
|
class |
DocBuilderGUI
A PtolemyFrame that builds the Java and Actor documentation.
|
class |
DocViewer
This class defines a specialized window for displaying Ptolemy II actor
documentation.
|
Constructor and Description |
---|
ListenToActorAction(TableauFrame tableauFrame)
Create an action to listen to debug messages.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGraphFrame
A simple graph view for ptolemy models.
|
class |
ExtendedGraphFrame
An graph view for ptolemy models extended with the capability
to display the model in full-screen mode.
|
Modifier and Type | Class and Description |
---|---|
class |
EditIconFrame
This is an icon editor frame for Ptolemy II models.
|
Constructor and Description |
---|
RenameDialogAction(TableauFrame parent)
Construct a rename dialog action with the specified parent, which will
appear in the menu that uses this action.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseGraphFrame
This is a graph editor frame for ptolemy case models.
|
class |
FSMGraphFrame
This is a graph editor frame for ptolemy FSM models.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceAutomatonGraphFrame
This is a graph editor frame for ptolemy InterfaceAutomaton models.
|
Modifier and Type | Class and Description |
---|---|
class |
TextEditorForStringAttributes
A text editor to edit a specified string attribute or parameter.
|
Modifier and Type | Class and Description |
---|---|
static class |
TreeTableau.TreeFrame
This is a top-level window containing a tree-view of a composite
entity.
|