Public Member Functions | Protected Attributes

alma.acs.commandcenter.gui.FeedbackTabs Class Reference

Inherits javax::swing::JTabbedPane.

List of all members.

Public Member Functions

 FeedbackTabs (CommandCenterGui master, int orientation)
NativeCommand.Listener viewTab (String tabTitle)
void removeTab (String tabTitle)
void clearAllTabs ()
void saveTab (FeedbackArea x)

Protected Attributes

CommandCenterGui master
HashMap< String,
NativeCommand.Listener > 
tabTitle2Listener = new HashMap<String, NativeCommand.Listener>()
JFileChooser fileChooser

Detailed Description

A JTabbedPane holding a FeedbackArea as the content of each tab. For each tab, a Task.Listener is held that is resonsible for filling the FeedbackArea. Thus we have (1 Tab : 1 FeedbackArea : 1 Listener). The storage key for all is the Tab-name.


Constructor & Destructor Documentation

alma.acs.commandcenter.gui.FeedbackTabs.FeedbackTabs ( CommandCenterGui  master,
int  orientation 
)

Member Function Documentation

void alma.acs.commandcenter.gui.FeedbackTabs.clearAllTabs (  ) 
void alma.acs.commandcenter.gui.FeedbackTabs.removeTab ( String  tabTitle  ) 
void alma.acs.commandcenter.gui.FeedbackTabs.saveTab ( FeedbackArea  x  ) 
NativeCommand.Listener alma.acs.commandcenter.gui.FeedbackTabs.viewTab ( String  tabTitle  ) 

Member Data Documentation

HashMap<String, NativeCommand.Listener> alma.acs.commandcenter.gui.FeedbackTabs.tabTitle2Listener = new HashMap<String, NativeCommand.Listener>() [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties