A B C D E F G H I K L M N O P R S T U V W

A

ACTION_GO_TO_PAGE_ID - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to display specific page.
ACTION_GO_TO_PAGE_NAME - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to display specific page.
ACTION_NEXT_PAGE_ID - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to display next page.
ACTION_NEXT_PAGE_NAME - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to display next page.
ACTION_PAGE_SIZE_ID - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to submit page size change.
ACTION_PAGE_SIZE_NAME - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to submit page size change.
ACTION_PREV_PAGE_ID - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to display previous page.
ACTION_PREV_PAGE_NAME - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to display previous page.
ACTION_SET_FILTER_ID - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to submit list filter change.
ACTION_SET_FILTER_NAME - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to submit list filter change.
ACTION_SET_ORDER_ID - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to submit order change ascending.
ACTION_SET_ORDER_NAME - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to submit order change.
ACTION_SHOW_LIST_ID - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to display list with default parameters.
ACTION_SHOW_LIST_NAME - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Names of the action to display list with default parameters.
ACTIVE_SCROLLABLE_TABLE_ID - Static variable in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableTag
Id of the active tabbed dialog which will be used by all other related tags.
ACTIVE_TABBED_DIALOG_ID - Static variable in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogTag
Id of the active tabbed dialog which will be used by all other related tags.
addCharacterPadListener(CharacterPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
Add listener for this character pad.
addCharacterPadListener(CharacterPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPadDialog
Add listener for this character pad.
addNumberPadListener(NumberPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.NumberPad
Add listener for this number pad.
addNumberPadListener(NumberPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.NumberPadDialog
Add listener for this number pad.
addToggleListener(ToggleButtonListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.ToggleButtonSelectionAdapter
Add listener for this object.
ALL_DATA - Static variable in class org.opensubsystems.patterns.listdata.data.SimpleRule
This rule matches all data
ALL_MAPPEDDATA_COLUMNS - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Static variable for array of all columns codes.
allDataLoaded() - Method in class org.opensubsystems.patterns.listdata.util.AsyncDataLoader
This function is called where data loading finished.
allDataLoaded(AsyncDataLoader) - Method in interface org.opensubsystems.patterns.listdata.util.AsyncDataLoaderOwner
This function is called where data loading finished.
allocateObjectList(ListOptions, int) - Method in class org.opensubsystems.patterns.listdata.persist.db.ListDatabaseUtils
Method for allocating of the object list
ASYNC_LOADER_PAGE_SIZE - Static variable in class org.opensubsystems.patterns.listdata.util.AsyncDataLoader
Configuration setting for how many items to load at once when loading data in the background.
ASYNC_LOADER_PAGE_SIZE_DEFAULT - Static variable in class org.opensubsystems.patterns.listdata.util.AsyncDataLoader
Default value for how many items to load at once when loading data in the background.
AsyncDataLoader - Class in org.opensubsystems.patterns.listdata.util
Thread used to load data asynchronously using list controller interface.
AsyncDataLoader(int, AsyncDataLoaderOwner, Class, int) - Constructor for class org.opensubsystems.patterns.listdata.util.AsyncDataLoader
Construct new loader.
AsyncDataLoaderOwner - Interface in org.opensubsystems.patterns.listdata.util
This interface should be implemented by the class which uses AsyncDataLoader to load items in the background.
AsyncDataLoaderRunnable - Class in org.opensubsystems.patterns.listdata.util
New Runnable object which allows to process multiple items at the same time.
AsyncDataLoaderRunnable(List, int) - Constructor for class org.opensubsystems.patterns.listdata.util.AsyncDataLoaderRunnable
Constructor

B

BackgroundTask - Class in org.opensubsystems.patterns.backgroundtask.util
Background task is base class for all tasks which should be run in the background, that is without user interaction, to execute its functionality.
BackgroundTask(String, SetupReader) - Constructor for class org.opensubsystems.patterns.backgroundtask.util.BackgroundTask
Default constructor
BackgroundTaskListener - Class in org.opensubsystems.patterns.backgroundtask.www
BackgroundTaskListener is responsible for initialization and starting of tasks which in background, that is without user interaction, periodically execute some functionality.
BackgroundTaskListener() - Constructor for class org.opensubsystems.patterns.backgroundtask.www.BackgroundTaskListener
Creates a new instance of FileProcessorListener
BackgroundTaskSetupReader - Interface in org.opensubsystems.patterns.backgroundtask.util
Interface defining methods which must be implemented by setup reader so that background tasks can read their properties using the setup reader.
BASE_DIALOG_HEIGHT - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
Base (smallest) dialog height constant.
BASE_HEIGHT - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.NumberPad
Base (smallest) control height constant.
BOOLEAN_TEXTS_DISENABLED - Static variable in class org.opensubsystems.patterns.listdata.www.ColumnDefinition
Possible values of boolean representation.
BOOLEAN_TEXTS_NOYES - Static variable in class org.opensubsystems.patterns.listdata.www.ColumnDefinition
Possible values of boolean representation.

C

CachedRow - Class in org.opensubsystems.patterns.dialoglayout.www
Base class for all tags which represents dialog rows, that is rows in dialog displaying labels and controls.
CachedRow(String, String) - Constructor for class org.opensubsystems.patterns.dialoglayout.www.CachedRow
Constructor for cached row.
CalendarInitTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to initialize the calendar component.
CalendarInitTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.CalendarInitTag
Constructor for custom tag.
CalendarTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display calendar control displayed in the dialog row (calendar consists from edit box and button that will open calendar dialog).
CalendarTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.CalendarTag
Constructor for custom tag.
CAPSLOCK_WIDTH - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
Width of capslock button
CharacterPad - Class in org.opensubsystems.patterns.thickclient.application.swt
Control which allows user to type characters using mouse or finger on a screen.
CharacterPad(Composite, int, String[], CharacterPad.CharacterPadLayout, int, boolean) - Constructor for class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
Constructor.
CharacterPad.CharacterPadLayout - Class in org.opensubsystems.patterns.thickclient.application.swt
Structure defining what keys should appear in the keyboard pad and what is the width of the pad.
CharacterPad.CharacterPadLayout(String, int) - Constructor for class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad.CharacterPadLayout
 
CharacterPadDialog - Class in org.opensubsystems.patterns.thickclient.application.swt
Dialog used to enter text using mouse or finger.
CharacterPadDialog() - Constructor for class org.opensubsystems.patterns.thickclient.application.swt.CharacterPadDialog
 
CharacterPadListener - Interface in org.opensubsystems.patterns.thickclient.application.swt
Interface which should be implemented by anybody who wants to get notified when the main CharacterPad special button is clicked.
CharacterPadTextUpdater - Class in org.opensubsystems.patterns.thickclient.application.swt
Implementation of character pad listener which simply updatest text control when notified by character pad.
CharacterPadTextUpdater(Text) - Constructor for class org.opensubsystems.patterns.thickclient.application.swt.CharacterPadTextUpdater
Constructor.
CHECK_INDICATOR_ID - Static variable in class org.opensubsystems.patterns.dialoglayout.www.DynamicListTag
ID for check indicator flag.
CHECKBOX_COLUMN_WIDTH - Static variable in class org.opensubsystems.patterns.listdata.www.ListTag
Constant defining length in percentage of the row width that will be used for checkbox column width if the flag specifying to display checkboxes in each row is set.
CheckboxControlTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display checkbox control displayed in the dialog row.
CheckboxControlTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.CheckboxControlTag
Constructor for custom tag.
CHP_HIDECAPSLOCK - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
hide caps lock button
CHP_NONE - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
special flag for character pad
CHP_SWITCHTOLOWERCASE - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
if CHP_UPPERCASE switch to loweracse after first chracter
CHP_UPPERCASE - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
set caps lock to uppercase on beginnig
COL_MAPPEDDATA_CREATION_DATE - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Code for table column.
COL_MAPPEDDATA_CUSTOM_DATA - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Code for table column.
COL_MAPPEDDATA_CUSTOM_DATA_OBJ - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Object code for table column.
COL_MAPPEDDATA_ID - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Code for table column.
COL_MAPPEDDATA_ID1 - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Code for table column.
COL_MAPPEDDATA_ID1_OBJ - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Object code for table column.
COL_MAPPEDDATA_ID2 - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Code for table column.
COL_MAPPEDDATA_ID2_OBJ - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Object code for table column.
COL_MAPPEDDATA_ID_OBJ - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Object code for table column.
COL_MAPPEDDATA_MAPPED_TYPE_OBJ - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Object code for table column.
COL_MAPPEDDATA_MAPPING_TYPE - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Code for table column.
COL_MAPPEDDATA_MODIFICATION_DATE - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
Code for table column.
ColumnDefinition - Class in org.opensubsystems.patterns.listdata.www
Class describing one column of a list of items.
ColumnDefinition(String, String, int, double) - Constructor for class org.opensubsystems.patterns.listdata.www.ColumnDefinition
Constructor
ColumnDefinition(String, String, String[], double) - Constructor for class org.opensubsystems.patterns.listdata.www.ColumnDefinition
Constructor
ComboControlTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display combo control allowing user to select exactly 1 from the list of elements displayed in the dialog row.
ComboControlTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.ComboControlTag
Constructor for custom tag.
compare(Object, Object) - Method in class org.opensubsystems.patterns.ordereddata.util.OrderedDataComparator
compare(List, List) - Static method in class org.opensubsystems.patterns.ordereddata.util.OrderedDataUtils
Compare lists of objects to find out if their order or attributes were changed or if some objects were added or deleted.
compare(int[], List) - Static method in class org.opensubsystems.patterns.ordereddata.util.OrderedDataUtils
Compare array of ids and list of objects to find out if the order of the object as changed or if some objects were newly added or removed.
completeAction(Object[], HttpServletRequest, HttpServletResponse, String) - Method in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
Populate request and response with result of the operation.
constructConstraintName() - Method in class org.opensubsystems.patterns.mappeddata.persist.db.MappingDatabaseSchema
Method constructs name of the constraint.
constructInsertStoredProc(String, String) - Static method in class org.opensubsystems.patterns.mappeddata.persist.db.db2.DB2MappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructInsertStoredProc(String, String) - Static method in class org.opensubsystems.patterns.mappeddata.persist.db.mssql.MSSQLMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructInsertStoredProc(String, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.oracle.OracleMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructInsertStoredProc(String, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.postgresql.PostgreSQLMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructInsertStoredProc(String, String) - Static method in class org.opensubsystems.patterns.mappeddata.persist.db.sapdb.SapDBMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructInsertStoredProc(String, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.sybase.SybaseMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructor() - Method in class org.opensubsystems.patterns.listdata.logic.impl.ListControllerImpl
constructSQL(String, String, String, String, String, boolean, boolean) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.MappingDatabaseSchema
Method constructs sql for creating mapping table
constructUpdateStoredProc(String, String) - Static method in class org.opensubsystems.patterns.mappeddata.persist.db.db2.DB2MappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructUpdateStoredProc(String, String) - Static method in class org.opensubsystems.patterns.mappeddata.persist.db.mssql.MSSQLMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructUpdateStoredProc(String, String) - Static method in class org.opensubsystems.patterns.mappeddata.persist.db.oracle.OracleMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructUpdateStoredProc(String, String) - Static method in class org.opensubsystems.patterns.mappeddata.persist.db.postgresql.PostgreSQLMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructUpdateStoredProc(String, String) - Static method in class org.opensubsystems.patterns.mappeddata.persist.db.sapdb.SapDBMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
constructUpdateStoredProc(String, String) - Static method in class org.opensubsystems.patterns.mappeddata.persist.db.sybase.SybaseMappingDatabaseSchema
Construt SQL command for stored procedure that process inserting data.
CONTEXT_HELP_CACHE - Static variable in class org.opensubsystems.patterns.dialoglayout.www.ContextHelpTag
Identifier used to store context help until it is ready to be retrieved.
contextDestroyed(ServletContextEvent) - Method in class org.opensubsystems.patterns.backgroundtask.www.BackgroundTaskListener
ContextHelpTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML required to display context help for a control.
ContextHelpTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.ContextHelpTag
Constructor for custom tag.
contextInitialized(ServletContextEvent) - Method in class org.opensubsystems.patterns.backgroundtask.www.BackgroundTaskListener
convertValueToSQL(Object, int) - Method in class org.opensubsystems.patterns.listdata.persist.db.ListDatabaseUtils
Convert the value to coresponding SQL representation based on it's data type.
create(DataObject) - Method in class org.opensubsystems.patterns.mappeddata.logic.impl.MappingControllerImpl
create(ThreeIntStruct) - Method in class org.opensubsystems.patterns.mappeddata.logic.impl.MappingControllerImpl
Create mapped data.
create(ThreeIntStruct) - Method in interface org.opensubsystems.patterns.mappeddata.logic.MappingController
Create mapped data.
create(Connection, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.db2.DB2MappingDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.hsqldb.HsqlDBMappingDatabaseSchema
create(ThreeIntStruct) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.MappingDatabaseFactory
Create mapping record.
create(DataObject) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.MappingDatabaseFactory
create(Collection) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.MappingDatabaseFactory
create(Connection, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.MappingDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.mssql.MSSQLMappingDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.mysql.MySQLMappingDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.oracle.OracleMappingDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.postgresql.PostgreSQLMappingDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.sapdb.SapDBMappingDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.sybase.SybaseMappingDatabaseSchema
create(ThreeIntStruct) - Method in interface org.opensubsystems.patterns.mappeddata.persist.MappingFactory
Create mapping record.
createButton(String, SelectionListener, boolean) - Method in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
Create new button for this character pad.
createButton(String, boolean, SelectionListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.NumberPad
Create new button for this number pad.
createClientArea(String, String[], CharacterPad.CharacterPadLayout, int, boolean) - Method in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPadDialog
Create the client area of the dialog.
createClientArea(String, String, String, boolean, boolean) - Method in class org.opensubsystems.patterns.thickclient.application.swt.NumberPadDialog
Create the client area of the dialog.
createLayout() - Method in class org.opensubsystems.patterns.thickclient.application.swt.NumericText
Create layout which will be used by this control.
createTask(int) - Method in class org.opensubsystems.patterns.backgroundtask.www.BackgroundTaskListener
Create task with given id.

D

DATA_CODE_FLAG_NO - Static variable in class org.opensubsystems.patterns.listdata.data.DataCondition
code for NO flag
DATA_CODE_FLAG_NO_OBJ - Static variable in class org.opensubsystems.patterns.listdata.data.DataCondition
Object code for NO flag
DATA_CODE_FLAG_YES - Static variable in class org.opensubsystems.patterns.listdata.data.DataCondition
code for YES flag
DATA_CODE_FLAG_YES_OBJ - Static variable in class org.opensubsystems.patterns.listdata.data.DataCondition
Object code for YES flag
DataCondition - Class in org.opensubsystems.patterns.listdata.data
Class representing logical condition which data should match.
DataCondition() - Constructor for class org.opensubsystems.patterns.listdata.data.DataCondition
Default empty constructor
DataCondition(int, int, Object, int) - Constructor for class org.opensubsystems.patterns.listdata.data.DataCondition
Full constructor
DataCondition(int, int, Object, int, Object) - Constructor for class org.opensubsystems.patterns.listdata.data.DataCondition
Copy constructor
DB2ListDatabaseUtils - Class in org.opensubsystems.patterns.listdata.persist.db
This class is used for common list retrieval and manipulation routines specific for IBM DB2.
DB2ListDatabaseUtils() - Constructor for class org.opensubsystems.patterns.listdata.persist.db.DB2ListDatabaseUtils
Constructor
DB2MappingDatabaseSchema - Class in org.opensubsystems.patterns.mappeddata.persist.db.db2
Database specific operations related to persistence of mapping tables for IBM DB2 database.
DB2MappingDatabaseSchema(String, Class, String, String, Class, String, String) - Constructor for class org.opensubsystems.patterns.mappeddata.persist.db.db2.DB2MappingDatabaseSchema
Full constructor.
DEFAULT_CHECK_INDICATOR - Static variable in class org.opensubsystems.patterns.dialoglayout.www.DynamicListTag
Default char indicator if checkbox is checked.
DEFAULT_LIST_COLUMNS - Static variable in class org.opensubsystems.patterns.mappeddata.data.MappedData
List of columns which should be retrieved from persistence store by default.
DEFAULT_PAGE_SIZE - Static variable in class org.opensubsystems.patterns.listdata.data.ListDefinition
Default number of items to display at once page.
DelegatingSelectionAdapter - Class in org.opensubsystems.patterns.thickclient.application.swt
Customization of the SelectionAdapter where the default selection event is delegated to the regular selection event
DelegatingSelectionAdapter() - Constructor for class org.opensubsystems.patterns.thickclient.application.swt.DelegatingSelectionAdapter
 
delete(int) - Method in class org.opensubsystems.patterns.mappeddata.logic.impl.MappingControllerImpl
Delete mapped data
delete(ThreeIntStruct) - Method in class org.opensubsystems.patterns.mappeddata.logic.impl.MappingControllerImpl
Delete mapped data
delete(int) - Method in interface org.opensubsystems.patterns.mappeddata.logic.MappingController
Delete mapped data
delete(ThreeIntStruct) - Method in interface org.opensubsystems.patterns.mappeddata.logic.MappingController
Delete mapped data
delete(ThreeIntStruct) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.MappingDatabaseFactory
Delete mapping record.
delete(int, int) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.MappingDatabaseFactory
delete(ThreeIntStruct) - Method in interface org.opensubsystems.patterns.mappeddata.persist.MappingFactory
Delete mapping record.
DialogRowLeftHalfTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display left half of split dialog row.
DialogRowLeftHalfTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DialogRowLeftHalfTag
Constructor for custom tag.
DialogRowRightHalfTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display row of a dialog which contains label and control stretching the whole dialog.
DialogRowRightHalfTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DialogRowRightHalfTag
Constructor for custom tag.
DialogRowTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display row of a dialog, which usually contains single label and a single control possibly stretching the entire width of a dialog.
DialogRowTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DialogRowTag
Constructor for custom tag.
DialogUnknownRowTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to for the controls placed in a not yet known row of not yet known dialog, * which these controls will use to construct their own IDs.
DialogUnknownRowTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DialogUnknownRowTag
Constructor for custom tag.
displayDialog(ThickClient, String, String, String[], CharacterPad.CharacterPadLayout, int, String, boolean, CharacterPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPadDialog
Show the dialog.
displayDialog(ThickClientDialog, String, String, String[], CharacterPad.CharacterPadLayout, int, String, boolean, CharacterPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPadDialog
Show the dialog.
displayDialog(String, String[], CharacterPad.CharacterPadLayout, int, String, boolean, CharacterPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPadDialog
Show the dialog.
displayDialog(ThickClient, String, String, String, int, String, boolean, boolean, NumberPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.NumberPadDialog
Show the dialog.
displayDialog(ThickClientDialog, String, String, String, int, String, boolean, boolean, NumberPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.NumberPadDialog
Show the dialog.
displayDialog(String, String, int, String, boolean, boolean, NumberPadListener) - Method in class org.opensubsystems.patterns.thickclient.application.swt.NumberPadDialog
Show the dialog.
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.CachedRow
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.CalendarInitTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.CalendarTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.CheckboxControlTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.ContextHelpTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DialogRowTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DialogUnknownRowTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectInitTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectLeftHalfTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectOptionsTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectRightHalfTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DynamicListInitTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DynamicListTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.HelpLabelTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.ImageButtonControlTag
doEndTag(StringBuffer, String) - Method in class org.opensubsystems.patterns.dialoglayout.www.ImageButtonControlTag
Generate content of the buffer within the end tag.
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.MultiControlTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.MultiLineEditControlTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.SelectControlTag
doEndTag(StringBuffer) - Method in class org.opensubsystems.patterns.dialoglayout.www.SelectControlTag
Generate content of the buffer within the end tag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.SingleLineEditControlTag
doEndTag(StringBuffer) - Method in class org.opensubsystems.patterns.dialoglayout.www.SingleLineEditControlTag
Generate content of the buffer within the end tag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.SplitDialogRowTag
doEndTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.TextControlTag
doEndTag() - Method in class org.opensubsystems.patterns.listdata.www.ListDataActionTag
doEndTag() - Method in class org.opensubsystems.patterns.listdata.www.ListDataFormContentTag
doEndTag() - Method in class org.opensubsystems.patterns.listdata.www.ListDataInitTag
doEndTag() - Method in class org.opensubsystems.patterns.listdata.www.ListTag
Evaluate the remainder of the current page normally.
doEndTag() - Method in class org.opensubsystems.patterns.ordereddata.www.OrderedDataButtonsTag
doEndTag() - Method in class org.opensubsystems.patterns.ordereddata.www.OrderedDataInitTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableBodyTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableCheckTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableFooterLeftTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableFooterRightTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableFooterTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableHeaderSettingsTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableHeaderTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableIdTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableInitTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableJSTag
doEndTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableTag
doEndTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogHelpTabTag
doEndTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogInitTag
doEndTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogJSTag
doEndTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogTabTag
doEndTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogTag
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.CachedRow
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.CalendarInitTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.CalendarTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.CheckboxControlTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.ContextHelpTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DialogUnknownRowTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectInitTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectLeftHalfTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectOptionsTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectRightHalfTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DynamicListInitTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.DynamicListTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.HelpLabelTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.ImageButtonControlTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.MultiControlTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.MultiLineEditControlTag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.SelectControlTag
doStartTag(StringBuffer, String, String) - Method in class org.opensubsystems.patterns.dialoglayout.www.SelectControlTag
Generate content of the buffer within the start tag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.SingleLineEditControlTag
doStartTag(StringBuffer, String, String) - Method in class org.opensubsystems.patterns.dialoglayout.www.SingleLineEditControlTag
Generate content of the buffer within the start tag
doStartTag() - Method in class org.opensubsystems.patterns.dialoglayout.www.TextControlTag
doStartTag() - Method in class org.opensubsystems.patterns.listdata.www.ListDataActionTag
doStartTag() - Method in class org.opensubsystems.patterns.listdata.www.ListDataFormContentTag
doStartTag() - Method in class org.opensubsystems.patterns.listdata.www.ListDataInitTag
doStartTag() - Method in class org.opensubsystems.patterns.listdata.www.ListTag
Perform the test required for this particular tag, and either evaluate or skip the body of this tag.
doStartTag() - Method in class org.opensubsystems.patterns.ordereddata.www.OrderedDataButtonsTag
doStartTag() - Method in class org.opensubsystems.patterns.ordereddata.www.OrderedDataInitTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableBodyTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableCheckTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableFooterLeftTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableFooterRightTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableFooterTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableHeaderSettingsTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableHeaderTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableIdTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableInitTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableJSTag
doStartTag() - Method in class org.opensubsystems.patterns.scrollabletable.www.ScrollableTableTag
doStartTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogHelpTabTag
doStartTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogInitTag
doStartTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogJSTag
doStartTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogTabTag
doStartTag() - Method in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogTag
DoubleSelectInitTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to initialize the double select control allowing user to move items between left and right list.
DoubleSelectInitTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectInitTag
Constructor for custom tag.
DoubleSelectLeftHalfTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display left half of the double select control allowing user to move items between left and right list.
DoubleSelectLeftHalfTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectLeftHalfTag
Constructor for custom tag.
DoubleSelectOptionsTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display options of the double select from a single string which contains concatenated and potentially encoded list of values and texts.
DoubleSelectOptionsTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectOptionsTag
Constructor for custom tag.
DoubleSelectRightHalfTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display right half of the double select control allowing user to move items between left and right list.
DoubleSelectRightHalfTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectRightHalfTag
Constructor for custom tag.
DoubleSelectTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display double select control, which contains 2 select lists and buttons that allow moving items between lists and optionally reordering items in the destination list.
DoubleSelectTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DoubleSelectTag
Constructor for custom tag.
DynamicListInitTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to initialize the dynamic list control that allows to type an item and then add it to the list, edit the items already in the list and reorder the items in the list.
DynamicListInitTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DynamicListInitTag
Constructor for custom tag.
DynamicListTag - Class in org.opensubsystems.patterns.dialoglayout.www
Custom tag to generate all HTML code necessary to display dynamic list control that allows to type an item and then add it to the list, edit the items already in the list and reorder the items in the list.
DynamicListTag() - Constructor for class org.opensubsystems.patterns.dialoglayout.www.DynamicListTag
Constructor for custom tag.

E

ENTER_BUTTON - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.CharacterPad
Button used to enter values
equals(Object) - Method in class org.opensubsystems.patterns.versioneddata.data.VersionedDataObject
EventNotifierSelectionAdapter - Class in org.opensubsystems.patterns.thickclient.application.swt
Adapter used to process selection events which result in notification about that event to registered listener.
EventNotifierSelectionAdapter(EventProcessor, String, Integer) - Constructor for class org.opensubsystems.patterns.thickclient.application.swt.EventNotifierSelectionAdapter
Construct new adapter processing events from special button.
EventProcessor - Interface in org.opensubsystems.patterns.thickclient.application
Interface, which should be implemented by anybody who wants to get notified every time an event needs to be processed

F

FIRST_VERSION_NUMBER - Static variable in class org.opensubsystems.patterns.versioneddata.data.VersionedDataObject
This is the first version number for any versionable data object.
FOCUSED_CONTROL_ID - Static variable in class org.opensubsystems.patterns.tabbeddialog.www.TabbedDialogTag
Id of the control which should have focus when the dialog or a tab of dialog is displayed.
FORM_COUNT_LISTBROWSER - Static variable in class org.opensubsystems.patterns.listdata.www.ListBrowserServlet
How many actions this servlet recognizes.
formatButtonText(StringBuffer, String) - Method in class org.opensubsystems.patterns.dialoglayout.www.ImageButtonControlTag
Format the text of the button underlining the access key if one was defined.
formatText(String) - Method in class org.opensubsystems.patterns.thickclient.application.swt.NumberPad
Format text to represent a number, e.g.
FUNCTION_BODY - Static variable in class org.opensubsystems.patterns.listdata.www.ListTag
Function parameter for getting body.
FUNCTION_CLEAR - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.TextModificationSelectionAdapter
Clear last character from the text.
FUNCTION_CLEAR_ALL - Static variable in class org.opensubsystems.patterns.thickclient.application.swt.TextModificationSelectionAdapter
Clear all characters from the text.
FUNCTION_COLS - Static variable in class org.opensubsystems.patterns.listdata.www.ListTag
Function parameter for getting columns.
FUNCTION_FILTER - Static variable in class org.opensubsystems.patterns.listdata.www.ListTag
Function parameter for getting init data for filter
FUNCTION_HEADINGS - Static variable in class org.opensubsystems.patterns.listdata.www.ListTag
Function parameter for getting headings.
FUNCTION_MESSAGES - Static variable in class org.opensubsystems.patterns.listdata.www.ListTag
Function parameter for getting init data for messages
FUNCTION_SORT - Static variable in class org.opensubsystems.patterns.listdata.www.ListTag
Function parameter for getting init data for sorting

G

generateTableCell(StringBuffer, String, int, String, String) - Method in class org.opensubsystems.patterns.listdata.www.ListTag
Generate the HTML for the table cell (<td> tag body)
geSelectMappingMultipleRecords(String) - Method in class org.opensubsystems.patterns.mappeddata.persist.db.MappingDatabaseSchema
Method returns simple select mapping multiple record query.
geSelectMappingRecords() - Method in class org.opensubsystems.patterns.mappeddata.persist.db.