Protected Member Functions | Protected Attributes

alma.acs.commandcenter.gui.FeedbackArea Class Reference

Inherits javax::swing::JPanel.

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 
) [protected]

Member Function Documentation

void alma.acs.commandcenter.gui.FeedbackArea.append ( String  feedback  )  [protected]
void alma.acs.commandcenter.gui.FeedbackArea.clear (  )  [protected]

Member Data Documentation

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

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