alma::acs::commandcenter::gui::FeedbackArea Class Reference

Inheritance diagram for alma::acs::commandcenter::gui::FeedbackArea:
Inheritance graph
[legend]
Collaboration diagram for alma::acs::commandcenter::gui::FeedbackArea:
Collaboration graph
[legend]

List of all members.

Protected Member Functions

 FeedbackArea (CommandCenterGui master, FeedbackTabs tabbedPane, String tabTitle)
void clear ()
void append (String feedback)

Protected Attributes

final String[] kbytes = new String[]{"Max.Size: 32K", "Max.Size: 128K", "Max.Size: 512K", "Max.Size: unlimited"}
final int[] chars = new int[]{32*512, 128*512, 512*512, Integer.MAX_VALUE}
FeedbackTabs surroundingTabbedPane
String surroundingTabTitle
JTextArea outputArea
JComboBox txtSize
CommandCenterGui master
boolean scrollLock = false
int maxLength

Constructor & Destructor Documentation

alma::acs::commandcenter::gui::FeedbackArea::FeedbackArea ( CommandCenterGui  master,
FeedbackTabs  tabbedPane,
String  tabTitle 
) [inline, protected]

Member Function Documentation

void alma::acs::commandcenter::gui::FeedbackArea::append ( String  feedback  )  [inline, protected]

References maxLength, outputArea, and scrollLock.

void alma::acs::commandcenter::gui::FeedbackArea::clear (  )  [inline, protected]

References outputArea.

Referenced by FeedbackArea().


Member Data Documentation

final int [] alma::acs::commandcenter::gui::FeedbackArea::chars = new int[]{32*512, 128*512, 512*512, Integer.MAX_VALUE} [protected]

Referenced by FeedbackArea().

final String [] alma::acs::commandcenter::gui::FeedbackArea::kbytes = new String[]{"Max.Size: 32K", "Max.Size: 128K", "Max.Size: 512K", "Max.Size: unlimited"} [protected]

Referenced by FeedbackArea().

Referenced by append(), and FeedbackArea().

Referenced by append(), and FeedbackArea().

Referenced by FeedbackArea().

Referenced by FeedbackArea().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2