protected static final class TextViewerInteractiveView.TextViewerInteractiveViewDefaults extends Defaults
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
protected static int |
NUM_COLUMNS |
protected static Settings.SettingKey |
NUM_COLUMNS_KEY |
protected static int |
NUM_ROWS |
protected static Settings.SettingKey |
NUM_ROWS_KEY |
protected static java.awt.Color |
OUTPUT_BACKGROUND_COLOR |
protected static Settings.SettingKey |
OUTPUT_BACKGROUND_COLOR_KEY |
protected static java.awt.Font |
OUTPUT_FONT |
protected static Settings.SettingKey |
OUTPUT_FONT_KEY |
protected static java.awt.Color |
OUTPUT_TEXT_COLOR |
protected static Settings.SettingKey |
OUTPUT_TEXT_COLOR_KEY |
m_defaults, m_defaultsID| Constructor and Description |
|---|
TextViewerInteractiveViewDefaults() |
add, getDefaults, getID, setIDpublic static final java.lang.String ID
protected static final Settings.SettingKey OUTPUT_FONT_KEY
protected static final java.awt.Font OUTPUT_FONT
protected static final Settings.SettingKey OUTPUT_TEXT_COLOR_KEY
protected static final java.awt.Color OUTPUT_TEXT_COLOR
protected static final Settings.SettingKey OUTPUT_BACKGROUND_COLOR_KEY
protected static final java.awt.Color OUTPUT_BACKGROUND_COLOR
protected static final Settings.SettingKey NUM_COLUMNS_KEY
protected static final int NUM_COLUMNS
protected static final Settings.SettingKey NUM_ROWS_KEY
protected static final int NUM_ROWS