Inherits javax::swing::JPanel.
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 | |||
| ) | [protected] |
References alma.acs.commandcenter.gui.FeedbackArea.chars, alma.acs.commandcenter.gui.FeedbackArea.clear(), alma.acs.commandcenter.gui.FeedbackTabs.clearAllTabs(), alma.acs.commandcenter.gui.FeedbackArea.kbytes, alma.acs.commandcenter.gui.FeedbackArea.maxLength, alma.acs.commandcenter.gui.FeedbackArea.outputArea, alma.acs.commandcenter.gui.FeedbackTabs.removeTab(), alma.acs.commandcenter.gui.FeedbackTabs.saveTab(), alma.acs.commandcenter.gui.FeedbackArea.scrollLock, alma.acs.commandcenter.gui.FeedbackArea.surroundingTabbedPane, alma.acs.commandcenter.gui.FeedbackArea.surroundingTabTitle, and alma.acs.commandcenter.gui.FeedbackArea.txtSize.
| void alma.acs.commandcenter.gui.FeedbackArea.append | ( | String | feedback | ) | [protected] |
| void alma.acs.commandcenter.gui.FeedbackArea.clear | ( | ) | [protected] |
References alma.acs.commandcenter.gui.FeedbackArea.outputArea.
Referenced by alma.acs.commandcenter.gui.FeedbackArea.FeedbackArea().
final int [] alma.acs.commandcenter.gui.FeedbackArea.chars = new int[]{32*512, 128*512, 512*512, Integer.MAX_VALUE} [protected] |
Referenced by alma.acs.commandcenter.gui.FeedbackArea.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 alma.acs.commandcenter.gui.FeedbackArea.FeedbackArea().
int alma.acs.commandcenter.gui.FeedbackArea.maxLength [protected] |
JTextArea alma.acs.commandcenter.gui.FeedbackArea.outputArea [protected] |
boolean alma.acs.commandcenter.gui.FeedbackArea.scrollLock = false [protected] |
Referenced by alma.acs.commandcenter.gui.FeedbackArea.FeedbackArea().
String alma.acs.commandcenter.gui.FeedbackArea.surroundingTabTitle [protected] |
JComboBox alma.acs.commandcenter.gui.FeedbackArea.txtSize [protected] |
Referenced by alma.acs.commandcenter.gui.FeedbackArea.FeedbackArea().
1.7.0