Package | Description |
---|---|
org.joty.workstation.gui |
Modifier and Type | Class and Description |
---|---|
class |
BlobComponent
It is a visual class, descending from JPanel, that manages the storing and
the retrieving of a binary object into and from the database, through the web
or directly.
|
class |
BufferedComboBoxTerm.BufferedComboBox |
class |
CheckBox
It extends the javax.swing.JCheckBox class with the Joty abilities, to
behave with and to communicate to the framework.
|
class |
CheckBoxList
Extends
Table to implement a check-able list of literals. |
class |
ComboBox
Provides access to the loaded list of
DescrStruct instances. |
class |
ImageComponent
Extends the
BlobComponent for dealing with an image as binary object. |
class |
JotyTextField
Extends the javax.swing.JFormattedTextField for editing all the JotyTypes
types but the blob ones.
|
class |
List
It is a
ScrollGridPane that instantiates a
javax.swing.JList<Object> object as scroll-able object. |
class |
RadioButton
It extends the javax.swing.JRadioButton class with the Joty abilities, to
behave with and to communicate to the framework.
|
class |
ScrollGridPane
A ScrollPane, made abstract and specialized in controlling the scrolling of a
'grid' (a multi-row component).
|
class |
ScrollPane
Simply inherits from javax.swing.JScrollPane to set scroll bars availability
and to prepare the enabling features of the entire object.
|
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.
|