com.metamatrix.console.ui.layout
Interface WorkspacePanel

All Known Implementing Classes:
AdminRolesMain, ConnectorBindingPanel, ConnectorPanel, DeployMainPanel, EntitlementsPanel, ExtensionSourcesPanel, GroupsTabMainPanel, PropertiesMasterPanel, ProvidersMain, QueryPanel, ResourcesMainPanel, RuntimeMgmtPanel, SessionPanel, SummaryMain, SummaryPanel, SysLogPanel, SystemLogSetUpPanel, TransactionsPanel, VdbMainPanel

public interface WorkspacePanel


Method Summary
 ConnectionInfo getConnection()
           
 java.lang.String getTitle()
          Return a title that may be displayed in the frame's title bar and/or in a panel above this panel.
 void receiveUpdateNotification(RuntimeUpdateNotification notification)
           
 java.util.List resume()
          Called when the panel has just regained focus.
 

Method Detail

resume

java.util.List resume()
Called when the panel has just regained focus. It needs to return a List of Actions that will put the Actions menu back into the state it was when the panel last had focus. Also, the panel may want to perform other processing at this time such as restarting a timer.

Returns:
List of Actions to be placed in the Actions menu.

getTitle

java.lang.String getTitle()
Return a title that may be displayed in the frame's title bar and/or in a panel above this panel.


getConnection

ConnectionInfo getConnection()

receiveUpdateNotification

void receiveUpdateNotification(RuntimeUpdateNotification notification)


Copyright © 2009. All Rights Reserved.