Package | Description |
---|---|
gui | |
gui.components | |
gui.panels |
Modifier and Type | Method and Description |
---|---|
void |
MainFrame.addObject(GuiObject object)
Add object which implements interface
GuiObject
and store it in collection guiObjects ArrayList. |
Modifier and Type | Class and Description |
---|---|
class |
Button
This class represent Button gui object.
|
class |
CheckBox
This class represent CheckBox gui object.
|
class |
CheckBoxMenuItem
This class represent Check box menu item gui object.
|
class |
Label
This class represent Label gui object.
|
class |
Menu
This class represent Menu gui object.
|
class |
MenuItem
This class represent Button gui object.
|
class |
RadioButton
This class represent Radio button gui object.
|
class |
RadioButtonMenuItem
This class represent Radio box menu item gui object.
|
class |
TitleBorder
This class represent Title border gui object.
|
Modifier and Type | Class and Description |
---|---|
class |
FreqPlotPanel
Plot panel with additional components
for specific options to plot frequency table.
|
class |
PlotPanel
Abstract panel.
|
class |
QuartPlotPanel
Plot panel with additional components
for specific options to plot quartile table.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotPanel.addGuiObject(GuiObject object)
Add object which implements interface
GuiObject
and store it in collection guiObjects ArrayList. |