

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 |
| alma::acs::commandcenter::gui::FeedbackArea::FeedbackArea | ( | CommandCenterGui | master, | |
| FeedbackTabs | tabbedPane, | |||
| String | tabTitle | |||
| ) | [inline, protected] |
References chars, clear(), alma::acs::commandcenter::gui::FeedbackTabs::clearAllTabs(), kbytes, maxLength, outputArea, alma::acs::commandcenter::gui::FeedbackTabs::removeTab(), alma::acs::commandcenter::gui::FeedbackTabs::saveTab(), scrollLock, surroundingTabbedPane, surroundingTabTitle, and txtSize.
| 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().
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().
int alma::acs::commandcenter::gui::FeedbackArea::maxLength [protected] |
Referenced by append(), and FeedbackArea().
JTextArea alma::acs::commandcenter::gui::FeedbackArea::outputArea [protected] |
Referenced by append(), clear(), FeedbackArea(), and alma::acs::commandcenter::gui::FeedbackTabs::saveTab().
boolean alma::acs::commandcenter::gui::FeedbackArea::scrollLock = false [protected] |
Referenced by append(), and FeedbackArea().
Referenced by FeedbackArea().
String alma::acs::commandcenter::gui::FeedbackArea::surroundingTabTitle [protected] |
Referenced by FeedbackArea(), and alma::acs::commandcenter::gui::FeedbackTabs::saveTab().
JComboBox alma::acs::commandcenter::gui::FeedbackArea::txtSize [protected] |
Referenced by FeedbackArea().
1.6.2