Package | Description |
---|---|
org.joty.workstation.gui |
Modifier and Type | Class and Description |
---|---|
class |
CheckBoxList
Extends
Table to implement a check-able list of literals. |
class |
List
It is a
ScrollGridPane that instantiates a
javax.swing.JList<Object> object as scroll-able object. |
class |
ScrollGridPane
A ScrollPane, made abstract and specialized in controlling the scrolling of a
'grid' (a multi-row component).
|
class |
Table
It is a
ScrollGridPane that instantiates a JotyJTable object
as scroll-able object. |
class |
TextArea
It does not inherit from javax.swing.JTextArea but it is a
org.joty.workstation.gui.ScrollPane implementation that support the scrolling of an
instance of it.
|