Package | Description |
---|---|
org.joty.workstation.app | |
org.joty.workstation.authorization | |
org.joty.workstation.gui |
Modifier and Type | Method and Description |
---|---|
long |
Application.getNextId(DataAccessPanel dPanel) |
Modifier and Type | Class and Description |
---|---|
class |
RolesPanel
Instantiated by the
RolesDialog class allows the access only to the
users having the 'Administrators' role. |
class |
UsersPanel
Instantiated by the
UsersDialog class allows the access only to the
users having the 'Administrators' role. |
Modifier and Type | Class and Description |
---|---|
class |
AppOptionsPanel
Acquires locale language and country from the administrator user in order to
store them in the database, so that these info last as application
attributes.
|
class |
DataScrollingPanel
It adds to the hierarchy the ability to use a referenced data grid, as a
medium to access data.
|
class |
NavigatorEditorPanel
Allows the data editing to occur directly in its grid.
|
class |
NavigatorPanel
It is a
DataScrollingPanel class that either instantiates the Table
object (the data grid) and the associated GridManager that is going to use,
or adds it to its layout. |
Modifier and Type | Field and Description |
---|---|
DataAccessPanel |
JotyDialog.m_currSheet |
DataAccessPanel |
BlobComponent.m_panel |
DataAccessPanel |
JotyDialog.m_parentDataPanel |
DataAccessPanel |
TermContainerPanel.m_targetPanel |
Modifier and Type | Field and Description |
---|---|
java.util.Vector<DataAccessPanel> |
MultiPanelDialog.m_dataPanels |
Modifier and Type | Method and Description |
---|---|
static DataAccessPanel |
Factory.addDataAccessPanel(Panel contentPanel,
DataAccessPanel panel)
Adds a
DataAccessPanel object to the layout of a Panel object. |
static DataAccessPanel |
Factory.addDataAccessPanel(Panel contentPanel,
DataAccessPanel panel,
java.lang.String updateableSet) |
static DataAccessPanel |
Factory.addDataAccessPanel(Panel contentPanel,
DataAccessPanel panel,
java.lang.String updateableSet,
java.lang.String completeSet)
Adds a
DataAccessPanel to the layout of a content panel. |
protected DataAccessPanel |
DataAccessDialog.addEnabling_driver() |
protected DataAccessPanel |
MultiPanelDialog.addEnabling_driver() |
static DataAccessPanel |
Factory.addTab(TabbedPane tabbedPane,
DataAccessPanel panel)
|
static DataAccessPanel |
Factory.addTab(TabbedPane tabbedPane,
DataAccessPanel panel,
java.lang.String updateableSet)
|
static DataAccessPanel |
Factory.addTab(TabbedPane tabbedPane,
DataAccessPanel panel,
java.lang.String updateableSet,
java.lang.String completeSet)
Adds a tab to a
TabbedPane object and attach a specified
DataAccessPanel object to it. |
protected DataAccessPanel |
DataAccessDialog.deleteEnabling_driver() |
protected DataAccessPanel |
MultiPanelDialog.deleteEnabling_driver() |
DataAccessPanel |
MultiPanelDialog.getGridMaster() |
DataAccessPanel |
TermContainerPanel.getTargetPanel() |
Modifier and Type | Method and Description |
---|---|
static DataAccessPanel |
Factory.addDataAccessPanel(Panel contentPanel,
DataAccessPanel panel)
Adds a
DataAccessPanel object to the layout of a Panel object. |
static DataAccessPanel |
Factory.addDataAccessPanel(Panel contentPanel,
DataAccessPanel panel,
java.lang.String updateableSet) |
static DataAccessPanel |
Factory.addDataAccessPanel(Panel contentPanel,
DataAccessPanel panel,
java.lang.String updateableSet,
java.lang.String completeSet)
Adds a
DataAccessPanel to the layout of a content panel. |
static DataAccessPanel |
Factory.addTab(TabbedPane tabbedPane,
DataAccessPanel panel)
|
static DataAccessPanel |
Factory.addTab(TabbedPane tabbedPane,
DataAccessPanel panel,
java.lang.String updateableSet)
|
static DataAccessPanel |
Factory.addTab(TabbedPane tabbedPane,
DataAccessPanel panel,
java.lang.String updateableSet,
java.lang.String completeSet)
Adds a tab to a
TabbedPane object and attach a specified
DataAccessPanel object to it. |
protected GridManager |
SearcherMultiPanelDialog.identifyGridManager(DataAccessPanel masterPanel) |
protected GridManager |
MultiPanelDialog.identifyGridManager(DataAccessPanel masterPanel) |
boolean |
DataAccessPanel.GetDelStmntInterface.method(DataAccessPanel panel) |
java.lang.String |
DataAccessPanel.GetWhereClauseInterface.method(DataAccessPanel panel,
boolean usedInTransaction) |
void |
DataAccessPanel.DefinedSetMethodInterface.method(WResultSet rs,
DataAccessPanel panel) |
boolean |
DataAccessPanel.DefinedInsertMethodInterface.method(WResultSet rs,
DataAccessPanel panel,
int i) |
void |
TermContainerPanel.setTargetPanel(DataAccessPanel panel) |