public class SystemInfoAction extends MainWindowAction
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private static int |
TEXT_COLS |
private static int |
TEXT_ROWS |
mainWindow, SHORTCUT_KEY_MASK
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
SystemInfoAction(MainWindow mainWindow) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
private String |
formatList(List<?> l) |
private void |
formatMap(StringBuffer sb,
Map<?,?> props) |
private String |
getEnv() |
private String |
getMemoryInfo() |
private String |
getProperties() |
getMediator, getName, isSelected, setAcceleratorKey, setAcceleratorLetter, setIcon, setName, setSelected, setTooltip
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
private static final long serialVersionUID
private static final int TEXT_ROWS
private static final int TEXT_COLS
public SystemInfoAction(MainWindow mainWindow)
public void actionPerformed(ActionEvent e)
private String getProperties()
private String getEnv()
private void formatMap(StringBuffer sb, Map<?,?> props)
private String getMemoryInfo()