Package | Description |
---|---|
org.joty.workstation.gui |
Modifier and Type | Class and Description |
---|---|
class |
BlobTerm
It is a wrapper for a
BlobComponent . |
class |
BufferedComboBoxTerm
It is a container of an instance of an internally defined extension of the
ComboBox class.
|
class |
CheckListTerm
It wraps a
CheckBoxList component and uses the built-in reference to
the LiteralStruct object to populate its verbose part. |
class |
CheckTerm
It is a container for a
CheckBox instance. |
class |
ComboBoxTerm
This class is a container for a
ComboBox object and extends
DescrTerm to have available a LiteralStruct object to use for
populating the ComboBox. |
class |
DescrTerm
Adds to the Term class the ability to hold a reference to a
LiteralStruct object. |
class |
GridTerm
This class abandons the single datum management typical of all its siblings
and treats the set of data associated to the primary entity, that one
"hosted" by the containing DataAccessPanel, and that are presented to the
user by a tabular structure.
|
class |
ImageTerm
Extends the BlobTerm class in order to host an
ImageComponent object. |
class |
ListTerm
The class contains a
List component and instantiates a
JotyDataBuffer to hold data that can be a reference to an id Literal
contained in a LiteralStruct object or something different. |
class |
MasterRadioTerm
This class extends its ancestor with the ability to hold the catalog of
collaborating RadioButton objects (the 'group') in defining the current selection, that is
the integer value associated to the database field.
|
class |
RadioTerm
It is a container for a
RadioButton instance. |
class |
TableTerm
It is the more 'verbose' GridTerm implementation because relies on the
powerful
Table component. |
class |
TextAreaTerm
It is just a Term implementation containing a
TextArea component. |
class |
TextTerm
The class manages an instance of the
JotyTextField class, embracing
its whole polymorphic, data type dependent, behavior. |
Modifier and Type | Field and Description |
---|---|
Term |
BlobComponent.m_term |
protected Term |
TextArea.m_term |
Term |
ScrollPane.m_term |
Term |
ComboBox.m_term |
Term |
JotyTextField.m_term |
Modifier and Type | Field and Description |
---|---|
org.joty.common.CaselessStringKeyMap<Term> |
TermContainerPanel.m_termMap |
java.util.Vector<Term> |
TermContainerPanel.m_terms |
Modifier and Type | Method and Description |
---|---|
Term |
RadioButton.getTerm() |
Term |
BlobComponent.getTerm() |
Term |
Term.TermEnclosable.getTerm() |
Term |
CheckBox.getTerm() |
Term |
TextArea.getTerm() |
Term |
ScrollPane.getTerm() |
Term |
ComboBox.getTerm() |
Term |
JotyTextField.getTerm() |
Term |
TermContainerPanel.term(java.lang.String termName) |
Modifier and Type | Method and Description |
---|---|
void |
CriteriaPanel.addOperatorsComboToTerm(Term term,
javax.swing.JComboBox<java.lang.String> comboBox) |
protected void |
TermContainerPanel.addTerm(Term term,
TermContainerPanel.TermParams params) |
void |
TermContainerPanel.addTermAsReportParameter(Term term,
java.lang.String paramName) |
void |
TermContainerPanel.componentsKillFocus(Term term) |
void |
DataAccessPanel.ActionOnRowInterface.doAction(Term srcTerm,
int column) |
void |
Term.effectsPostPone(Term term) |
protected boolean |
TermContainerPanel.getEnablingContextTruth(Term term) |
java.lang.String |
Term.AlterFormatMethodInterface.method(java.lang.String content,
Term term) |
protected void |
ComboBoxTerm.set(Term srcTerm) |
protected void |
Term.set(Term source) |
protected void |
GridTerm.set(Term srcTerm) |
protected void |
DataAccessPanel.setTermAsReturnedValue(Term term) |
protected boolean |
TermContainerPanel.termExchangable(Term term) |
protected boolean |
DataAccessPanel.termExchangable(Term term) |
Constructor and Description |
---|
BlobComponent(TermContainerPanel panel,
Term term) |
ComboBox(TermContainerPanel panel,
Term term) |
ComboBox(TermContainerPanel panel,
Term term,
boolean editable) |
ImageComponent(TermContainerPanel panel,
Term term) |
JotyButton(java.lang.String text,
Term browsedTerm) |
JotyTextField(TermContainerPanel panel,
Term term,
javax.swing.text.MaskFormatter maskFormatter) |
JotyTextField(TermContainerPanel panel,
Term term,
javax.swing.text.MaskFormatter maskFormatter,
boolean asCellEditor) |
RadioButton(TermContainerPanel panel,
Term term) |
ScrollPane(Panel panel,
Term term) |
TextArea(TermContainerPanel panel,
Term term) |
ViewersManager(Term term) |
ViewersManager(Term term,
java.lang.String fieldName) |