Package | Description |
---|---|
lev.gui |
Modifier and Type | Class and Description |
---|---|
class |
LButton
A customized JButton used by Leviathan in GUIs.
|
class |
LCheckBox |
class |
LCheckBoxConfig |
protected class |
LCheckBoxConfig.LSpecialCheckBox |
class |
LColorSetting |
class |
LComboBox<T> |
class |
LComboSearchBox<T> |
class |
LDoubleSetting |
class |
LDoubleSpinner |
class |
LEditorPane |
class |
LHelpComponent
A GUI component that updates a help panel with text.
|
class |
LHTMLPane |
class |
LLabel
A customized JLabel that is used by Leviathan for GUIs.
|
class |
LList<T> |
class |
LMenuItem |
class |
LNumericSetting |
class |
LProgressBar |
class |
LSlider |
class |
LSpinner |
class |
LTextArea
A customized Text Pane used by Leviathan for GUIs.
|
class |
LTextField |
class |
LTextPane
A customized Text Pane used by Leviathan for GUIs.
|
class |
LUserSetting<T>
A GUI component that can be tied to a Setting in a SaveFile.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<LComponent> |
LCheckBox.underlings |
Modifier and Type | Method and Description |
---|---|
void |
LCheckBox.addAsUnderling(LComponent c) |