Serialized Form
|
Package com.ontimize.cache |
sizeLabel
javax.swing.JLabel sizeLabel
sizeText
javax.swing.JTextField sizeText
cacheTable
javax.swing.JTable cacheTable
refreshButton
javax.swing.JButton refreshButton
memoRender
CacheManager.CacheManagerViewer.MemoCellRenderer memoRender
columnWidthListener
java.beans.PropertyChangeListener columnWidthListener
columnName
java.lang.String[] columnName
format
java.text.DateFormat format
ta
javax.swing.JTextArea ta
entity
java.lang.String entity
attributes
java.util.Vector attributes
keysValues
java.util.Hashtable keysValues
time
long time
|
Package com.ontimize.chart |
chartPanel
ChartPanel chartPanel
|
Class com.ontimize.chart.ChartUtilities_1_0.DefaultChartDialog.ExtendChartButton extends ChartButton implements Serializable |
storedChartConfigDialog
SelectStoredChartDialog storedChartConfigDialog
chartPanel
ChartPanel chartPanel
|
Class com.ontimize.chart.ChartUtilities.DefaultChartDialog.ExtendChartButton extends ChartButton implements Serializable |
storedChartConfigDialog
SelectStoredChartDialog storedChartConfigDialog
lInfo
javax.swing.JLabel lInfo
lConfigList
javax.swing.JList lConfigList
bAccept
javax.swing.JButton bAccept
bCancel
javax.swing.JButton bCancel
configuration
java.lang.String configuration
|
Package com.ontimize.comm |
labelParity
javax.swing.JLabel labelParity
labelControlFlow
javax.swing.JLabel labelControlFlow
labelBitFormat
javax.swing.JLabel labelBitFormat
labelBitsStop
javax.swing.JLabel labelBitsStop
labelBaudios
javax.swing.JLabel labelBaudios
comboParity
javax.swing.JComboBox comboParity
comboControlFlow
javax.swing.JComboBox comboControlFlow
comboBitFormat
javax.swing.JComboBox comboBitFormat
comboBitsStop
javax.swing.JComboBox comboBitsStop
comboBaud
javax.swing.JComboBox comboBaud
panelCombos
javax.swing.JPanel panelCombos
writterButton
javax.swing.JButton writterButton
writterText
javax.swing.JTextArea writterText
receiveText
javax.swing.JTextArea receiveText
state
javax.swing.JLabel state
port
javax.comm.SerialPort port
in
java.io.InputStream in
out
java.io.OutputStream out
listener
java.awt.event.ItemListener listener
portListener
javax.comm.SerialPortEventListener portListener
totalQueryRecordsNumber
int totalQueryRecordsNumber
startRecordIndex
int startRecordIndex
|
Class com.ontimize.db.AdvancedQueryTableEntity_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
|
Class com.ontimize.db.AdvancedTableEntity_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
data
EntityResult data
dbMCManager
DatabaseMultiConnectionManager dbMCManager
props
java.lang.String props
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
MIN_BYTE_PROGRESS
int MIN_BYTE_PROGRESS
byteBlock
int byteBlock
compressionThreshold
int compressionThreshold
- Compression Threshold.
type
int type
code
int code
message
java.lang.String message
messageParameter
java.lang.Object[] messageParameter
detail
java.lang.String detail
operationId
java.lang.String operationId
columnsOrder
java.util.List columnsOrder
columnsSQLTypes
java.util.Hashtable columnsSQLTypes
columns
java.util.Vector columns
dataVectors
java.util.Vector dataVectors
rowsNumber
int rowsNumber
res
EntityResult res
returnEmptyStrings
boolean returnEmptyStrings
sQLType
int sQLType
increment
int increment
templateId
java.lang.String templateId
templateFormColumn
java.lang.String templateFormColumn
templateNameColumn
java.lang.String templateNameColumn
templateWarehouseColumn
java.lang.String templateWarehouseColumn
templateDefaultColumn
java.lang.String templateDefaultColumn
templatePrivateColumn
java.lang.String templatePrivateColumn
templateUserColumn
java.lang.String templateUserColumn
connectionsManager
DatabaseConnectionManager connectionsManager
locator
EntityReferenceLocator locator
|
Class com.ontimize.db.SQLEntity_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
leftOperand
java.lang.Object leftOperand
rightOperand
java.lang.Object rightOperand
operator
SQLStatementBuilder.Operator operator
name
java.lang.String name
operator
java.lang.String operator
columnName
java.lang.String columnName
ascendent
boolean ascendent
increment
int increment
dataBaseTable
java.lang.String dataBaseTable
attachmentId
java.lang.String attachmentId
attachmentKeys
java.lang.String attachmentKeys
attachmentKeysColumns
java.lang.String attachmentKeysColumns
sourceAttachmentTable
java.lang.String sourceAttachmentTable
attachmentDate
java.lang.String attachmentDate
attachmentPrivate
java.lang.String attachmentPrivate
attachmentUser
java.lang.String attachmentUser
fileName
java.lang.String fileName
originalFileName
java.lang.String originalFileName
fileDescription
java.lang.String fileDescription
size
java.lang.String size
checkPermissions
boolean checkPermissions
dataChangeListeners
java.util.Vector dataChangeListeners
- Contains registered DataChangeListeners.
table
java.lang.String table
- The database table this entity performs operations with. This table is
used for update, delete, insert and query operations. In query operations,
if
queryTable variable is defined, it is used instead of
table
queryTable
java.lang.String queryTable
- The database table/view that this entity queries for data.
attachTable
java.lang.String attachTable
- Table name, used for query StandardAttachmentEntity to classify
attachments by 'table name'+'table keys'. Defaults to
table.
columnNames
java.util.Vector columnNames
- List of columns defined by 'Columns' parameter.
keys
java.util.Vector keys
- List of columns that define the primary key for this entity. Defined in
'keys' parameter.
insertKeys
java.util.Vector insertKeys
- List of columns required (not null) to perform insert operations. Defined
in 'insert_keys' parameter.
deleteKeys
java.util.Vector deleteKeys
- List of columns required as Keys-Values to perform delete operations.
Defined in 'delete_keys' parameter.
updateKeys
java.util.Vector updateKeys
- List of columns required as Keys-Values to perform update operations.
Defined in 'update_keys' parameter.
updateColumn
java.util.Vector updateColumn
- List of columns in which update operations are allowed. Defined in
'update_columns' parameter.
manager
DatabaseConnectionManager manager
- The DatabaseConnectionManager object, which provides DatabaseConnections
to this entity.
autonumericalColumn
java.lang.String autonumericalColumn
- Column in which numbers provided by Autonumerical object will be inserted
in insert operations. Defined in 'autonumerical' parameter.
insertColumn
java.util.Vector insertColumn
- List of columns valid insert operations. If not defined,
columnNames will be used instead. Defined in 'insert_columns'
parameter.
wildcardColumns
java.util.Vector wildcardColumns
- List of columns in which special metacharacters ('%' and '?') are allowed
for queries. If not defined, all string type columns are allowed. Defined
in 'wildcard_columns'
orderColumns
java.util.Vector orderColumns
- Columns used for specifying 'ORDER BY' SQL clause. The order will be
ascending, and the columns will be written in the same order as they
appear in the 'Sort' parameter.
descendantColumnsOrder
java.util.Vector descendantColumnsOrder
- Columns used for specifying 'ORDER BY' SQL clause. The order will be
descending, and the columns will be written in the same order as they
appear in the 'SortDesc' parameter.
othersEntities
java.util.Vector othersEntities
- Entities (by name) that will be queried for data related with records of
this entity, when specified in attribute list. If not specified, all
entities will be queried.
locator
EntityReferenceLocator locator
- The EntityReferenceLocator for this entity.
limitQueryOthersEntities
int limitQueryOthersEntities
- Maximum number of results of queries in this entity, for which related
entities will be queried. For each result in this entity results, other
entities will be queried for related data. Default is 100. Defined in
'limit_query_others_entities' parameter.
alias
java.util.Properties alias
- Alias properties for this entity, if defined. If not, this properties
object is empty.
aliasReverse
java.util.Hashtable aliasReverse
- Reverse Alias properties for this entity, if defined. If not, this
properties object is empty.
entityName
java.lang.String entityName
- This entity name. The class name without '.class'.
privilegedId
int privilegedId
- Privileged Id used for performing operations without checking permissions.
As with other global class variables, modification of this variable must
be carefully considered to avoid multiple threading problems.
forceDistinct
boolean forceDistinct
- If true, a DISTINCT keyword will be added to all queries performed by this
entity.
truncateDates
boolean truncateDates
- If true, Date objects will be set to 00:00:00 when calling to setObject
method of this class.
attachmentFilePath
java.lang.String attachmentFilePath
- Path in the file system in which the attached files for this entity will
be stored. Defined by the 'AttachmentFilePath' parameter.
attachmentFileNameColumn
java.lang.String attachmentFileNameColumn
- Column in the database table for storing the attachment filename. The name
stored is generated automatically by getAttachmentFileNameForKeys()
method. Defined by the 'attachment_file_name_column' parameter.
originalAttachmentFileNameColumn
java.lang.String originalAttachmentFileNameColumn
- Column in the database table for storing the attachment original filename.
Defined by the 'attachment_file_original_name_column' parameter.
originalAttachmentFilePathColumn
java.lang.String originalAttachmentFilePathColumn
- Column in the database table for storing the attachment original file
path. Defined by the 'attachment_file_original_path_column' parameter.
descriptionAttachmentFileColumn
java.lang.String descriptionAttachmentFileColumn
- Column in the database table for storing the attachment user description.
insertAttachmentAutomatically
boolean insertAttachmentAutomatically
- Defines if attachment records are inserted automatically. If false, a
value for each key of this entity is required in the keysValues argument
when calling to
prepareToReceive method. These values will be
used in the insert operation that is done in this method. Defined in
'insert_automatically_attachment' parameter. Default is false.
attachmentFileNameKeys
java.util.Vector attachmentFileNameKeys
- Defines which column values are used when generating filenames for
attachments, by calling
getAttachmentFileNameForKeys()
method. Defined in 'attachment_file_name_keys' parameter. By default, this
variable is null.
attachmentFileSizeColumn
java.lang.String attachmentFileSizeColumn
- Defines which column in the table will store the file size. Defined in
'attachment_file_size_column' parameter.
receivedAttachmentFile
java.util.Hashtable receivedAttachmentFile
- Used internally for storing temporal AttachmentReceiving objects for
current transfers.
sendAttachmentFile
java.util.Hashtable sendAttachmentFile
- Used internally for storing temporal AttachmentReceiving objects for
current transfers.
reportAvancedQueryColumns
java.util.Vector reportAvancedQueryColumns
- List of columns for making advanced queries. Defined in
'report_advanced_query_columns' parameter.
reportAvancedQueryTypes
java.util.Vector reportAvancedQueryTypes
- List of column types corresponding to columns defined in
reportAvancedQueryColumns field. Defined in
'report_advanced_query_types' parameter.
logkeys
java.util.Vector logkeys
- String keys for logging in this entity. These keys will be used for
calling LogManager.getLogWriter(key) and then use resulting LogWriter for
logging update, query, insert and delete operations. Defined in 'log_keys'
parameter.
fetchSize
int fetchSize
- Defines the JDBC statement fetch size. Defined in 'fetch_size' parameter.
Default is 0.
principalTable
java.lang.String principalTable
- principal table when one2one mode is enabled.
secondaryTable
java.lang.String secondaryTable
- secondary table when one2one mode is enabled.
principalColumnNames
java.util.Vector principalColumnNames
- Column list for principal table when one2one mode is enabled.
secondaryColumnsNames
java.util.Vector secondaryColumnsNames
- Column list for secondary table when one2one mode is enabled.
principalKeyName
java.util.Vector principalKeyName
- Columns that make the primary key for this entity's principal table.
secondaryKeyName
java.util.Vector secondaryKeyName
- Columns that make the primary key for this entity's secondary table.
dBLocalErrorMessage
DBLocalErrorMessages dBLocalErrorMessage
- Used for customizing this entity's error messages. If 'err_nnnn'
properties, where 'nnnn' is a SQLStateCode, are defined for this entity,
this object will be automatically created and the messages will be added
to it and used when any error happens.
oneToOneMode
boolean oneToOneMode
- This mode is activated when the Entity models a 1-1 relation (One to One).
The syntax for the properties, assuming the tables P(a,b,c,d) and
S(a,b,f,e), and that the union of which is the equivalent joined table
(a,b,c,d,f,e) #Properties Table =P Columns =a;b;c;d;f;e Keys =a;b
InsertKeys =a;b DeleteKeys =a;b UpdateKeys =a;b UpdateColumns =c;d;f;e
Autonumerical=a #1-1 relation model PrincipalTable = P PrincipalColumns =
a;b;c;d PrincipalKeys = a;b SecondaryTable = S SecondaryColumns = a;b;f;e
SecondaryKeys = a;b
tempFiles
java.util.Hashtable tempFiles
- Used internally.
receivedTempFiles
java.util.Hashtable receivedTempFiles
- Used internally.
maxConnectionWaitTime
int maxConnectionWaitTime
- Maximum connection request waiting time.
connectionRequestTime
int connectionRequestTime
- Time between connection requests.
logQuery
boolean logQuery
- Defines if query operations will be logged using the default LogWriter, if
defined, or log writers specified by 'log_keys'. Default is false.
logInsert
boolean logInsert
- Defines if insert operations will be logged using the default LogWriter,
if defined, or log writers specified by 'log_keys'. Default is true.
logUpdate
boolean logUpdate
- Defines if update operations will be logged using the default LogWriter,
if defined, or log writers specified by 'log_keys'. Default is true.
logDelete
boolean logDelete
- Defines if delete operations will be logged using the default LogWriter,
if defined, or log writers specified by 'log_keys'. Default is true.
properties
java.util.Properties properties
- Object for storing the properties of this entity.
fileInfoList
com.ontimize.db.TableEntity.FileInfoList fileInfoList
- List of FileInfo objects as defined by the 'file_columns' parameter.
entitiesTableAttribute
java.util.Vector entitiesTableAttribute
- List of entity names for which the TableAttribute information (keys,
attributes, ...) will be used when this entity queries another entities.
If an entity name is in this list, the columns of this entity defined as
parentkeys in the TableAttribute, will be passed to the queried entity as
filters.
Defined in 'TableAttributeEntities' parameter.
Default is null.
entityScripting
IEntityScriptManager entityScripting
|
Class com.ontimize.db.TableEntity_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
passwordLabel
javax.swing.JLabel passwordLabel
password
javax.swing.JTextField password
encryptedPasswordLabel
javax.swing.JLabel encryptedPasswordLabel
encrypt
javax.swing.JTextField encrypt
bEncrypt
javax.swing.JButton bEncrypt
connectionsNumber
javax.swing.JLabel connectionsNumber
usedNumber
javax.swing.JLabel usedNumber
reservedNumber
javax.swing.JLabel reservedNumber
blockTime
javax.swing.JLabel blockTime
currentUsers
javax.swing.JLabel currentUsers
panelScroll
javax.swing.JScrollPane panelScroll
userList
javax.swing.JList userList
hostList
javax.swing.JList hostList
buttonDeleteUser
javax.swing.JButton buttonDeleteUser
|
Package com.ontimize.db.event |
type
int type
keysValues
java.util.Hashtable keysValues
attributesValues
java.util.Hashtable attributesValues
sessionId
java.lang.Integer sessionId
|
Package com.ontimize.db.query |
value
java.lang.Object value
bundle
java.util.ResourceBundle bundle
bAccept
javax.swing.JButton bAccept
cols
java.lang.String[] cols
types
int[] types
t
QueryBuilder.pvTable t
allOk
boolean allOk
expression
SQLStatementBuilder.Expression expression
bundle
java.util.ResourceBundle bundle
bundle
java.util.ResourceBundle bundle
column
java.lang.String[] column
entityResult
EntityResult entityResult
basicSave
boolean basicSave
- Variable to indicate when must be shown the save/load expressions buttons
without the Report
bOKCons
javax.swing.JButton bOKCons
bCancelCons
javax.swing.JButton bCancelCons
bStore
javax.swing.JButton bStore
bPreview
javax.swing.JButton bPreview
bSave
javax.swing.JButton bSave
bLoad
javax.swing.JButton bLoad
bCols
javax.swing.JButton bCols
bClear
javax.swing.JButton bClear
bNew
javax.swing.JButton bNew
bDelete
javax.swing.JButton bDelete
bOR
javax.swing.JButton bOR
bAnd
javax.swing.JButton bAnd
bModif
javax.swing.JButton bModif
bValues
javax.swing.JButton bValues
bClearValues
javax.swing.JButton bClearValues
bSplit
javax.swing.JButton bSplit
bAndN
javax.swing.JButton bAndN
bORN
javax.swing.JButton bORN
bHelp
javax.swing.JButton bHelp
bHelp2
javax.swing.JButton bHelp2
text
javax.swing.JTextArea text
pButtons
javax.swing.JPanel pButtons
pOKCancel
javax.swing.JPanel pOKCancel
cancelPressed
boolean cancelPressed
panelQuery
javax.swing.JPanel panelQuery
table
QueryBuilder.EJTable table
js
javax.swing.JScrollPane js
comboEntities
javax.swing.JComboBox comboEntities
cols
java.lang.String[] cols
queryColumns
boolean[] queryColumns
types
int[] types
bundle
java.util.ResourceBundle bundle
expressionDialog
QueryBuilder.SimpleExpressionsDialog expressionDialog
locator
EntityReferenceLocator locator
entity
java.lang.String entity
entityList
java.util.Vector entityList
okCancel
boolean okCancel
showColumns
boolean showColumns
expressions
SQLStatementBuilder.Expression[] expressions
columns
java.lang.String[] columns
expressionList
java.util.ArrayList expressionList
auxcols
java.util.List auxcols
auxtypes
java.util.List auxtypes
bundle
java.util.ResourceBundle bundle
bundle
java.util.ResourceBundle bundle
bundle
java.util.ResourceBundle bundle
bundle
java.util.ResourceBundle bundle
colEditor
QueryBuilder.ComboEditor colEditor
valueEditor
QueryBuilder.ComboEditor valueEditor
operationsEditor
QueryBuilder.ComboEditor operationsEditor
textEditor
QueryBuilder.TextEditor textEditor
columns
java.util.List columns
types
int[] types
bundle
java.util.ResourceBundle bundle
expressionRenderer
QueryBuilder.ExpressionRenderer expressionRenderer
cols
java.lang.String[] cols
colEditor
QueryBuilder.ComboEditor colEditor
operationsEditor
QueryBuilder.ComboEditor operationsEditor
textEditor
QueryBuilder.TextEditor textEditor
columns
java.util.List columns
types
int[] types
bundle
java.util.ResourceBundle bundle
bundle
java.util.ResourceBundle bundle
parameterList
java.util.List parameterList
bAccept
javax.swing.JButton bAccept
bCancel
javax.swing.JButton bCancel
table
javax.swing.JTable table
cols
java.lang.String[] cols
types
int[] types
t
javax.swing.JTable t
allOk
boolean allOk
textEditor
QueryBuilder.TextEditor textEditor
bundle
java.util.ResourceBundle bundle
cols
java.lang.String[] cols
types
int[] types
customCellEditor
QueryBuilder.CustomCellEditor customCellEditor
parameterValueList
java.util.List parameterValueList
bundle
java.util.ResourceBundle bundle
types
int[] types
cols
java.lang.String[] cols
bAccept
javax.swing.JButton bAccept
expressionTable
QueryBuilder.ExpTable expressionTable
bundle
java.util.ResourceBundle bundle
expressionList
java.util.List expressionList
bOK
javax.swing.JButton bOK
helpPanel
javax.swing.JPanel helpPanel
buttonPanel
javax.swing.JPanel buttonPanel
helpText
javax.swing.JLabel helpText
bundle
java.util.ResourceBundle bundle
cols
java.lang.String[] cols
types
int[] types
helpText
javax.swing.JLabel helpText
helpText2
javax.swing.JLabel helpText2
pShow
javax.swing.JPanel pShow
buttonPanel
javax.swing.JPanel buttonPanel
bOK
javax.swing.JButton bOK
expression
SQLStatementBuilder.Expression expression
cols
java.lang.String[] cols
queryColumns
boolean[] queryColumns
entity
java.lang.String entity
entity
java.lang.String entity
bundle
java.util.ResourceBundle bundle
list
javax.swing.JList list
store
QueryStore store
textField
javax.swing.JTextField textField
saveButton
javax.swing.JButton saveButton
loadButton
javax.swing.JButton loadButton
deleteButton
javax.swing.JButton deleteButton
cancelButton
javax.swing.JButton cancelButton
listOnly
boolean listOnly
saveOnly
boolean saveOnly
query
QueryExpression query
defineButton
javax.swing.JButton defineButton
definePressed
boolean definePressed
jList
javax.swing.JList jList
bOk
javax.swing.JButton bOk
bCancel
javax.swing.JButton bCancel
si
com.ontimize.db.query.SelectOutputColumns.SelectableItem[] si
columnSelectionListener
com.ontimize.db.query.SelectOutputColumns.ColumnSelectionListener columnSelectionListener
|
Package com.ontimize.db.sql |
columnName
java.lang.String columnName
- The name of the column.
columnSQLType
int columnSQLType
- The SQl Type of the column.
columnSQLSize
int columnSQLSize
- The SQL size of the column.
unique
boolean unique
- Parameter that indicates if the column is UNIQUE.
primaryKey
boolean primaryKey
- Parameter that indicates if the column is PRIMARY KEY.
required
boolean required
- Parameter that indicates if the column is required, that is, if it accepts or not Null values.
defaultValue
java.lang.Object defaultValue
- The default value to this column.
constraintName
java.lang.String constraintName
- Name of the constraint
columns
java.util.List columns
- The list of columns in where the constraint is applied.
secondaryTable
java.lang.String secondaryTable
- The name of the referenced table
foreignColumns
java.util.List foreignColumns
- The list of columns of the referenced table in where the constraint is applied.
info
ISQLInfo info
- ISQLInfo object that contains the whole SQL information(error operation, executed statements...)
errorSQLStatement
java.lang.String errorSQLStatement
sqlStatements
java.util.List sqlStatements
code
int code
statement
java.lang.String statement
- String that contains a SQL Statement.
|
Package com.ontimize.db.test |
entity
java.lang.String entity
delay
long delay
keysValues
java.util.Hashtable keysValues
attr
java.util.Vector attr
|
Package com.ontimize.db.util |
connection
java.sql.Connection connection
tfDriver
javax.swing.JTextField tfDriver
tfURL
javax.swing.JTextField tfURL
tfUser
javax.swing.JTextField tfUser
tfPassword
javax.swing.JTextField tfPassword
tfCatalog
javax.swing.JTextField tfCatalog
driverLabel
javax.swing.JLabel driverLabel
uRLLabel
javax.swing.JLabel uRLLabel
userLabel
javax.swing.JLabel userLabel
passwordLabel
javax.swing.JLabel passwordLabel
statusLabel
javax.swing.JLabel statusLabel
buttonConnect
javax.swing.JButton buttonConnect
buttonExit
javax.swing.JButton buttonExit
buttonGenerate
javax.swing.JButton buttonGenerate
isolated
boolean isolated
- If isolated is true this is a function that must be executed in the select
without other columns (like count(*))
name
java.lang.String name
- Name of the function
ESTIMATED_REMAINED_TIME
java.lang.String ESTIMATED_REMAINED_TIME
SECONDS
java.lang.String SECONDS
UNKNOWN
java.lang.String UNKNOWN
buttonCancel
javax.swing.JButton buttonCancel
buttonClose
javax.swing.JButton buttonClose
state
javax.swing.JLabel state
estimatedTime
javax.swing.JLabel estimatedTime
progressBar
javax.swing.JProgressBar progressBar
cContrast
AlloyUtils.ColorWindow.ColorLF cContrast
cStandard
AlloyUtils.ColorWindow.ColorLF cStandard
cDesktop
AlloyUtils.ColorWindow.ColorLF cDesktop
cSelection
AlloyUtils.ColorWindow.ColorLF cSelection
cRollover
AlloyUtils.ColorWindow.ColorLF cRollover
cHighlight
AlloyUtils.ColorWindow.ColorLF cHighlight
res
java.util.ResourceBundle res
bundle
java.util.ResourceBundle bundle
label
javax.swing.JLabel label
color
javax.swing.JTextField color
colorButton
javax.swing.JButton colorButton
timeUpdate
int timeUpdate
cancelButton
javax.swing.JButton cancelButton
state
javax.swing.JLabel state
estimatedTime
javax.swing.JLabel estimatedTime
op
ExtendedOperationThread op
cancelListener
java.awt.event.ActionListener cancelListener
previousGlassPane
java.awt.Component previousGlassPane
previousVisible
boolean previousVisible
tFinished
java.lang.Thread tFinished
progressBar
javax.swing.JProgressBar progressBar
progressThread
java.lang.Thread progressThread
updateTime
int updateTime
cancelButton
javax.swing.JButton cancelButton
previousGlassPane
java.awt.Component previousGlassPane
previousVisible
boolean previousVisible
stateLabel
javax.swing.JLabel stateLabel
cancelListener
java.awt.event.ActionListener cancelListener
operationThread
OperationThread operationThread
tFinished
java.lang.Thread tFinished
progressBar
ApplicationManager.CancelOperationDialog.ProgressBar progressBar
progressThread
java.lang.Thread progressThread
v
int v
s
java.lang.String s
eOPC
ApplicationManager.ExtOpThreadsMonitorComponent eOPC
titleKey
java.lang.String titleKey
table
javax.swing.JTable table
threads
java.util.ArrayList threads
hideButton
javax.swing.JButton hideButton
cancelButton
javax.swing.JButton cancelButton
deleteEndedBt
javax.swing.JButton deleteEndedBt
res
java.util.ResourceBundle res
htmlDataField
HTMLDataField htmlDataField
save
javax.swing.JButton save
close
javax.swing.JButton close
saveContents
boolean saveContents
threads
java.util.Vector threads
list
javax.swing.JList list
updateThread
java.lang.Thread updateThread
menuItemList
java.util.Hashtable menuItemList
element
javax.swing.MenuElement element
dynamicloaded
boolean dynamicloaded
listBuild
boolean listBuild
buttonGroup
java.util.Vector buttonGroup
resources
java.util.ResourceBundle resources
menuShortcutConfiguration
ShortcutDialogConfiguration menuShortcutConfiguration
height
int height
resources
java.util.ResourceBundle resources
- The reference to resource bundle file. By default, null.
texturePaint
java.awt.TexturePaint texturePaint
attribute
java.lang.String attribute
- The attribute for component. By default, null.
tooltip
java.lang.String tooltip
- The reference to the tooltip. By default, null.
originalText
java.lang.String originalText
visiblePermission
MenuPermission visiblePermission
enabledPermission
MenuPermission enabledPermission
dimension
java.awt.Dimension dimension
- The instance of the application toolbar default dimension.
margin
java.awt.Insets margin
restricted
boolean restricted
- The restricted condition. By default, false.
attribute
java.lang.String attribute
visiblePermission
MenuPermission visiblePermission
restricted
boolean restricted
attribute
java.lang.String attribute
prevButtonPath
java.lang.String prevButtonPath
prevIcon
javax.swing.Icon prevIcon
prevButton
javax.swing.AbstractButton prevButton
prevButtonKey
java.lang.String prevButtonKey
nextButtonPath
java.lang.String nextButtonPath
nextIcon
javax.swing.Icon nextIcon
nextButton
javax.swing.AbstractButton nextButton
nextButtonKey
java.lang.String nextButtonKey
listIcon
javax.swing.Icon listIcon
listButton
ButtonSelection listButton
listButtonKey
java.lang.String listButtonKey
listButtonPath
java.lang.String listButtonPath
enabledShorcuts
boolean enabledShorcuts
borderbuttons
boolean borderbuttons
opaquebuttons
boolean opaquebuttons
highlightButtons
boolean highlightButtons
listenerHighlightButtons
java.awt.event.MouseAdapter listenerHighlightButtons
visiblePermission
MenuPermission visiblePermission
actionNextButton
java.awt.event.ActionListener actionNextButton
actionPrevButton
java.awt.event.ActionListener actionPrevButton
actionListButton
java.awt.event.ActionListener actionListButton
formManager
java.lang.String formManager
popupMenu
javax.swing.JPopupMenu popupMenu
currentSelectedItem
int currentSelectedItem
navigationHasStarted
boolean navigationHasStarted
- When navigation process has not started, we must set the navigation position to the end of last visited formmanager vector.
keyBindings
java.util.List keyBindings
popup
javax.swing.JPopupMenu popup
- An instance of pop-up menu.
processStateChanged
boolean processStateChanged
- The condition to process the change in the state.
width
int width
high
int high
toolbarFix
boolean toolbarFix
attribute
java.lang.String attribute
- The reference to attribute. By default, null.
visiblePermission
MenuPermission visiblePermission
restricted
boolean restricted
- The restricted condition. By default, false.
attribute
java.lang.String attribute
- The attribute parameter. By default, null.
tooltip
java.lang.String tooltip
- The tooltip parameter. By default, null.
originalText
java.lang.String originalText
visiblePermission
MenuPermission visiblePermission
enabledPermission
MenuPermission enabledPermission
dimension
java.awt.Dimension dimension
- The Dimension parameter. By default, 24 x 24.
defaultBG
java.awt.Color defaultBG
- The default color. By default, null.
mouseIn
boolean mouseIn
- The condition to paint border when mouse is over button. By default,
false.
restricted
boolean restricted
- The condition of restricted. By default, false.
messageList
javax.swing.JList messageList
scroll
javax.swing.JScrollPane scroll
resources
java.util.ResourceBundle resources
infoIcon
javax.swing.ImageIcon infoIcon
errorIcon
javax.swing.ImageIcon errorIcon
df
java.text.DateFormat df
labelTitle
javax.swing.JLabel labelTitle
titleLabelKey
java.lang.String titleLabelKey
buttonSave
javax.swing.JButton buttonSave
saveKey
java.lang.String saveKey
alignment
int alignment
- Deprecated.
bgImage
javax.swing.ImageIcon bgImage
- Deprecated.
rollover
boolean rollover
- Deprecated.
hideButton
Button hideButton
- Deprecated.
hide
boolean hide
- Deprecated.
leftImage
javax.swing.ImageIcon leftImage
- Deprecated.
rightImage
javax.swing.ImageIcon rightImage
- Deprecated.
margin
javax.swing.border.EmptyBorder margin
- Deprecated.
userList
Chat.JUserList userList
headerUser
javax.swing.JComponent headerUser
headerConnection
javax.swing.JComponent headerConnection
connectionList
Chat.JOpenConnection connectionList
windowCache
java.util.Hashtable windowCache
wHandler
Chat.WindowHandler wHandler
locator
EntityReferenceLocator locator
control
Chat.ChatControlThread control
messagesCheckTime
int messagesCheckTime
chatCheckTime
int chatCheckTime
iconAdd
javax.swing.ImageIcon iconAdd
deleteIcon
javax.swing.ImageIcon deleteIcon
closeIcon
javax.swing.ImageIcon closeIcon
split
javax.swing.JSplitPane split
sReceiver
javax.swing.JScrollPane sReceiver
receiveText
javax.swing.JTextPane receiveText
sendText
javax.swing.JTextPane sendText
bSend
javax.swing.JButton bSend
formatDate
java.text.SimpleDateFormat formatDate
date
java.util.Date date
atName
javax.swing.text.AttributeSet atName
atMessage
javax.swing.text.AttributeSet atMessage
toolBar
javax.swing.JToolBar toolBar
userList
com.ontimize.gui.Chat.UserChatWindow.StoreUser userList
initCommunication
boolean initCommunication
sessionCommunicationId
long sessionCommunicationId
colorUser
java.util.Hashtable colorUser
connectIcon
javax.swing.ImageIcon connectIcon
disconnectIcon
javax.swing.ImageIcon disconnectIcon
statusText
java.lang.String statusText
- The reference for status text. By default, null.
attribute
java.lang.String attribute
shortcut
java.lang.String shortcut
visiblePermission
MenuPermission visiblePermission
enabledPermission
MenuPermission enabledPermission
dynamic
boolean dynamic
restricted
boolean restricted
- The restricted condition.
parentFrame
javax.swing.JFrame parentFrame
opListener
OperationListener opListener
|
Class com.ontimize.gui.ClientMessenger_Impl_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
|
Class com.ontimize.gui.ClientWatch_Impl_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
cont
java.awt.Container cont
expandLast
boolean expandLast
vAlignment
int vAlignment
file
BytesBlock file
fileName
java.lang.String fileName
form
Form form
data
java.util.Hashtable data
type
int type
index
int index
oldIndex
int oldIndex
type
int type
rs
EntityResult rs
keysValues
java.util.Hashtable keysValues
attributesValues
java.util.Hashtable attributesValues
tableKeys
java.util.Hashtable tableKeys
fieldsKey
java.util.Vector fieldsKey
vectorIndex
int vectorIndex
form
Form form
data
java.util.Hashtable data
parentKeyValue
java.lang.Object parentKeyValue
- Deprecated.
parentKeyName
java.lang.String parentKeyName
- Deprecated.
otherParentKeys
java.util.Hashtable otherParentKeys
- Deprecated.
parentkeys
java.util.Hashtable parentkeys
table
Table table
title
java.lang.String title
cardLayout
java.awt.CardLayout cardLayout
cacheForms
java.util.Hashtable cacheForms
dataChangeEventProcessing
boolean dataChangeEventProcessing
checkDataBeforeClose
boolean checkDataBeforeClose
lastLF
java.lang.String lastLF
activedFormListener
DetailForm.ActivationFormListener activedFormListener
packed
boolean packed
codValues
java.util.Hashtable codValues
reverseCodValues
java.util.Hashtable reverseCodValues
table
javax.swing.JTable table
- An instance of the table.
attribute
java.lang.Object attribute
- The reference to attribute. By default, null.
visiblePermission
FormPermission visiblePermission
- The visible permission reference. By default, null.
enabledPermission
FormPermission enabledPermission
- The enabled permission reference. By default, null.
parentForm
Form parentForm
- The reference to parent form. By default, null.
dateRenderer
DateCellRenderer dateRenderer
- A reference to date renderer. By default, null.
rowHeaderRenderer
RowHeadCellRenderer rowHeaderRenderer
- The reference to a row header renderer. By default, null.
booleanRenderer
BooleanCellRenderer booleanRenderer
- A reference to a boolean cell renderer. By default, null.
realRenderer
RealCellRenderer realRenderer
- A reference to a real cell renderer. By default, null.
objectRenderer
ObjectCellRenderer objectRenderer
- A reference to a object renderer. By default, null.
imageRenderer
ExtImageCellRenderer imageRenderer
- A reference to an image renderer. By default, null.
headerRenderer
HeadCellRenderer headerRenderer
- A reference to a header renderer. By default, null.
popup
ExtendedJPopupMenu popup
- An instance of pop-up menu.
copyClipboardKey
java.lang.String copyClipboardKey
- The key to copy to clipboard the tip.
copyMenu
javax.swing.JMenuItem copyMenu
- A instance of the copy menu item.
controlPanel
javax.swing.JPanel controlPanel
- An instance of a control panel.
reportButton
javax.swing.JButton reportButton
- A reference to report button. By default, null.
resources
java.util.ResourceBundle resources
- A reference to resources file. By default, null.
restricted
boolean restricted
listMouseListener
java.awt.event.MouseAdapter listMouseListener
ru
ReportUtils ru
description
java.lang.String description
systrayIcon
java.lang.String systrayIcon
startOnSysTray
boolean startOnSysTray
props
java.util.Properties props
locator
EntityReferenceLocator locator
dBManager
DatabaseConnectionManager dBManager
updateCicleTime
long updateCicleTime
sessionList
javax.swing.JList sessionList
informationTable
javax.swing.JTable informationTable
textAreaOut
javax.swing.JTextArea textAreaOut
textAreaErr
javax.swing.JTextArea textAreaErr
mm
MemoryMonitorComponent mm
fDialogOut
FindDialog fDialogOut
fDialogErr
FindDialog fDialogErr
outPopup
javax.swing.JPopupMenu outPopup
errorPopup
javax.swing.JPopupMenu errorPopup
toolbarIcon
java.lang.Object toolbarIcon
closeSessionsButton
javax.swing.JButton closeSessionsButton
closeButton
javax.swing.JButton closeButton
closeConnectionsButton
javax.swing.JButton closeConnectionsButton
multiConnectionManager
boolean multiConnectionManager
multiConnectionPanel
ExtendedServerMonitor.MultiConnectionPanel multiConnectionPanel
deleteSelectedEntities
javax.swing.JButton deleteSelectedEntities
deleteAllEntities
javax.swing.JButton deleteAllEntities
refreshEntities
javax.swing.JButton refreshEntities
entityList
javax.swing.JList entityList
connectionNumber
javax.swing.JLabel connectionNumber
lockedNumber
javax.swing.JLabel lockedNumber
lockedTime
javax.swing.JLabel lockedTime
maxLockedTime
javax.swing.JLabel maxLockedTime
t
ExtendedServerMonitor.UpdateThread t
connectionLabel
javax.swing.JLabel connectionLabel
lockedConnectionLabel
javax.swing.JLabel lockedConnectionLabel
lockedTimeLabel
javax.swing.JLabel lockedTimeLabel
maxLockedTimeLabel
javax.swing.JLabel maxLockedTimeLabel
numberFormat
java.text.NumberFormat numberFormat
id
java.lang.String id
centerPanel
javax.swing.JPanel centerPanel
connectionManagerPanels
java.util.Hashtable connectionManagerPanels
menuListener
ExtendedServerMonitor.MenuListener menuListener
textComponent
javax.swing.text.JTextComponent textComponent
labelFindText
javax.swing.JLabel labelFindText
noFoundText
java.lang.String noFoundText
findJText
javax.swing.JTextField findJText
capitalLetter
javax.swing.JCheckBox capitalLetter
fullWord
javax.swing.JCheckBox fullWord
acceptButton
javax.swing.JButton acceptButton
cancelButton
javax.swing.JButton cancelButton
optionPanel
javax.swing.JPanel optionPanel
buttonPanel
javax.swing.JPanel buttonPanel
labelIcon
javax.swing.JLabel labelIcon
resources
java.util.ResourceBundle resources
initialOffset
int initialOffset
locale
java.util.Locale locale
str
java.lang.String str
title
java.lang.String title
fontCombo
javax.swing.JComboBox fontCombo
sizeCombo
javax.swing.JComboBox sizeCombo
exampleJText
javax.swing.JTextArea exampleJText
acceptButton
javax.swing.JButton acceptButton
cancelButton
javax.swing.JButton cancelButton
currentFont
java.awt.Font currentFont
contentPanel
javax.swing.JPanel contentPanel
tableViewMinRowHeight
int tableViewMinRowHeight
listenerHighlightButtons
java.awt.event.MouseListener listenerHighlightButtons
borderbuttons
boolean borderbuttons
opaquebuttons
boolean opaquebuttons
f7Button
java.lang.String f7Button
- Key of the query button
f9Button
java.lang.String f9Button
- Key of the insert button
f11Button
java.lang.String f11Button
- Key of the update button
f12Button
java.lang.String f12Button
- Key of the delete button
helpId
java.lang.String helpId
locale
java.util.Locale locale
dataNavigationListeners
java.util.Vector dataNavigationListeners
- List where the navigation listeners are stored in
dataRecordListeners
java.util.ArrayList dataRecordListeners
- List where the record listeners are stored in
visiblePermission
FormPermission visiblePermission
- Visible form permission
enabledPermission
FormPermission enabledPermission
- Enabled form permission
tableViewColumns
java.util.Vector tableViewColumns
- Default column list that is shown in table view. This list is defined by
'columns' XML parameter See
Form.init(java.util.Hashtable)
additionalTableViewColumns
java.util.Vector additionalTableViewColumns
- Column list that are added to default column list from table view.
dialog
javax.swing.JDialog dialog
- Dialog window where the form is contained in. see
Form.putInModalDialog()
scrollPanel
javax.swing.JScrollPane scrollPanel
- Scroll Panel where the form is contained in. see
Form.init(java.util.Hashtable)
bodyPanel
javax.swing.JPanel bodyPanel
- Main panel where the form is contained in
tabPane
javax.swing.JTabbedPane tabPane
- Deprecated.
printingTemplateName
java.lang.String printingTemplateName
- Variable where the printing template name is stored in
helpKey
java.lang.String helpKey
helpPopup
Form.HelpPopup helpPopup
fileName
java.lang.String fileName
- Form file name
attachment
boolean attachment
databaseBundle
boolean databaseBundle
permissionButtonEnabled
boolean permissionButtonEnabled
scriptEnabled
boolean scriptEnabled
templates
boolean templates
templateList
PopupPrintingTemplateList templateList
- Popup component where the printing template list is shown in
dynamicFormManager
DynamicFormManager dynamicFormManager
checkModifiedFieldList
java.util.Vector checkModifiedFieldList
- Modified field list
initializedFocusOrder
boolean initializedFocusOrder
useModifiedFocusOrder
boolean useModifiedFocusOrder
checkModifiedData
boolean checkModifiedData
createdList
boolean createdList
scrollHTableView
boolean scrollHTableView
originalTitle
java.lang.String originalTitle
currentTitle
java.lang.String currentTitle
statusBar
Form.StatusBar statusBar
formTitleLabel
Form.FormTitleLabel formTitleLabel
dataComponentList
java.util.Hashtable dataComponentList
- Hashtable where the components that implement
DataComponent are
stored in. This variable provides a reference of each
DataComponent that is contained in the form. This variable is
filled when the Form.createLists() method is called and this method must
only be called when all components have been added to the form.
entityName
java.lang.String entityName
- Variable where the entity name is stored in.
xmlEntityName
java.lang.String xmlEntityName
- Variable where the entity name is stored in.
groupDataComponentList
java.util.Hashtable groupDataComponentList
- List where the group data component is stored in.
formManager
FormManager formManager
- Form manager reference where the form is contained in. This reference must
be assigned by the form manager when the form is loaded.
- See Also:
{@link FormManager}
parentFrame
java.awt.Frame parentFrame
- Variable where the Frame of this
Form is stored in
- See Also:
{@link FormManager}
interactionManager
InteractionManager interactionManager
InteractionManager class that this form has registered.
buttonList
java.util.Hashtable buttonList
- Button list that implement
Button that are contained in the form.
This list is filled in the Form.createLists() method.
internationalizeList
java.util.Vector internationalizeList
- Component list that implement
Internationalization.
messageWindow
javax.swing.JDialog messageWindow
componentList
java.util.Vector componentList
- Component list that are contained in the form.
accessFormComponentList
java.util.Vector accessFormComponentList
- Component list that implement
AccessForm interface.
currencyComponentsList
java.util.Vector currencyComponentsList
- Component list that implement
SelectCurrencyValues interface.
formBuilder
FormBuilder formBuilder
FormBuilder reference that will be used by all components that
implement CreateForms interface.
detailForm
DetailForm detailForm
reference where the form is contained in.
multipleData
boolean multipleData
buttons
boolean buttons
- Establishes if the buttons are displayed in the form.
- See Also:
{@link #init}
nextButton
javax.swing.JButton nextButton
- Navigation button
previousButton
javax.swing.JButton previousButton
- Navigation button
endButton
javax.swing.JButton endButton
- Navigation button
startButton
javax.swing.JButton startButton
- Navigation button
refreshButton
javax.swing.JButton refreshButton
helpButton
javax.swing.JButton helpButton
helpIdButton
javax.swing.JButton helpIdButton
tableButton
Form.TableButton tableButton
- Table view button
clearDataFieldButton
javax.swing.JButton clearDataFieldButton
- Button that clear all data field values
reloadButton
javax.swing.JButton reloadButton
resultCountLabel
javax.swing.JLabel resultCountLabel
- Label where the total record number is drawn in
buttonPanel
javax.swing.JPanel buttonPanel
- Panel where the buttons are contained in
buttonPanelObjects
java.util.Hashtable buttonPanelObjects
newButtonPanel
javax.swing.JPanel newButtonPanel
- Panel where the new buttons are contained in
- See Also:
{@link #addControls}
nextIcon
javax.swing.ImageIcon nextIcon
previousIcon
javax.swing.ImageIcon previousIcon
endIcon
javax.swing.ImageIcon endIcon
startIcon
javax.swing.ImageIcon startIcon
orderIcon
javax.swing.ImageIcon orderIcon
printIcon
javax.swing.ImageIcon printIcon
refreshIcon
javax.swing.ImageIcon refreshIcon
attachmentIcon
javax.swing.ImageIcon attachmentIcon
databaseBundleIcon
javax.swing.ImageIcon databaseBundleIcon
scriptIcon
javax.swing.ImageIcon scriptIcon
deleteButtonText
java.lang.String deleteButtonText
printButton
javax.swing.JButton printButton
- Button that print used the default printing xml template
printTemplateButton
ButtonSelectionInternationalization printTemplateButton
- Button that manage the printing template
printListener
java.awt.event.ActionListener printListener
- Listener of the printButton
attachmentButton
ButtonSelectionInternationalization attachmentButton
- Button that manage the attachment file
permissionButton
javax.swing.JButton permissionButton
- Button that show the permission component
databaseBundleButton
javax.swing.JButton databaseBundleButton
scriptButton
javax.swing.JButton scriptButton
permissionButtonApplicationPermission
ApplicationPermission permissionButtonApplicationPermission
ApplicationPermission reference used to check the permission of
permissionButton
attachmentEntity
Entity attachmentEntity
- Deprecated. Use ((UtilReferenceLocator)
locator).getAttachmentEntity(locator.getSessionId())
- Entity reference used to attach files
ePrintingTemplate
Entity ePrintingTemplate
- Deprecated. Use ((UtilReferenceLocator)
locator).getPrintingTemplateEntity(locator.getSessionId())
- Entity reference used to store printing template
totalDataList
java.util.Hashtable totalDataList
- Total data list from this form
currentIndex
int currentIndex
- Index of current record
parentKeyValue
java.lang.Object parentKeyValue
setValuesOrder
java.util.Vector setValuesOrder
- Component list that provides the order in which the field values are
filled.
vectorSize
int vectorSize
- Total data list size
resourcesFileName
java.lang.String resourcesFileName
resourcesFile
java.util.ResourceBundle resourcesFile
previousButtonListener
java.awt.event.ActionListener previousButtonListener
- Navigation listener
nextButtonListener
java.awt.event.ActionListener nextButtonListener
- Navigation listener
startButtonListener
java.awt.event.ActionListener startButtonListener
- Navigation listener
endButtonListener
java.awt.event.ActionListener endButtonListener
- Navigation listener
refreshButtonListener
Form.FormAction refreshButtonListener
- Refresh button listener
tableButtonListener
java.awt.event.ActionListener tableButtonListener
- Table view button listener
associatedNode
OTreeNode associatedNode
- TreeNode associates with this form
associatedPath
javax.swing.tree.TreePath associatedPath
- Path associates with this form
table
Table table
tableWindow
javax.swing.JDialog tableWindow
keys
java.util.Vector keys
parentKeys
java.util.Vector parentKeys
modalDialogTitleKey
java.lang.String modalDialogTitleKey
restricted
boolean restricted
selColumnsDialog
Form.SelColumnsDialog selColumnsDialog
- The dialog where the visible columns are selected in
subForm
SubForm subForm
- The
SubForm where the form is contained in
dimension
java.awt.Dimension dimension
languageResource
java.util.ResourceBundle languageResource
title
java.lang.String title
border
javax.swing.border.Border border
scrollPane
javax.swing.JScrollPane scrollPane
headPanel
javax.swing.JPanel headPanel
head
javax.swing.JLabel head
closeButton
javax.swing.JButton closeButton
textArea
javax.swing.JTextArea textArea
button
javax.swing.JButton button
columnJList
javax.swing.JList columnJList
columnList
java.util.ArrayList columnList
defaultColumnList
java.util.Vector defaultColumnList
bOK
javax.swing.JButton bOK
bCancel
javax.swing.JButton bCancel
bSavePreference
javax.swing.JButton bSavePreference
deletedTime
int deletedTime
languageResource
java.util.ResourceBundle languageResource
message
java.lang.String message
deletedThread
Form.StatusBar.DeletedThread deletedThread
popup
ExtendedJPopupMenu popup
popupListener
java.awt.event.MouseListener popupListener
scroll
javax.swing.JScrollPane scroll
title
java.lang.String title
popupList
javax.swing.JList popupList
historicalSize
int historicalSize
sourceFont
java.awt.Font sourceFont
customFont
java.awt.Font customFont
lfconfiguration
boolean lfconfiguration
shadowColor
java.awt.Color shadowColor
shadowMode
boolean shadowMode
selectionColumnsMode
boolean selectionColumnsMode
selectionColumns
boolean selectionColumns
textCol
java.lang.String textCol
formatCol
java.lang.String formatCol
fireNavigationEvents
boolean fireNavigationEvents
- Conditions for dispatch the navigation events
queryRecordIndex
java.util.Vector queryRecordIndex
- A list with the record indexes which has been queried
checkBoxPanel
javax.swing.JPanel checkBoxPanel
checkBoxList
java.util.Vector checkBoxList
labelInfo
javax.swing.JLabel labelInfo
acceptButton
javax.swing.JButton acceptButton
cancelButton
javax.swing.JButton cancelButton
printingThread
java.lang.Thread printingThread
kvQuery
java.util.Hashtable kvQuery
lFButton
javax.swing.JButton lFButton
- Button for change the look and feel.
applicationFrame
java.awt.Frame applicationFrame
- Application frame reference.
panelTop
javax.swing.JPanel panelTop
- Panel used to add new buttons at
FormManager
parent
java.awt.Container parent
- Container where is stored this component in
loadedList
java.util.Vector loadedList
- Form list that are loaded and layout
locale
java.util.Locale locale
- Locale
formReferenceList
java.util.Hashtable formReferenceList
- A
Hashtable with a form list where the key is the form name
and the value a Form class instance.
uRIBase
java.lang.String uRIBase
- Base URI used to obtain the form file.
useClasspath
boolean useClasspath
- Condition that determine whether the 'form' attribute value specified a
location relative to the classpath.
baseCP
java.lang.String baseCP
- Base Classpath used whether the useClasspath condition is setted to true
locator
EntityReferenceLocator locator
- Entity reference locator reference
interactionManagerList
java.util.Hashtable interactionManagerList
- A
Hashtable with the interaction manager to be registered.
The Hashtable key is the form name and the
Hashtable value is the InteractionManager class
instance.
formInteractionManagerClassNameList
java.util.Hashtable formInteractionManagerClassNameList
- A
Hashtable with the interaction manager class name assigned
to each form. The Hashtable key is the form name and the
Hashtable value is the InteractionManager class
name.
formInteractionManagerActionList
java.util.Hashtable formInteractionManagerActionList
- A
Hashtable with the interaction manager class name assigned
to each action handler. The Hashtable key is the form name and the
Hashtable value is the InteractionManagerAction
XML definition location.
- Since:
- Ontimize 5.2059EN
formLayout
java.awt.CardLayout formLayout
CardLayout reference used to lay out the forms.
splitPane
javax.swing.JSplitPane splitPane
SplitPane reference used when a Tree is defined.
If the FormManager hasn't defined a tree, this reference is
null.
treeScrollPane
javax.swing.JScrollPane treeScrollPane
JScrollPane reference. Only if the tree is defined, this
reference will have a value.
formPanel
javax.swing.JPanel formPanel
JPanel reference where the form is layered out in. The layout
of this panel is stored in the FormManager.formLayout variable
managedTree
Tree managedTree
- The
Tree reference that will be displayed in this
FormManager
currentForm
java.lang.String currentForm
- The form name that is visible in this
FormManager
resourceFileName
java.lang.String resourceFileName
- ResourceBundle file name
resourceFile
java.util.ResourceBundle resourceFile
- ResourceBundle reference
formBuilder
FormBuilder formBuilder
- FormBuilder reference
treeBuilder
TreeBuilder treeBuilder
- TreeBuilder reference.
auxPanel
javax.swing.JPanel auxPanel
interactionManagers
java.util.Vector interactionManagers
processTreeSelectionEvent
boolean processTreeSelectionEvent
currentPath
javax.swing.tree.TreePath currentPath
checkModified
boolean checkModified
checkModifiedDataForms
boolean checkModifiedDataForms
visiblePermission
FMPermission visiblePermission
id
java.lang.String id
- A
String with the identifier of this FormManager
application
Application application
- Application reference
canceledSelectionChange
boolean canceledSelectionChange
activeForm
Form activeForm
formRegisteredDataNavigationListener
java.util.Vector formRegisteredDataNavigationListener
- A list formed by the forms where this
FormManager has been
registered as a DataNavigationListener in.
processDataChangeEvents
boolean processDataChangeEvents
- The FormManager will dispatch the DataNavigationEvent if this is true
aPreferences
ApplicationPreferences aPreferences
- The
ApplicationPreferences reference
preferenceListenersRegistered
boolean preferenceListenersRegistered
- Condition used to register the preference listener only one time
dynamicFormClass
java.lang.String dynamicFormClass
formDynamicManager
DynamicFormManager formDynamicManager
loadedTreeAndForm
boolean loadedTreeAndForm
- If this condition is true, the
FormManager will be loaded.
treeFileName
java.lang.String treeFileName
- The file name of the tree xml description.
treeClass
java.lang.String treeClass
- The
Tree class name established for this
FormManager. By default, if the FormManager.TREE_CLASS attribute
isn't established, has the FormManager.defaultTreeClass value
initialForm
java.lang.String initialForm
- The
Form name that will be shown at first
initialInteractionManager
InteractionManager initialInteractionManager
- The
InteractionManager reference of the form that will be
shown at first
setResourceBundleOnLoad
boolean setResourceBundleOnLoad
delayedLoad
boolean delayedLoad
- If this condition is setted to true,this
FormManager will not
be loaded when is instanced, that is, the initial Form class,
InteractionManager class, and Tree class will
not be instanced until the FormManager is called for first
time. The condition value is established with the FormManager.DELAYED_LOAD
attribute,by default is false.
- See Also:
{@link #FormManager(Hashtable)}
interactionManagerLoader
java.lang.String interactionManagerLoader
iManagerLoader
InteractionManagerLoader iManagerLoader
formModifiableFields
java.util.Hashtable formModifiableFields
tempForm
Form tempForm
- Gets a
Form instance copy which form name is passed as entry
parameter. This Form copy is layered out into the container
parameter. The Form reference that will be returned have
registered the InteractionManager that has been defined in
application xml description. This method calls the
FormManager.getFormCopyInEDTh(java.lang.String, java.lang.String) method from EventDispatchThread.
restricted
boolean restricted
formManagerForms
java.util.Hashtable formManagerForms
thumbnail
javax.swing.ImageIcon thumbnail
file
java.io.File file
button
Button button
mode
int mode
s
java.lang.String s
active
boolean active
loginDialogClass
java.lang.String loginDialogClass
windowListener
java.awt.event.WindowAdapter windowListener
cardLayout
java.awt.CardLayout cardLayout
- From managers layout
panelIds
java.util.Vector panelIds
formsManagers
java.util.Hashtable formsManagers
locator
EntityReferenceLocator locator
resources
java.util.ResourceBundle resources
loggedIn
boolean loggedIn
keyTitle
java.lang.String keyTitle
menu
javax.swing.JMenuBar menu
splashImage
javax.swing.ImageIcon splashImage
splashImage2
javax.swing.ImageIcon splashImage2
timeSplash
int timeSplash
frameNumber
int frameNumber
initialTime
long initialTime
window
ISplash window
currentPassword
java.lang.String currentPassword
dLogin
ILoginDialog dLogin
dLock
com.ontimize.gui.MainApplication.LockDialog dLock
sessionInit
boolean sessionInit
locale
java.util.Locale locale
menuListener
MenuListener menuListener
iconString
java.lang.String iconString
toolBarListener
ToolBarListener toolBarListener
toolBar
javax.swing.JToolBar toolBar
helpSet
java.lang.String helpSet
rememberLastLogin
boolean rememberLastLogin
rememberLastPassword
boolean rememberLastPassword
allowRememberPassword
boolean allowRememberPassword
databaseBundleManagerName
java.lang.String databaseBundleManagerName
lastLogin
java.lang.String lastLogin
lastPassword
java.lang.String lastPassword
loginIcon
java.lang.String loginIcon
loginText
java.lang.String loginText
panelCardLayout
javax.swing.JPanel panelCardLayout
panelAuxCardLayout
javax.swing.JPanel panelAuxCardLayout
connectTo
java.lang.String connectTo
informWhenOffline
boolean informWhenOffline
showDNSOptions
boolean showDNSOptions
statusListener
MainApplication.StatusListener statusListener
preferenceFile
java.lang.String preferenceFile
preferences
ApplicationPreferences preferences
loadRemotePreferences
boolean loadRemotePreferences
formsManagerActive
java.lang.String formsManagerActive
encrypt
boolean encrypt
tLogin
long tLogin
resourcesFileName
java.lang.String resourcesFileName
exitListeners
java.util.Vector exitListeners
statusBar
MainApplication.StatusBar statusBar
labelFileURI
java.lang.String labelFileURI
packageName
java.lang.String packageName
toolBarIcon
java.lang.Object toolBarIcon
trayIcon
java.lang.Object trayIcon
name
java.lang.String name
c
char[] c
c2
char[] c2
i
int i
centerPanel
javax.swing.JPanel centerPanel
stateFrame
int stateFrame
formMaximize
Form formMaximize
maximize
boolean maximize
informationDialog
JarUtil.InformationDialog informationDialog
defaultApplicationKeyBindings
java.util.List defaultApplicationKeyBindings
lastPaintPosition
int lastPaintPosition
iconPanel
javax.swing.JPanel iconPanel
statusText
javax.swing.JLabel statusText
progressBar
javax.swing.JProgressBar progressBar
monitor
MemoryMonitorComponent.MemoryMonitor monitor
attribute
java.lang.String attribute
surf
MemoryMonitorComponent.MemoryMonitor.Surface surf
controls
javax.swing.JPanel controls
doControls
boolean doControls
tf
javax.swing.JTextField tf
thread
java.lang.Thread thread
sleepAmount
long sleepAmount
w
int w
h
int h
buffer
java.awt.image.BufferedImage buffer
big
java.awt.Graphics2D big
font
java.awt.Font font
r
java.lang.Runtime r
columnInc
int columnInc
pts
int[] pts
ptNum
int ptNum
ascent
int ascent
descent
int descent
freeMemory
float freeMemory
totalMemory
float totalMemory
maxUsed
float maxUsed
graphOutlineRect
java.awt.Rectangle graphOutlineRect
mfRect
java.awt.geom.Rectangle2D mfRect
memoryUserRectangle
java.awt.geom.Rectangle2D memoryUserRectangle
graphLine
java.awt.geom.Line2D graphLine
graphColor
java.awt.Color graphColor
mfColor
java.awt.Color mfColor
usedStr
java.lang.String usedStr
draw
boolean draw
statusText
java.lang.String statusText
attribute
java.lang.String attribute
shortcut
java.lang.String shortcut
visiblePermission
MenuPermission visiblePermission
enabledPermission
MenuPermission enabledPermission
dynamic
boolean dynamic
restricted
boolean restricted
statusText
java.lang.String statusText
- The status text reference. By default, null.
attribute
java.lang.String attribute
- The menu item attribute. By default, null.
shortcut
java.lang.String shortcut
- The reference to shortcut. By default,"".
visiblePermission
MenuPermission visiblePermission
- The visible permission reference. By default, null.
enabledPermission
MenuPermission enabledPermission
- The enabled permission reference. By default, null.
formName
java.lang.String formName
- The form name to show
dialog
boolean dialog
- True when the form is opened in a dialog
formManagerName
java.lang.String formManagerName
- The name of the FormManager
dynamic
boolean dynamic
restricted
boolean restricted
- The condition of restricted. By default, false.
buttonGroup
javax.swing.ButtonGroup buttonGroup
attribute
java.lang.Object attribute
- The reference for attribute. By default, null.
visiblePermission
MenuPermission visiblePermission
enabledPermission
MenuPermission enabledPermission
restricted
boolean restricted
- The restricted condition. By default, false.
detailText
javax.swing.JTextArea detailText
dialog
javax.swing.JDialog dialog
messageKey
java.lang.String messageKey
args
java.lang.Object[] args
titleKey
java.lang.String titleKey
resources
java.util.ResourceBundle resources
hideIcon
javax.swing.ImageIcon hideIcon
showIcon
javax.swing.ImageIcon showIcon
characterNumberPerLine
int characterNumberPerLine
data
java.util.Hashtable data
cache
java.util.Hashtable cache
time
long time
data
java.util.Hashtable data
type
int type
formManager
java.lang.String formManager
form
Form form
formManager
FormManager formManager
formName
java.lang.String formName
returnValue
java.lang.String returnValue
emptyMessage
java.lang.String emptyMessage
value
java.lang.Object value
titleKey
java.lang.String titleKey
result
int result
returnValues
java.lang.String[] returnValues
validator
OKCancelFormDialog.OKActionValidator validator
bgPaint
java.awt.Paint bgPaint
params
java.lang.Object[] params
statusText
java.lang.String statusText
- The status text reference. By default, null.
attribute
java.lang.String attribute
shortcut
java.lang.String shortcut
visiblePermission
MenuPermission visiblePermission
enabledPermission
MenuPermission enabledPermission
dynamic
boolean dynamic
restricted
boolean restricted
- The restricted condition. By default, false.
transferredRowKey
java.util.Vector transferredRowKey
condition
int condition
value
java.lang.Object value
L_CONTAIN
java.lang.String L_CONTAIN
- See Also:
- Constant Field Values
L_PRIVATE
java.lang.String L_PRIVATE
- See Also:
- Constant Field Values
L_SEARCH
java.lang.String L_SEARCH
- See Also:
- Constant Field Values
L_CLOSE
java.lang.String L_CLOSE
- See Also:
- Constant Field Values
L_ONLYPRIVATE
java.lang.String L_ONLYPRIVATE
- See Also:
- Constant Field Values
L_GOOGLE_DESKTOP
java.lang.String L_GOOGLE_DESKTOP
- See Also:
- Constant Field Values
lContain
javax.swing.JLabel lContain
containText
javax.swing.JTextField containText
searchButton
javax.swing.JButton searchButton
closeButton
javax.swing.JButton closeButton
locator
EntityReferenceLocator locator
onlyPrivate
javax.swing.JCheckBox onlyPrivate
googleDesktop
javax.swing.JCheckBox googleDesktop
bundle
java.util.ResourceBundle bundle
wResult
SearchWindow.SearchResultWindow wResult
resultList
SearchWindow.SearchResultWindow.JListResult resultList
scroll
javax.swing.JScrollPane scroll
tabPanel
javax.swing.JTabbedPane tabPanel
tabInfo
javax.swing.JPanel tabInfo
gridBagLayout
java.awt.GridBagLayout gridBagLayout
jScrollPane1
javax.swing.JScrollPane jScrollPane1
connectionsNumberLabel
javax.swing.JLabel connectionsNumberLabel
usedLabel
javax.swing.JLabel usedLabel
userList
javax.swing.JList userList
connectionsNumber
javax.swing.JLabel connectionsNumber
lockNumberLabel
javax.swing.JLabel lockNumberLabel
memoryMonitorPanel
javax.swing.JPanel memoryMonitorPanel
border1
javax.swing.border.Border border1
tabDebug
javax.swing.JPanel tabDebug
borderLayout1
java.awt.BorderLayout borderLayout1
jPanel2
javax.swing.JPanel jPanel2
jScrollPane2
javax.swing.JScrollPane jScrollPane2
textPane
javax.swing.JTextPane textPane
debugAP
javax.swing.JCheckBox debugAP
gridLayout
java.awt.GridLayout gridLayout
debugET
javax.swing.JCheckBox debugET
debugRE
javax.swing.JCheckBox debugRE
debugSQL
javax.swing.JCheckBox debugSQL
border2
javax.swing.border.Border border2
runtime
java.lang.Runtime runtime
update
boolean update
totalMemory
long totalMemory
freeMemory
long freeMemory
history
long[] history
index
int index
errorTextAttributes
javax.swing.text.SimpleAttributeSet errorTextAttributes
fDialog
FindDialog fDialog
popup
javax.swing.JPopupMenu popup
bys
java.io.ByteArrayOutputStream bys
errorBuffer
java.io.ByteArrayOutputStream errorBuffer
buffer
java.io.BufferedOutputStream buffer
bsErr
java.io.BufferedOutputStream bsErr
ps
java.io.PrintStream ps
psErr
java.io.PrintStream psErr
psJDBC
java.io.PrintStream psJDBC
memoryUpdateThread
java.lang.Thread memoryUpdateThread
updateDBManagerThread
ServerMonitor.UpdateThread updateDBManagerThread
updateMonitor
javax.swing.JCheckBox updateMonitor
gCButton
javax.swing.JButton gCButton
closeSession
javax.swing.JButton closeSession
maxBufferSize
int maxBufferSize
updateCycle
long updateCycle
dBManager
DatabaseConnectionManager dBManager
locator
EntityReferenceLocator locator
closeServer
javax.swing.JButton closeServer
border3
javax.swing.border.Border border3
titledBorder1
javax.swing.border.TitledBorder titledBorder1
compressionButton
javax.swing.JButton compressionButton
recordOp
javax.swing.JCheckBox recordOp
lockTimeLabel
javax.swing.JLabel lockTimeLabel
lockTime
javax.swing.JLabel lockTime
maxLockTimeLabel
javax.swing.JLabel maxLockTimeLabel
maxLockTime
javax.swing.JLabel maxLockTime
flush
javax.swing.JButton flush
clear
javax.swing.JButton clear
panelJDBC
javax.swing.JPanel panelJDBC
borderLayout2
java.awt.BorderLayout borderLayout2
connectionsMonitorCheckBox
javax.swing.JCheckBox connectionsMonitorCheckBox
textAreaJDBC
javax.swing.JTextArea textAreaJDBC
border4
javax.swing.border.Border border4
attribute
java.lang.Object attribute
- Deprecated.
permissionTree
PermissionTree permissionTree
- Deprecated.
userPermissionTree
BasicTree userPermissionTree
- Deprecated.
description
javax.swing.JTextField description
- Deprecated.
assignAllPermissionsButton
javax.swing.JButton assignAllPermissionsButton
- Deprecated.
removeAllPermissionButtons
javax.swing.JButton removeAllPermissionButtons
- Deprecated.
assignSelectedPermissionsButton
javax.swing.JButton assignSelectedPermissionsButton
- Deprecated.
removeSelectedPermissionButton
javax.swing.JButton removeSelectedPermissionButton
- Deprecated.
splitPane
javax.swing.JSplitPane splitPane
- Deprecated.
parentForm
Form parentForm
- Deprecated.
locator
EntityReferenceLocator locator
- Deprecated.
visiblePermission
FormPermission visiblePermission
- Deprecated.
enabledPermission
FormPermission enabledPermission
- Deprecated.
permissionTreeListener
javax.swing.event.TreeSelectionListener permissionTreeListener
- Deprecated.
restricted
boolean restricted
- Deprecated.
centerLabel
javax.swing.JLabel centerLabel
images
java.util.List images
value
java.lang.Object value
values
java.util.Hashtable values
textLabel
javax.swing.JLabel textLabel
bgColor
java.awt.Color bgColor
leftAlignment
boolean leftAlignment
textPaneTip
javax.swing.JTextPane textPaneTip
titleTip
javax.swing.JLabel titleTip
tipIcon
javax.swing.ImageIcon tipIcon
nextButton
javax.swing.JButton nextButton
previousButton
javax.swing.JButton previousButton
closeButton
javax.swing.JButton closeButton
sortedTips
java.util.Vector sortedTips
tipDescriptions
java.util.Vector tipDescriptions
currentTipIndex
int currentTipIndex
locale
java.util.Locale locale
label
javax.swing.JLabel label
resources
java.util.ResourceBundle resources
labelIm
javax.swing.JLabel labelIm
repaintWindow
boolean repaintWindow
labelIm2
javax.swing.JLabel labelIm2
repaintTime
int repaintTime
repaintThread
TopWindow.RepaintThread repaintThread
oldValue
java.lang.Object oldValue
newValue
java.lang.Object newValue
type
int type
|
Package com.ontimize.gui.actions |
undoManager
javax.swing.undo.UndoManager undoManager
undoManager
javax.swing.undo.UndoManager undoManager
|
Package com.ontimize.gui.alarm |
informationIcon
javax.swing.ImageIcon informationIcon
warningIcon
javax.swing.ImageIcon warningIcon
listeners
AlarmListener[] listeners
rowNumber
int rowNumber
list
javax.swing.JList list
- List
labelComponent
javax.swing.JLabel labelComponent
northPanel
javax.swing.JPanel northPanel
southPanel
javax.swing.JPanel southPanel
state
javax.swing.JLabel state
labelInfo
javax.swing.JLabel labelInfo
labelWarning
javax.swing.JLabel labelWarning
recognizeButton
javax.swing.JButton recognizeButton
attribute
java.lang.Object attribute
storedValue
java.lang.Object storedValue
parentFrame
java.awt.Frame parentFrame
t
AlarmList.AlarmThread t
alarmWindow
AlarmList.AlarmWindow alarmWindow
show
boolean show
required
boolean required
modificable
boolean modificable
|
Package com.ontimize.gui.attachment |
data
java.util.Hashtable data
isPrivate
boolean isPrivate
attachmentId
java.lang.Object attachmentId
format
java.text.SimpleDateFormat format
dMax
java.awt.Dimension dMax
state
int state
check
javax.swing.JCheckBox check
lDelete
LabelItem lDelete
saveLabel
LabelItem saveLabel
editDescriptionLabel
LabelItem editDescriptionLabel
textLabel
LabelItem textLabel
delete
javax.swing.ImageIcon delete
edit
javax.swing.ImageIcon edit
save
javax.swing.ImageIcon save
record
EntityResult record
popup
javax.swing.JPopupMenu popup
emptyLabel
javax.swing.JLabel emptyLabel
lInfo
javax.swing.JLabel lInfo
scroll
javax.swing.JScrollPane scroll
res
java.util.ResourceBundle res
handler
MouseHandler handler
currentAction
int currentAction
currentSelectionIndex
int currentSelectionIndex
panel
JDescriptionPanel panel
lPrivate
javax.swing.JLabel lPrivate
lDescription
javax.swing.JLabel lDescription
tDescription
javax.swing.JTextArea tDescription
tPrivate
javax.swing.JCheckBox tPrivate
bundle
java.util.ResourceBundle bundle
panelButtons
javax.swing.JPanel panelButtons
selectedRecord
int selectedRecord
buSaveDescription
javax.swing.JButton buSaveDescription
buCancelSaveDescription
javax.swing.JButton buCancelSaveDescription
|
Package com.ontimize.gui.button |
align
int align
- Parameter to specify the button alignment in the container with
GridBagLayout. The function getConstraints() in the Component interface
uses this property.
verticalAlign
int verticalAlign
icon
java.lang.String icon
buttonKey
java.lang.String buttonKey
- String to identify the button
parentForm
Form parentForm
bundle
java.util.ResourceBundle bundle
text
java.lang.String text
tooltip
java.lang.String tooltip
ownerTooltip
boolean ownerTooltip
keyStrokeText
java.lang.String keyStrokeText
visiblePermission
FormPermission visiblePermission
enablePermission
FormPermission enablePermission
listenerHighlightButtons
java.awt.event.MouseAdapter listenerHighlightButtons
opaque
boolean opaque
border
javax.swing.border.Border border
restricted
boolean restricted
entity
java.lang.String entity
addDescription
boolean addDescription
refreshForm
boolean refreshForm
text
java.lang.String text
- The text to show in button. By default, null.
alignment
int alignment
- The alignment. By default, centered.
alignmentV
int alignmentV
- The vertical alignment. By default, at top.
buttonKey
java.lang.String buttonKey
- The key to manages the button. By default, null.
focusable
boolean focusable
- Condition about focusable. By default, true.
tooltip
java.lang.String tooltip
- The tooltip key.
specifiedTooltip
boolean specifiedTooltip
- A condition to check if tooltip is specified. By default, false.
rollover
boolean rollover
- The roll over condition. By default, false.
resourcesFileName
java.util.ResourceBundle resourcesFileName
- A reference to resource bundle file. By default, null.
parentForm
Form parentForm
- A reference to parent form. By default, null.
visiblePermission
FormPermission visiblePermission
- A visible permission reference. By default, null.
enabledPermission
FormPermission enabledPermission
- A enable permission reference. By default, null.
labelSize
int labelSize
- The label size. By default, -1.
preferredHeight
int preferredHeight
- The preferred height. By default, -1.
fontSize
int fontSize
- The font size. By default, 12 pt.
fontColor
java.awt.Color fontColor
- The font color. By default, black.
bold
boolean bold
- The bold font condition. By default, false.
keyStrokeText
java.lang.String keyStrokeText
- The text to show when key pressed from keyboard. By default, null.
helpId
java.lang.String helpId
- The help identifier. By default, null.
icon
java.lang.String icon
- The icon reference. By default, null.
altIcon
java.lang.String altIcon
- The reference to icon with alt key pressed. By default, null.
alttext
java.lang.String alttext
- The reference to text with alt key pressed. By default, null.
altTip
java.lang.String altTip
- The reference to tip with alt key pressed. By default, null.
restricted
boolean restricted
- The restricted condition. By default, false.
altMode
boolean altMode
- The alt mode state condition. By default, false.
originalButtonText
java.lang.String originalButtonText
originalButtonTip
java.lang.String originalButtonTip
resource
java.util.ResourceBundle resource
locale
java.util.Locale locale
parentForm
Form parentForm
action
java.awt.event.ActionListener action
entity
java.lang.String entity
delete
boolean delete
refresh
boolean refresh
entity
java.lang.String entity
entity
java.lang.String entity
filterButton
Button filterButton
filterText
javax.swing.JTextField filterText
label
javax.swing.JLabel label
lCols
java.lang.String[] lCols
tCols
java.lang.String[] tCols
queryExpression
QueryExpression queryExpression
popup
javax.swing.JPopupMenu popup
clearButton
javax.swing.JButton clearButton
dialogTitle
java.lang.String dialogTitle
remoteObjectName
java.lang.String remoteObjectName
configurationDialogClassName
java.lang.String configurationDialogClassName
enabledModes
java.util.List enabledModes
configurationDialog
IConfigureFormBundleGUI configurationDialog
parentForm
Form parentForm
- The reference to parent form. By default, false.
sourceTableName
java.lang.String sourceTableName
targetTableName
java.lang.String targetTableName
sourceTable
Table sourceTable
targetTable
Table targetTable
listeners
java.util.Vector listeners
keeporder
boolean keeporder
- The condition to keep the order in moved rows. By default, false.
appName
java.lang.String appName
- Deprecated.
entity
java.lang.String entity
formAttributes
java.util.Vector formAttributes
queryAttributes
java.util.Vector queryAttributes
requiredQueryAttributes
java.util.Vector requiredQueryAttributes
listenedAttributeList
java.util.Vector listenedAttributeList
locator
EntityReferenceLocator locator
table
Table table
tableWindow
javax.swing.JDialog tableWindow
oKButton
javax.swing.JButton oKButton
ASTERISK
java.lang.String ASTERISK
- See Also:
- Constant Field Values
addAsterisk
boolean addAsterisk
someFieldChangeByUser
boolean someFieldChangeByUser
filterMenu
javax.swing.JPopupMenu filterMenu
itemListener
QueryFilterButton.ItemListener itemListener
defaultItemListener
QueryFilterButton.DefaultItemListener defaultItemListener
itemDeleteListener
QueryFilterButton.ItemDeleteListener itemDeleteListener
itemSaveListener
QueryFilterButton.ItemSaveListener itemSaveListener
locator
EntityReferenceLocator locator
insertMenuItem
javax.swing.JMenuItem insertMenuItem
entity
java.lang.String entity
- The entity reference. By default, null.
withoutDataMessage
java.lang.String withoutDataMessage
- The reference for the message when there are not results after refreshing. By default, null.
text
java.lang.String text
- The text to show in button. By default, null.
alignment
int alignment
- The alignment. By default, centered.
alignmentV
int alignmentV
- The vertical alignment. By default, at top.
buttonKey
java.lang.String buttonKey
- The key to manages the button. By default, null.
focusable
boolean focusable
- Condition about focusable. By default, true.
tooltip
java.lang.String tooltip
- The tooltip key.
specifiedTooltip
boolean specifiedTooltip
- A condition to check if tooltip is specified. By default, false.
rollover
boolean rollover
- The roll over condition. By default, false.
resourcesFileName
java.util.ResourceBundle resourcesFileName
- A reference to resource bundle file. By default, null.
parentForm
Form parentForm
- A reference to parent form. By default, null.
visiblePermission
FormPermission visiblePermission
- A visible permission reference. By default, null.
enabledPermission
FormPermission enabledPermission
- A enable permission reference. By default, null.
labelSize
int labelSize
- The label size. By default, -1.
preferredHeight
int preferredHeight
- The preferred height. By default, -1.
fontSize
int fontSize
- The font size. By default, 12 pt.
fontColor
java.awt.Color fontColor
- The font color. By default, black.
bold
boolean bold
- The bold font condition. By default, false.
keyStrokeText
java.lang.String keyStrokeText
- The text to show when key pressed from keyboard. By default, null.
helpId
java.lang.String helpId
- The help identifier. By default, null.
icon
java.lang.String icon
- The icon reference. By default, null.
altIcon
java.lang.String altIcon
- The reference to icon with alt key pressed. By default, null.
alttext
java.lang.String alttext
- The reference to text with alt key pressed. By default, null.
altTip
java.lang.String altTip
- The reference to tip with alt key pressed. By default, null.
restricted
boolean restricted
- The restricted condition. By default, false.
altMode
boolean altMode
- The alt mode state condition. By default, false.
|
Package com.ontimize.gui.calendar |
selectionListener
javax.swing.event.ListSelectionListener selectionListener
calendar
java.util.GregorianCalendar calendar
layout
java.awt.GridBagLayout layout
years
javax.swing.JTextField years
months
javax.swing.JComboBox months
dayTable
javax.swing.JTable dayTable
model
CalendarWindow.DayModel model
weekDayNamesList
java.util.Vector weekDayNamesList
monthNameList
java.util.Vector monthNameList
locale
java.util.Locale locale
dateDataField
DataComponent dateDataField
tfYear
javax.swing.JTextField tfYear
comboMonth
javax.swing.JComboBox comboMonth
nextYearButton
javax.swing.JButton nextYearButton
prevYearBt
javax.swing.JButton prevYearBt
nextMonthButton
javax.swing.JButton nextMonthButton
prevMonthBt
javax.swing.JButton prevMonthBt
daysTable
javax.swing.JTable daysTable
menu
javax.swing.JMenu menu
calendar
java.util.Calendar calendar
fireCalendarEvents
boolean fireCalendarEvents
truncate
boolean truncate
scrollTable
javax.swing.JScrollPane scrollTable
calendarLocale
java.util.Locale calendarLocale
listeners
java.util.Vector listeners
selectedBorder
javax.swing.border.Border selectedBorder
vc
VisualCalendarComponent vc
calendar
java.util.Calendar calendar
paintTodayBorder
boolean paintTodayBorder
daySelected
boolean daySelected
calendar
java.util.Calendar calendar
dateFormat
java.text.DateFormatSymbols dateFormat
locale
java.util.Locale locale
listeners
java.util.Vector listeners
table
javax.swing.JTable table
truncate
boolean truncate
rowSelectionListener
javax.swing.event.ListSelectionListener rowSelectionListener
columnSelectionListener
javax.swing.event.ListSelectionListener columnSelectionListener
headerBorder
javax.swing.border.Border headerBorder
|
Package com.ontimize.gui.calendar.event |
day
int day
month
int month
year
int year
locale
java.util.Locale locale
|
Package com.ontimize.gui.container |
dataComponent
java.util.Hashtable dataComponent
attribute
java.lang.Object attribute
attribute
java.lang.Object attribute
- The attribute reference. By default, null.
attributeList
java.util.Vector attributeList
- The attribute list instance.
parentForm
Form parentForm
- The reference to parent form. By default, null.
prefSize
java.awt.Dimension prefSize
- The preferred size instance.
constraints
java.awt.GridBagConstraints constraints
- The constraints for component.
backgroundPaint
java.awt.Paint backgroundPaint
- A reference to background paint. By default, null.
backgroundImage
java.awt.Image backgroundImage
- A reference to specify a background image in the column.
texturePaint
java.awt.TexturePaint texturePaint
- A reference to specify a texture paint.
title
java.lang.String title
- The Collapsible Group title. By default, "Group"
attribute
java.lang.Object attribute
- The attribute reference. By default, null.
visiblePermission
FormPermission visiblePermission
- The visible permission reference. By default, null.
restricted
boolean restricted
- The restricted condition. By default, false.
parentForm
Form parentForm
- A reference to parent Form.
fgColor
java.awt.Color fgColor
fgRollOverColor
java.awt.Color fgRollOverColor
fgPressedColor
java.awt.Color fgPressedColor
fgOpenColor
java.awt.Color fgOpenColor
fgShadowColor
java.awt.Color fgShadowColor
fgShadowRollOverColor
java.awt.Color fgShadowRollOverColor
fgShadowPressedColor
java.awt.Color fgShadowPressedColor
fgShadowOpenColor
java.awt.Color fgShadowOpenColor
fontShadowColor
java.awt.Color fontShadowColor
fontColor
java.awt.Color fontColor
bgColor
java.awt.Color bgColor
bgRollOverColor
java.awt.Color bgRollOverColor
bgOpenColor
java.awt.Color bgOpenColor
bgImage
java.awt.Image bgImage
bgRollOverImage
java.awt.Image bgRollOverImage
bgOpenImage
java.awt.Image bgOpenImage
separatorLineColor
java.awt.Color separatorLineColor
rolloverIcon
javax.swing.ImageIcon rolloverIcon
bundle
java.util.ResourceBundle bundle
locale
java.util.Locale locale
font
java.awt.Font font
icon
javax.swing.Icon icon
rollOver
boolean rollOver
- Variable that indicates if the mouse is over the Collpasible Group Header.
clicked
boolean clicked
- Variable that indicates if the mouse is pressed or not into the Collapsible Group Header.
collapsed
boolean collapsed
- Variable that indicates if the CollpasibleGroup is collapsed or not.
backgroundPaint
java.awt.Paint backgroundPaint
- A reference to background paint. By default, null.
backgroundImage
java.awt.Image backgroundImage
- A reference to specify a background image in the column.
texturePaint
java.awt.TexturePaint texturePaint
- A reference to specify a texture paint.
attribute
java.lang.Object attribute
- The reference to attribute. By default, null.
title
java.lang.String title
- The title for the Collapsible Group Panel border. By default is "null".
titledBorder
javax.swing.border.TitledBorder titledBorder
- Indicates a special title with arbitrary border with the addition of a
String title in a specified position and justification.
borderPosition
int borderPosition
- The border position.
parentForm
Form parentForm
- The reference to parent form for component. By default, null.
locator
EntityReferenceLocator locator
- The reference to locator. By default, null.
visiblePermission
FormPermission visiblePermission
- The reference for visible permission. By default, null.
restricted
boolean restricted
- The restricted condition. By default, false.
borderStyle
int borderStyle
- The border style.
resources
java.util.ResourceBundle resources
orientation
int orientation
innerComponent
javax.swing.JPanel innerComponent
viewPort
javax.swing.JViewport viewPort
deployedState
boolean deployedState
expandHorizontal
boolean expandHorizontal
expandVertical
boolean expandVertical
expandLast
boolean expandLast
verticalAlignment
int verticalAlignment
attribute
java.lang.Object attribute
borderStyle
int borderStyle
title
java.lang.String title
deployTime
int deployTime
animated
boolean animated
bundle
java.util.ResourceBundle bundle
timer
javax.swing.Timer timer
customHeight
int customHeight
customWidth
int customWidth
minHeight
int minHeight
minWidth
int minWidth
tiptext
java.lang.String tiptext
doFirstShow
boolean doFirstShow
firstTime
boolean firstTime
baseTooltip
java.lang.String baseTooltip
reverseIcons
boolean reverseIcons
initiatedPreferences
boolean initiatedPreferences
parentForm
Form parentForm
cycleStart
long cycleStart
deployed
boolean deployed
texturePaint
java.awt.TexturePaint texturePaint
title
java.lang.String title
- The column title. By default is "null".
titledBorder
javax.swing.border.TitledBorder titledBorder
- Indicates a special title with arbitrary border with the addition of a
String title in a specified position and justification.
titleToUpperCase
boolean titleToUpperCase
horizontalExpand
boolean horizontalExpand
- To specify horizontal expand. By default, "true".
horizontalWeight
java.lang.Double horizontalWeight
lastExpand
boolean lastExpand
- Indicates whether the component placed in the bottom of column will be
expanded and take up all remaining column space .
attribute
java.lang.Object attribute
- The attribute object.
alignment
int alignment
- The alignment. By default, TOP value.
alignmentV
int alignmentV
- The vertical alignment. By default, TOP value.
parentForm
Form parentForm
- A reference to parent form.
visiblePermission
FormPermission visiblePermission
- To set the visible permissions.
activedPermission
FormPermission activedPermission
- To set the active permissions.
borderStyle
int borderStyle
- The border style.
borderPosition
int borderPosition
- The border position.
preferredWidht
int preferredWidht
- The preferred column width. By default, -1.
preferredHigh
int preferredHigh
- The preferred column high. By default, -1.
backgroundPaint
java.awt.Paint backgroundPaint
- A reference to background paint. By default, null.
r
java.awt.Rectangle r
- A new Rectangle.
backgroundImage
java.awt.Image backgroundImage
- A reference to specify a background image in the column.
restricted
boolean restricted
- The restricted condition. By default, "false".
buttonGroup
NullableButtonGroup buttonGroup
- An instance of container button group.
allowNullSelection
boolean allowNullSelection
- Boolean to allow null selection.
initSelection
java.lang.String initSelection
- The reference to init selection. By default, null.
downIcon
javax.swing.ImageIcon downIcon
upIcon
javax.swing.ImageIcon upIcon
rightIcon
javax.swing.ImageIcon rightIcon
leftIcon
javax.swing.ImageIcon leftIcon
imageBound
java.awt.Rectangle imageBound
highlight
boolean highlight
title
java.lang.String title
rectTitleColor
java.awt.Color rectTitleColor
highlightColor
java.awt.Color highlightColor
solidBandColor
java.awt.Color solidBandColor
gradientBandInitColor
java.awt.Color gradientBandInitColor
gradientBandEndColor
java.awt.Color gradientBandEndColor
fontColor
java.awt.Color fontColor
fontShadowColor
java.awt.Color fontShadowColor
font
java.awt.Font font
orientation
int orientation
borderPosition
int borderPosition
margin
java.awt.Insets margin
previous
java.lang.String previous
textLoc
java.awt.Point textLoc
imageBound
java.awt.Rectangle imageBound
downIcon
javax.swing.ImageIcon downIcon
upIcon
javax.swing.ImageIcon upIcon
currentIcon
javax.swing.ImageIcon currentIcon
highlight
boolean highlight
orientation
int orientation
rightIcon
javax.swing.ImageIcon rightIcon
leftIcon
javax.swing.ImageIcon leftIcon
margin
java.awt.Insets margin
autoPackOnOpen
boolean autoPackOnOpen
sizePositionPreference
java.lang.String sizePositionPreference
askQuestionOnEsc
boolean askQuestionOnEsc
askQuestionEverOnClose
boolean askQuestionEverOnClose
previousGlassPane
java.awt.Component previousGlassPane
focusSet
boolean focusSet
glassPanel
OGlassPanel glassPanel
show
boolean show
- The condition to show.
entity
java.lang.String entity
- The reference to entity. By default, null.
code
java.lang.String code
- The reference to code. By default, null.
parentKey
java.lang.String parentKey
- The reference to parentkey. By default, null.
tableWindow
javax.swing.JDialog tableWindow
- The reference to table window. By default, null.
okButton
javax.swing.JButton okButton
- The reference to ok button. By default, null.
t
Table t
- The reference to table. By default, null.
locator
EntityReferenceLocator locator
- The reference to locator. By default, null.
alignment
int alignment
- The reference to alignment. By default, north.
windowTitle
java.lang.String windowTitle
- The reference to window title. By default, null.
text
java.lang.String text
- The reference to text. By default, null.
queryButton
javax.swing.JButton queryButton
- The reference to query button. By default, null.
deleteButton
javax.swing.JButton deleteButton
- The reference to delete button. By default, null.
fieldAttributes
java.util.Vector fieldAttributes
askedAttributes
java.util.Vector askedAttributes
- The reference to asked attributes. By default, null.
attribute
java.lang.String attribute
- The reference to attributes. By default, null.
tip
java.lang.String tip
- The reference to tip. By default, null.
icon
java.lang.String icon
- The reference to icon. By default, null.
defaultIcon
java.lang.String defaultIcon
- The reference to default icon path.
parentForm
Form parentForm
- The reference to parent form. By default, null.
parentFrame
java.awt.Frame parentFrame
- The reference to parent frame. By default, null.
resources
java.util.ResourceBundle resources
- The reference to bundle resources. By default, null.
visiblePermission
FormPermission visiblePermission
- The reference to visible permission. By default, null.
enabledPermission
FormPermission enabledPermission
- The reference to enabled permission. By default, null.
focusListener
java.awt.event.FocusAdapter focusListener
- An instance of a focus listener.
restricted
boolean restricted
- The restricted condition. By default, false.
listenerHighlightButtons
java.awt.event.MouseListener listenerHighlightButtons
borderbuttons
boolean borderbuttons
opaquebuttons
boolean opaquebuttons
highlightButtons
boolean highlightButtons
attribute
java.lang.Object attribute
- The reference to attribute. By default, null.
parentForm
Form parentForm
- The reference to parent form. By default, null.
visiblePermission
FormPermission visiblePermission
- The reference to visible permission. By default, null.
enabledPermission
FormPermission enabledPermission
- The reference to enabled permission. By default, null.
title
java.lang.String title
- The reference to title. By default, null.
borderStyle
int borderStyle
restricted
boolean restricted
- The restricted condition. By default, false.
innerComponent
java.awt.Component innerComponent
downIcon
javax.swing.ImageIcon downIcon
upIcon
javax.swing.ImageIcon upIcon
rightIcon
javax.swing.ImageIcon rightIcon
leftIcon
javax.swing.ImageIcon leftIcon
imageBound
java.awt.Rectangle imageBound
highlight
boolean highlight
title
java.lang.String title
rectTitleColor
java.awt.Color rectTitleColor
highlightColor
java.awt.Color highlightColor
fontColor
java.awt.Color fontColor
fontShadowColor
java.awt.Color fontShadowColor
font
java.awt.Font font
orientation
int orientation
margin
java.awt.Insets margin
storedValue
java.lang.Object storedValue
- An object to store data. By default, null.
required
boolean required
- The required condition. By default, false.
modificable
boolean modificable
- The modifiable condition. By default, true.
show
boolean show
- The condition to show. By default, true.
entity
java.lang.String entity
- The entity reference. By default, null.
key
java.lang.String key
- The key reference. By default, null.
parentKey
java.lang.String parentKey
- The parentkey reference. By default, null.
tableWindow
javax.swing.JDialog tableWindow
- A reference to a table window. By default, null.
t
Table t
- A reference to a table. By default, null.
locator
EntityReferenceLocator locator
- A reference to locator. By default, null.
parentFrame
java.awt.Frame parentFrame
- A reference to a parent frame. By default, null.
dataComponents
java.util.Hashtable dataComponents
- A reference to a data components. By default, null.
queryButton
javax.swing.JButton queryButton
- An instance of a query button.
deleteButton
javax.swing.JButton deleteButton
- An instance of a delete button.
okButton
javax.swing.JButton okButton
- An instance of a accept button.
buttonPanel
javax.swing.JPanel buttonPanel
- An instance of a button panel with alignment to left.
- See Also:
FlowLayout.LEFT
focusListener
java.awt.event.FocusAdapter focusListener
- An instance of focus adapter to manage the loss focus.
texturePaint
java.awt.TexturePaint texturePaint
titleKey
java.lang.String titleKey
- The reference to the title key. By default, null.
titledBorder
javax.swing.border.TitledBorder titledBorder
- The reference to the title border.
titleToUpperCase
boolean titleToUpperCase
verticalExpand
boolean verticalExpand
- The condition of vertical expansion. By default, false.
verticalWeight
java.lang.Double verticalWeight
borderStyle
int borderStyle
- The border style.
borderPosition
int borderPosition
- The border position.
attribute
java.lang.Object attribute
- The attribute reference. By default, null.
preferredHeight
int preferredHeight
- The preferred height. By default, -1.
preferredWidth
int preferredWidth
- The preferred width. By default, -1.
parentForm
Form parentForm
- Reference to parent form. By default, null.
visiblePermissions
FormPermission visiblePermissions
- Reference to visible form permissions. By default, null.
enabledPermissions
FormPermission enabledPermissions
- Reference to enabled form permissions. By default, null.
backgroundPaint
java.awt.Paint backgroundPaint
- The background paint reference. By default, null.
r
java.awt.Rectangle r
- An instance of a rectangle.
backgroundImage
java.awt.Image backgroundImage
- The reference for a background image. By default, null.
opacity
float opacity
restricted
boolean restricted
- The restricted condition. By default, false.
buttonGroup
NullableButtonGroup buttonGroup
- A instance of a button group.
allowNullSelection
boolean allowNullSelection
- Boolean to allow null selection.
initSelection
java.lang.String initSelection
- A string reference for the initial selection. By default, null.
contain
Column contain
- A reference for a column. By default, null.
parentForm
Form parentForm
- A reference to the parent form. By default, null.
attribute
java.lang.Object attribute
- A reference to attribute. By default, null.
restricted
boolean restricted
- The restricted condition. By default, false.
preferredWidth
int preferredWidth
preferredHeight
int preferredHeight
visiblePermission
FormPermission visiblePermission
- The visible permission. By default, null.
enabledPermission
FormPermission enabledPermission
- The enabled permission. By default, null.
initiatedPreferences
boolean initiatedPreferences
orientation
int orientation
- The orientation. By default,
JSplitPane.VERTICAL_SPLIT
addedComponent
boolean addedComponent
- Indicates whether a component has just added. By default, false.
attribute
java.lang.Object attribute
- The attribute reference. By default, null
parentForm
Form parentForm
- The parent form reference. By default, null.
userPrefs
java.lang.String userPrefs
- The user reference. By default null.
title
java.lang.String title
- The tab title. By default, "Tab"
titleKey
java.lang.String titleKey
- The title key reference. By default, null.
scroll
javax.swing.JScrollPane scroll
- An instance of a scroll pane.
containPanel
javax.swing.JPanel containPanel
- An instance of a panel.
layout
CustomColumnGridBagLayout layout
- An instance of layout.
icon
javax.swing.ImageIcon icon
- The reference for an icon. By default, null.
attribute
java.lang.Object attribute
- The attribute reference. By default, null.
visiblePermission
FormPermission visiblePermission
- The visible permission reference. By default, null.
enabledPermission
FormPermission enabledPermission
- The enabled permission reference. By default, null.
parentForm
Form parentForm
- A reference for the parent form. By default, null.
tipKey
java.lang.String tipKey
- The reference to the tip key. By default, null.
queryIfVisible
boolean queryIfVisible
- The querying when it is visible the default value condition assignation.
useScroll
boolean useScroll
- The use scroll condition.
tabFieldAttributesList
java.util.Vector tabFieldAttributesList
- The tab field attribute vector. By defautl, null.
noRequiredTabFieldAttributesList
java.util.Vector noRequiredTabFieldAttributesList
- The vector for not required tab field attribute list. By default, null.
restricted
boolean restricted
- The restricted condition. By default, false.
attribute
java.lang.Object attribute
- The reference to attribute. By default, null.
tabs
java.util.Vector tabs
- The instance of vector with tabs.
parentForm
Form parentForm
- The reference to parent form for component. By default, null.
locator
EntityReferenceLocator locator
- The reference to locator. By default, null.
visiblePermission
FormPermission visiblePermission
- The reference for visible permission. By default, null.
enabledPermission
FormPermission enabledPermission
- The reference for enabled permission. By default, null.
noQueriedTabs
java.util.Vector noQueriedTabs
resources
java.util.ResourceBundle resources
restricted
boolean restricted
- The restricted condition. By default, false.
entity
java.lang.String entity
formName
java.lang.String formName
value
java.util.Hashtable value
required
boolean required
attribute
java.lang.Object attribute
modificable
boolean modificable
labelText
java.lang.String labelText
renderClass
java.lang.String renderClass
parameters
java.lang.Object[] parameters
preferredWidth
int preferredWidth
hSeparation
int hSeparation
vSeparation
int vSeparation
auxPanel
javax.swing.JPanel auxPanel
panels
java.util.Hashtable panels
form
Form form
parentForm
Form parentForm
parentFrame
java.awt.Frame parentFrame
detailWindow
javax.swing.JDialog detailWindow
firstLevelKey
java.lang.String firstLevelKey
secondLevelKey
java.lang.String secondLevelKey
id
java.lang.Object id
components
java.util.Hashtable components
margins
javax.swing.border.EmptyBorder margins
titleBorder
javax.swing.border.TitledBorder titleBorder
innerPanel
javax.swing.JPanel innerPanel
|
Package com.ontimize.gui.customcharts |
canvas
SurfaceChart.SurfaceCanvas canvas
tfDispDivisions
javax.swing.JTextField tfDispDivisions
tfCalcDivisions
javax.swing.JTextField tfCalcDivisions
tfXMin
javax.swing.JTextField tfXMin
tfXMax
javax.swing.JTextField tfXMax
tfYMin
javax.swing.JTextField tfYMin
tfYMax
javax.swing.JTextField tfYMax
tfZMin
javax.swing.JTextField tfZMin
tfZMax
javax.swing.JTextField tfZMax
lDispDivisions
javax.swing.JLabel lDispDivisions
lCalcDivisions
javax.swing.JLabel lCalcDivisions
lXMin
javax.swing.JLabel lXMin
lXMax
javax.swing.JLabel lXMax
lYMin
javax.swing.JLabel lYMin
lYMax
javax.swing.JLabel lYMax
lZMin
javax.swing.JLabel lZMin
lZMax
javax.swing.JLabel lZMax
grid
javax.swing.JCheckBox grid
labelXY
javax.swing.JCheckBox labelXY
labelZ
javax.swing.JCheckBox labelZ
mesh
javax.swing.JCheckBox mesh
combo
javax.swing.JComboBox combo
chart
SurfaceChart chart
Buffer
java.awt.Image Buffer
BufferGC
java.awt.Graphics BufferGC
image_drawn
boolean image_drawn
projector
Projector projector
vertex
SurfaceChart.SurfaceVertex[][] vertex
critical
boolean critical
prevwidth
int prevwidth
prevheight
int prevheight
color
float color
cop
SurfaceChart.SurfaceVertex cop
plot_mode
int plot_mode
calc_divisions
int calc_divisions
displayDivisions
int displayDivisions
isBoxed
boolean isBoxed
isMesh
boolean isMesh
isScaleBox
boolean isScaleBox
isDisplayXY
boolean isDisplayXY
isDisplayZ
boolean isDisplayZ
isDisplayGrids
boolean isDisplayGrids
xmin
float xmin
xmax
float xmax
ymin
float ymin
ymax
float ymax
zmin
float zmin
zmax
float zmax
WIREFRAME
int WIREFRAME
- See Also:
- Constant Field Values
NORENDER
int NORENDER
- See Also:
- Constant Field Values
SPECTRUM
int SPECTRUM
- See Also:
- Constant Field Values
GRAYSCALE
int GRAYSCALE
- See Also:
- Constant Field Values
DUALSHADE
int DUALSHADE
- See Also:
- Constant Field Values
TOP
int TOP
- See Also:
- Constant Field Values
CENTER
int CENTER
- See Also:
- Constant Field Values
UPPER
int UPPER
- See Also:
- Constant Field Values
COINCIDE
int COINCIDE
- See Also:
- Constant Field Values
LOWER
int LOWER
- See Also:
- Constant Field Values
dragged
boolean dragged
click_x
int click_x
click_y
int click_y
factor_x
int factor_x
factor_y
int factor_y
t_x
int t_x
t_y
int t_y
t_z
int t_z
color_factor
float color_factor
poly_x
int[] poly_x
poly_y
int[] poly_y
upperpart
SurfaceChart.SurfaceVertex[] upperpart
lowerpart
SurfaceChart.SurfaceVertex[] lowerpart
values1
SurfaceChart.SurfaceVertex[] values1
values2
SurfaceChart.SurfaceVertex[] values2
testpoint
java.awt.Point[] testpoint
popupMenuEnabled
boolean popupMenuEnabled
popupMenu
SurfaceChart.SurfaceCanvas.ControlMenu popupMenu
colorBase
java.awt.Color colorBase
expression
java.lang.String expression
mBoxed
javax.swing.JCheckBoxMenuItem mBoxed
mMesh
javax.swing.JCheckBoxMenuItem mMesh
mGrid
javax.swing.JCheckBoxMenuItem mGrid
mDisplayXY
javax.swing.JCheckBoxMenuItem mDisplayXY
mDisplayZ
javax.swing.JCheckBoxMenuItem mDisplayZ
w
javax.swing.JRadioButtonMenuItem w
h
javax.swing.JRadioButtonMenuItem h
cl
javax.swing.JRadioButtonMenuItem cl
gs
javax.swing.JRadioButtonMenuItem gs
ds
javax.swing.JRadioButtonMenuItem ds
grupo
javax.swing.ButtonGroup grupo
m
javax.swing.JMenu m
changeRange
javax.swing.JMenuItem changeRange
changeExpr
javax.swing.JMenuItem changeExpr
rd
SurfaceChart.SurfaceCanvas.ControlMenu.RangeDialog rd
allowChangeExpression
boolean allowChangeExpression
tfDispDivisions
javax.swing.JTextField tfDispDivisions
tfCalcDivisions
javax.swing.JTextField tfCalcDivisions
tfXMin
javax.swing.JTextField tfXMin
tfXMax
javax.swing.JTextField tfXMax
tfYMin
javax.swing.JTextField tfYMin
tfYMax
javax.swing.JTextField tfYMax
tfZMin
javax.swing.JTextField tfZMin
tfZMax
javax.swing.JTextField tfZMax
lDispDivisions
javax.swing.JLabel lDispDivisions
lCalcDivisions
javax.swing.JLabel lCalcDivisions
lXMin
javax.swing.JLabel lXMin
lXMax
javax.swing.JLabel lXMax
lYMin
javax.swing.JLabel lYMin
lYMax
javax.swing.JLabel lYMax
lZMin
javax.swing.JLabel lZMin
lZMax
javax.swing.JLabel lZMax
bOK
javax.swing.JButton bOK
bCancel
javax.swing.JButton bCancel
attr
java.lang.Object attr
|
Package com.ontimize.gui.field |
parentkeyCache
boolean parentkeyCache
locator
EntityReferenceLocator locator
- The Entity reference Locator that provides a locator to this entity
parentFrame
java.awt.Frame parentFrame
onsetvaluesetAttributes
java.util.List onsetvaluesetAttributes
- The vector with attributes to update when data field value changed. By
default, null.
cods
java.util.ArrayList cods
- An ArrayList where will be inserted the data field names of codes
typecods
java.util.ArrayList typecods
- An ArrayList where the possible types of codes will be inserted. If no
other specification(String,Float,Double) exists, the type will be Integer
by default. The order must be the same that cods have in
Arraylist cods.
visibleCods
java.util.ArrayList visibleCods
- An ArrayList where the visible column codes will be inserted . If it is
empty all codes will be hidden and by default all codes will be visible.
jVisibleCods
java.util.Hashtable jVisibleCods
- An hashtable to put the visible key-component pairs.
visiblesize
java.util.Hashtable visiblesize
- An hashtable to put the visible parameters-position in multiple data field
parentCods
java.util.ArrayList parentCods
- The reference to parent cods. By default, null.
keys
java.util.ArrayList keys
- The reference to keys. By default, null.
parentkeys
java.util.ArrayList parentkeys
- The reference to parent keys. By default, null.
cols
java.util.ArrayList cols
separator
java.lang.String separator
- A separator reference. By default, ' '.
value
java.lang.Object value
- A reference to a value object. By default, null.
entity
java.lang.String entity
cacheTime
int cacheTime
- Defines the cache time. By default, the
Integer.MAX_VALUE
lastCacheTime
long lastCacheTime
- The last cache time. By default, zero to query always the first time
dataCacheInitialized
boolean dataCacheInitialized
- The condition about data cache initialization. By default, false.
dataCache
java.util.Hashtable dataCache
- A data cache.
initCacheOnSetValue
boolean initCacheOnSetValue
- The condition to initialize cache on setValue. By default, false.
useCacheManager
boolean useCacheManager
- The condition to use cache manager. By default, true.
cacheManager
CacheManager cacheManager
- A reference to cache manager. By default, null.
formatColumn
java.util.Hashtable formatColumn
- The format column.
valueEventDisabled
boolean valueEventDisabled
- The condition to disable events. By default, false.
innerListener
AbstractMultipleReferenceDataField.InnerListener innerListener
- A reference to inner Listener. By default, null.
codListener
AbstractMultipleReferenceDataField.CodFieldListener codListener
- An instance of cod field listener.
required
boolean required
show
boolean show
modificable
boolean modificable
active
short active
savedValue
java.lang.Object savedValue
value
java.lang.Number value
fontSize
int fontSize
fontColor
java.awt.Color fontColor
x
int x
y
int y
attribute
java.lang.String attribute
width
int width
high
int high
attributeLabel
javax.swing.JLabel attributeLabel
panelLabel
javax.swing.JPanel panelLabel
panelImage
AnalogImage.JImageAnalog panelImage
parentForm
Form parentForm
visiblePermission
FormPermission visiblePermission
enabledPermission
FormPermission enabledPermission
restricted
boolean restricted
bytesSound
byte[] bytesSound
currentSound
byte[] currentSound
parentFrame
java.awt.Frame parentFrame
icon
javax.swing.ImageIcon icon
emptyIco
javax.swing.ImageIcon emptyIco
loadButton
javax.swing.JButton loadButton
deleteButton
javax.swing.JButton deleteButton
chooser
javax.swing.JFileChooser chooser
lastPath
java.io.File lastPath
audioPlayer
AudioDataField.AudioPlayer audioPlayer
playerThread
AudioDataField.AudioPlayerThread playerThread
format
java.text.NumberFormat format
fieldListener
java.awt.event.MouseAdapter fieldListener
playButton
javax.swing.JButton playButton
pauseButton
javax.swing.JButton pauseButton
stopButton
javax.swing.JButton stopButton
rewindButton
javax.swing.JButton rewindButton
fordwardButton
javax.swing.JButton fordwardButton
slider
javax.swing.JSlider slider
status
javax.swing.JLabel status
line
javax.sound.sampled.Clip line
audioFormat
javax.sound.sampled.AudioFormat audioFormat
paused
boolean paused
microsecondPosition
long microsecondPosition
attribute
java.lang.Object attribute
parentForm
Form parentForm
visiblePermission
FormPermission visiblePermission
enabledPermission
FormPermission enabledPermission
restricted
boolean restricted
returnBoolean
boolean returnBoolean
- The return boolean. By default, false.
returnString
boolean returnString
- The return string. By default, false.
translateTexts
boolean translateTexts
- The translate texts. By default, false.
trueValue
java.lang.String trueValue
- The true value adaptation.
falseValue
java.lang.String falseValue
- The false value adaptation.
translatedTrueValue
java.lang.String translatedTrueValue
translatedFalseValue
java.lang.String translatedFalseValue
colorFalse
java.awt.Color colorFalse
colorTrue
java.awt.Color colorTrue
valueType
java.lang.String valueType
orientation
int orientation
booleanType
boolean booleanType
modifiable
boolean modifiable
changedListeners
java.util.Vector changedListeners
horizontalTextPosition
int horizontalTextPosition
fontColor
java.awt.Color fontColor
- The default font color. By default, black.
valueSave
java.lang.Object valueSave
- The variable to store the field value when
setValue() is
called.
required
boolean required
- The condition to indicate when field is required. By default, false.
show
boolean show
- The condition to indicate whether must be shown. By default, true.
returnBoolean
boolean returnBoolean
- The returned boolean. By default, false.
returnString
boolean returnString
- The returned string. By default, false.
opaque
boolean opaque
alignment
int alignment
valueList
java.util.List valueList
trueValue
java.lang.String trueValue
falseValue
java.lang.String falseValue
buttonGroup
javax.swing.ButtonGroup buttonGroup
buttons
java.util.Hashtable buttons
selectedListener
ButtonGroupDataField.SelectedButtonListener selectedListener
oldSelection
javax.swing.ButtonModel oldSelection
expression
java.lang.String expression
- A reference for calculated expression. By default, null.
attributeFields
java.util.Vector attributeFields
- An instance of attribute fields.
parser
MathExpressionParser parser
- An instance of Java package for parsing and evaluating mathematical expressions.
requiredFields
java.util.Vector requiredFields
- An instance of 2 x 2 vector for required fields.
expresion
java.lang.String expresion
- A reference for the mathematical expression. By default, null.
attributeFields
java.util.Vector attributeFields
- An instance of attribute fields.
parser
MathExpressionParser parser
- An instance of parser for mathematical operation.
requiredFields
java.util.Vector requiredFields
- A 2x2 Vector for required fields.
source
java.lang.String source
- A reference for associated fields.
show
boolean show
- The condition to indicate whether must be shown. By default, true.
attribute
java.lang.Object attribute
- The reference to attribute. By default, null.
valueSave
java.lang.Object valueSave
- The variable to store the field value when
setValue() is
called.
enabled
boolean enabled
- The condition to indicate when field is active. By default, true.
isEnabled
boolean isEnabled
modifiable
boolean modifiable
- The condition to indicate when field is modifiable. By default, true.
restricted
boolean restricted
- The restricted condition. By default, false.
borderText
java.lang.String borderText
- The reference for border text. By default, null.
backgroundColor
java.awt.Color backgroundColor
- The default background color. By default, white.
availableFields
java.util.List availableFields
- List that contains the name of the available fields to use into the editor of expressions.
valueListener
java.util.Vector valueListener
- The vector instance for a value listener.
fireValueEvents
boolean fireValueEvents
- The condition to activate field events. By default, yes.
innerListener
CalculatedExpressionDataField.InnerDocumentListener innerListener
- The reference to inner listener. By default, null.
fieldlistenerFocus
CalculatedExpressionDataField.FieldFocusListener fieldlistenerFocus
- The reference for field focus listener. By default, null.
parentForm
Form parentForm
- The reference to parent form. By default, null.
permissionVisible
FormPermission permissionVisible
- The reference to visible permission in form. By default, null.
permissionActivate
FormPermission permissionActivate
- The reference to activate permission. By default, null.
resources
java.util.ResourceBundle resources
- The reference for resources file. By default, null.
selItemRenderer
SelectableItemListCellRenderer selItemRenderer
- The renderer for elements of the list available fields.
separator
java.lang.String separator
- The separator string. By default, " ".
attributeFields
java.util.Vector attributeFields
- The five attribute fields Vector instance.
valueListener
java.util.ArrayList valueListener
fireValueEvents
boolean fireValueEvents
- The condition of value events activation. By default, true.
calendarComp
VisualCalendarComponent calendarComp
calendar
java.util.Calendar calendar
- The reference to calendar. By default, null.
modifiable
boolean modifiable
- The possibility to modify the field. By default, true.
required
boolean required
- The required condition to field. By default, false.
storeValue
java.lang.Object storeValue
- The stored value when
setValue is called. By default, null.
innerStoredValue
java.lang.Object innerStoredValue
- The inner stored value reference. By default, null.
innerListener
CalendarSpinnerDataField.InnerListener innerListener
deletebutton
boolean deletebutton
calendarbutton
boolean calendarbutton
deleteButton
DataField.FieldButton deleteButton
calendarButton
DataField.FieldButton calendarButton
vCalendar
EJDialog vCalendar
mainCalendar
java.util.GregorianCalendar mainCalendar
calendarChange
boolean calendarChange
calendarTitleKey
java.lang.String calendarTitleKey
calendarComp
VisualCalendarComponent calendarComp
nullSelection
boolean nullSelection
layoutType
java.lang.String layoutType
defaultLayout
java.awt.GridBagLayout defaultLayout
spinnerDays
javax.swing.JSpinner spinnerDays
spinnerMonths
javax.swing.JSpinner spinnerMonths
spinnerYears
javax.swing.JSpinner spinnerYears
spinnerDateModel
javax.swing.SpinnerDateModel spinnerDateModel
chartComponentPanel
javax.swing.JPanel chartComponentPanel
- An instance of a chart component panel.
scroll
javax.swing.JScrollPane scroll
- An instance of a scroll pane.
chartPanel
java.lang.Object chartPanel
- A reference for a chart panel. By default null.
attribute
java.lang.Object attribute
- A reference to attribute. By default, null.
xAxesName
java.lang.String xAxesName
- A reference to a x Axis name. By default, null.
yAxesName
java.util.Vector yAxesName
- A reference to a y Axis name. By default, null.
visibleSeries
java.util.Vector visibleSeries
- A reference to a visible series. By default, null.
type
int type
- The reference to type. By default, LYNE type.
value
java.util.Hashtable value
- A reference to value. By default, null.
labelX
java.lang.String labelX
- A reference to X label. By default, "".
labelY
java.lang.String labelY
- A reference to Y label. By default, "".
entityName
java.lang.String entityName
- A reference to a entity name. By default, null.
prefW
int prefW
- The preferred weight. By default, -1.
prefH
int prefH
- The preferred height. By default, -1.
bundle
java.util.ResourceBundle bundle
title
java.lang.String title
backgroundPaint
java.awt.Paint backgroundPaint
backgroundPlotPaint
java.awt.Paint backgroundPlotPaint
chartImpl
IChartComponent chartImpl
chartComponentPanel
javax.swing.JPanel chartComponentPanel
- An instance of a chart component panel.
scroll
javax.swing.JScrollPane scroll
- An instance of a scroll pane.
chartPanel
com.jrefinery.chart.ChartPanel chartPanel
- A reference for a chart panel. By default null.
attribute
java.lang.Object attribute
- A reference to attribute. By default, null.
xAxesName
java.lang.String xAxesName
- A reference to a x Axis name. By default, null.
yAxesName
java.util.Vector yAxesName
- A reference to a y Axis name. By default, null.
visibleSeries
java.util.Vector visibleSeries
- A reference to a visible series. By default, null.
type
int type
- The reference to type. By default, LYNE type.
value
java.util.Hashtable value
- A reference to value. By default, null.
labelX
java.lang.String labelX
- A reference to X label. By default, "".
labelY
java.lang.String labelY
- A reference to Y label. By default, "".
entityName
java.lang.String entityName
- A reference to a entity name. By default, null.
prefW
int prefW
- The preferred weight. By default, -1.
prefH
int prefH
- The preferred height. By default, -1.
bundle
java.util.ResourceBundle bundle
title
java.lang.String title
backgroundPaint
java.awt.Paint backgroundPaint
backgroundPlotPaint
java.awt.Paint backgroundPlotPaint
chartImpl
IChartComponent chartImpl
northPanel
javax.swing.JPanel northPanel
- An instance of a north panel.
chartComponentPanel
javax.swing.JPanel chartComponentPanel
- An instance of a chart component panel.
scroll
javax.swing.JScrollPane scroll
- An instance of a scroll pane.
chartPanel
ChartPanel chartPanel
- A reference for a chart panel. By default null.
attribute
java.lang.Object attribute
- A reference to attribute. By default, null.
xAxesName
java.lang.String xAxesName
- A reference to a x Axis name. By default, null.
yAxesName
java.util.Vector yAxesName
- A reference to a y Axis name. By default, null.
visibleSeries
java.util.Vector visibleSeries
- A reference to a visible series. By default, null.
type
int type
- The reference to type. By default, LYNE type.
value
java.util.Hashtable value
- A reference to value. By default, null.
labelX
java.lang.String labelX
- A reference to X label. By default, "".
labelY
java.lang.String labelY
- A reference to Y label. By default, "".
entityName
java.lang.String entityName
- A reference to a entity name. By default, null.
prefW
int prefW
- The preferred weight. By default, -1.
prefH
int prefH
- The preferred height. By default, -1.
bundle
java.util.ResourceBundle bundle
title
java.lang.String title
backgroundPaint
java.awt.Paint backgroundPaint
backgroundPlotPaint
java.awt.Paint backgroundPlotPaint
returnBoolean
boolean returnBoolean
- The returned boolean. By default, false.
returnString
boolean returnString
- The returned string. By default, false.
includeMenu
javax.swing.JCheckBoxMenuItem includeMenu
- An instance of checkbox menu item.
borderNotIncluded
javax.swing.border.Border borderNotIncluded
- An instance of a line and a bevel border definition.
innerListener
CheckDataField.InnerListener innerListener
- An instance for a inner listener.
selectIcon
javax.swing.ImageIcon selectIcon
deselectIcon
javax.swing.ImageIcon deselectIcon
changeListeners
java.util.Vector changeListeners
required
boolean required
show
boolean show
modificable
boolean modificable
storedValue
java.lang.Object storedValue
processMouse
boolean processMouse
checkToggleImageMouse
java.awt.event.MouseAdapter checkToggleImageMouse
colorButton
javax.swing.JButton colorButton
- The color button.
deleteButton
javax.swing.JButton deleteButton
- The delete button.
panelColor
ColorDataField.JPanelColor panelColor
- The panel Color.
returnType
int returnType
- The return color.
- See Also:
ColorDocument.RETURN_COLOR
textFieldEnabled
boolean textFieldEnabled
- The condition to enable text field.
colorDocument
ColorDocument colorDocument
- The Color document.
color
java.awt.Color color
localeComponente
java.util.Locale localeComponente
- The reference to locale. By default, null.
values
java.util.Vector values
- Reference to a vector. By default, null.
formatPattern
FormatPattern formatPattern
- Pattern to format the field contents. Null if the
format
parameter is missing. Also wrappers the content of the dateformat
parameter.
- Since:
- Ontimize 5.2059EN
innerListener
ComboDataField.InnerListener innerListener
- The inner listener instance.
nullSelection
boolean nullSelection
textTip
TipScroll textTip
- The text tip instance.
queryText
java.lang.StringBuffer queryText
- The query text instance.
size
int size
- The size of combo. By default, 10.
fitSizeToContained
boolean fitSizeToContained
- Indicates whether size is fit to contain. By default, false.
euroIcon
javax.swing.ImageIcon euroIcon
- The euro icon. By default, null.
pstIcon
javax.swing.ImageIcon pstIcon
- The pta icon. By default, null.
euro
java.lang.String euro
- An instance of Euro.
pst
java.lang.String pst
- An instance of Pta.
currencyButton
javax.swing.JButton currencyButton
- An instance of currency button. By default, null.
showEuros
boolean showEuros
- The condition to show euro coin. By default, true.
advancedHelpBMenu
javax.swing.JMenuItem advancedHelpBMenu
- A reference for advanced help menu. By default, null.
frame
java.awt.Frame frame
- A reference for the frame. By default, null.
calcButton
javax.swing.JButton calcButton
- A reference for a calc button. By default, null.
calc
Calculator calc
- A calculator reference. By default, null.
disableEvents
boolean disableEvents
nullSelection
boolean nullSelection
paint
java.awt.Paint paint
x
int x
y
int y
width
int width
height
int height
popupMenu
ExtendedJPopupMenu popupMenu
- The reference for a pop-up menu. By default, null.
menuCopy
javax.swing.JMenuItem menuCopy
- A menu item reference for copy operation. By default, null.
menuPaste
javax.swing.JMenuItem menuPaste
- A menu item reference for paste operation. By default, null.
menuCut
javax.swing.JMenuItem menuCut
- A menu item reference for cut operation. By default, null.
menuHelpPreferences
javax.swing.JMenuItem menuHelpPreferences
- A menu item reference for help preferences. By default, null.
menuDefineHelpPreference
javax.swing.JMenuItem menuDefineHelpPreference
- A menu item reference for defining help preferences. By default, null.
textHelpPreference
java.lang.String textHelpPreference
- The text help preference. By default, null.
initPreferenceHelpText
boolean initPreferenceHelpText
- The condition about the help text has been retrieved from preferences.
advancedQueryMode
boolean advancedQueryMode
- The condition about advanced query mode state. By default, false.
valueListener
java.util.Vector valueListener
- The vector instance for a value listener.
enabled
boolean enabled
- The condition to indicate when field is active. By default, true.
isEnabled
boolean isEnabled
required
boolean required
- The condition to indicate when field is required. By default, false.
empty
boolean empty
- The condition to indicate when field is empty. By default, true.
modifiable
boolean modifiable
- The condition to indicate when field is editable. By default, true.
validData
boolean validData
- The condition to indicate when data are valid. By default, false.
show
boolean show
- The condition to indicate whether must be shown. By default, true.
showLabel
boolean showLabel
- The condition to show the label field. By default, true.
parentForm
Form parentForm
- The reference to parent form. By default, null.
textAlignment
int textAlignment
- The default text alignment. By default, -1.
borderText
java.lang.String borderText
- The reference for border text. By default, null.
labelPosition
int labelPosition
- The label position. By default, left.
{@value}
fireValueEvents
boolean fireValueEvents
- The condition to activate field events. By default, yes.
labelText
java.lang.String labelText
- The label text reference. By default, null.
requiredBorder
java.lang.String requiredBorder
- The name of the border to use in the required fields. This name must be exist in the BorderManager
noRequiredBorder
javax.swing.border.Border noRequiredBorder
labelComponent
DataField.ELabel labelComponent
- A instance of a label component.
panel
javax.swing.JPanel panel
- An instance of an auxiliary panel.
conditions
javax.swing.JComboBox conditions
- The conditions for combo box. By default, null.
dataField
javax.swing.JComponent dataField
- Component for data insertions.
fieldSize
int fieldSize
- The size of field in number of characters. By default, 10.
attribute
java.lang.Object attribute
- The reference to attribute. By default, null.
valueSave
java.lang.Object valueSave
- The variable to store the field value when
setValue() is
called.
dim
int dim
- Variable to indicate the field resize.
alignment
int alignment
- The field alignment. By default, north.
Valignment
int Valignment
- The vertical field alignment. By default, north.
redimensionPanel
int redimensionPanel
- The resize panel value. By default, none.
redimensJTextField
int redimensJTextField
- The resize text field value. By default, none.
weightPanelH
int weightPanelH
- The horizontal weight of panel. By default, 0.
weightDataFieldH
int weightDataFieldH
- The horizontal weight of data field. By default, 1.
resources
java.util.ResourceBundle resources
- The reference for resources file. By default, null.
tipKey
java.lang.String tipKey
- The reference for tip. By default, null.
fontSize
int fontSize
- The default font size. By default, -1
originalSize
int originalSize
- The reference for original size. By default, -1.
incrementalFont
boolean incrementalFont
- The condition to active the incremental font. By default, false.
fontColor
java.awt.Color fontColor
- The default font color. By default, black.
disabledbgcolor
java.awt.Color disabledbgcolor
bold
boolean bold
- The bold condition. By default, false.
backgroundColor
java.awt.Color backgroundColor
- The default background color. By default, white.
locale
java.util.Locale locale
- The default locale application.
- See Also:
Locale.getDefault()
permissionVisible
FormPermission permissionVisible
- The reference to visible permission in form. By default, null.
permissionActivate
FormPermission permissionActivate
- The reference to activate permission. By default, null.
fieldlistenerFocus
DataField.FieldFocusListener fieldlistenerFocus
- The reference for field focus listener. By default, null.
restricted
boolean restricted
- The restricted condition. By default, false.
asteriskLabel
javax.swing.JLabel asteriskLabel
labelSize
int labelSize
preferredWidth
int preferredWidth
high
int high
- The reference to high. By default, 22.
high
int high
- The reference to high. By default, 22.
required
boolean required
- The condition of required. By default, false.
show
boolean show
- The condition to show. By default, true.
modificable
boolean modificable
- The condition to modify. By default, true.
textWithoutData
java.lang.String textWithoutData
- The text without data reference. By default, null.
calendarTitleKey
java.lang.String calendarTitleKey
- Indicates to set the title to the calendar, by default "calendar".
frame
java.awt.Frame frame
- A reference to the parent frame used to select a date.
mainCalendar
java.util.GregorianCalendar mainCalendar
- A reference to the Gregorian Calendar.
calendarChange
boolean calendarChange
- Indicates the form to notify the calendar change event. By default,
"false".
calendarButton
javax.swing.JButton calendarButton
- A reference to calendar button
locale
java.util.Locale locale
- A reference to the default locale.
emphasizeInvalidDate
boolean emphasizeInvalidDate
- Indicates if the date must be emphasized with a different color when it is
invalid. By default "true".
advancedHelpBMenu
javax.swing.JMenuItem advancedHelpBMenu
- A reference to a possible advance help menu.
vCalendar
EJDialog vCalendar
- Especial dialog with the functionality that Esc key throws the event
WINDOW_CLOSING.
calendarComp
VisualCalendarComponent calendarComp
- Implements a calendar with selectable year, month and day. The calendar is
sensitive to locale.
maxLenght
int maxLenght
uppercase
boolean uppercase
textErrorAttributes
javax.swing.text.SimpleAttributeSet textErrorAttributes
textOkAttributes
javax.swing.text.SimpleAttributeSet textOkAttributes
initialLanguage
java.lang.String initialLanguage
currentDictionayFile
java.lang.String currentDictionayFile
currentLanguage
java.lang.String currentLanguage
dictionaryListFile
java.lang.String dictionaryListFile
locale
java.util.Locale locale
currentWordList
java.util.Vector currentWordList
menuKey
java.lang.String menuKey
saveKey
java.lang.String saveKey
deleteKey
java.lang.String deleteKey
changeDictionaryKey
java.lang.String changeDictionaryKey
suggestionKey
java.lang.String suggestionKey
menu
ExtendedJPopupMenu menu
saveMenu
javax.swing.JMenuItem saveMenu
deleteMenu
javax.swing.JMenuItem deleteMenu
changeDictionaryMenu
javax.swing.JMenuItem changeDictionaryMenu
suggestionMenu
javax.swing.JMenu suggestionMenu
noSuggestionMenu
javax.swing.JMenuItem noSuggestionMenu
parentFrame
java.awt.Frame parentFrame
delay
int delay
rowNumber
int rowNumber
sQLTypeText
boolean sQLTypeText
collator
java.text.Collator collator
analyzer
DictionaryDataField.Analyzer analyzer
doc
DictionaryDataField.DictionayDocument doc
upper
boolean upper
maxLength
int maxLength
innerListenerEnabled
boolean innerListenerEnabled
rows
int rows
rowHeight
int rowHeight
language
java.lang.String language
word
java.lang.String word
attr
java.lang.String attr
- String to identify the attribute
entityName
java.lang.String entityName
- Name of the entity to make the query
columName
java.lang.String columName
- Name of the column to apply the function
parentkeys
java.util.Vector parentkeys
- Column names to use as filter
function
java.lang.String function
- Function name (max, min, count(*), sum, avg ...)
queryColumns
java.util.Vector queryColumns
- Column names to use in the select statement
useNullValueToParentkeys
boolean useNullValueToParentkeys
- Boolean to know if it is necessary use NullValues when parentkey columns
have no value
useDefaultKeyFilter
boolean useDefaultKeyFilter
- By default the query other entities in EntityTable class always make a
filter with the entity key.
If this parameter is false query not use the entity key as a filter
parameter.
fieldType
java.lang.String fieldType
pattern
java.lang.String pattern
sdf
java.text.SimpleDateFormat sdf
entityAttribute
EntityFunctionAttribute entityAttribute
selectionButton
DataField.FieldButton selectionButton
- The instance of selection button.
openButton
DataField.FieldButton openButton
- The instance of open button.
saveButton
DataField.FieldButton saveButton
- The save button. By default, null.
parentFrame
java.awt.Frame parentFrame
- A reference for a frame. By default, null.
file
DataFile file
- The reference for a file. By default, null.
chooser
javax.swing.JFileChooser chooser
- A reference for chooser element. By default, null.
chooserSave
javax.swing.JFileChooser chooserSave
- A reference for chooser save element. By default, null.
limitSizeBytes
int limitSizeBytes
- The limitation in bytes. By default,
Integer.MAX_VALUE.
openThread
FileDataField.OpenAppThread openThread
- The reference for open thread. By default, null.
entityName
java.lang.String entityName
filterButton
RolloverButton filterButton
text
java.lang.String text
filterText
javax.swing.JTextField filterText
label
javax.swing.JLabel label
lCols
java.lang.String[] lCols
tCols
java.lang.String[] tCols
queryExpression
QueryExpression queryExpression
popup
javax.swing.JPopupMenu popup
pList
javax.swing.JPopupMenu pList
arrowButton
RolloverButton arrowButton
clearButton
javax.swing.JButton clearButton
modifiable
boolean modifiable
required
boolean required
fireValueEvents
boolean fireValueEvents
valueSave
java.lang.String valueSave
valueListener
java.util.List valueListener
reload
javax.swing.JButton reload
apply
javax.swing.JButton apply
navigator
javax.swing.JButton navigator
zoomIn
javax.swing.JButton zoomIn
zoomOut
javax.swing.JButton zoomOut
right
javax.swing.JButton right
viewer
BasicHTMLViewer viewer
xslList
javax.swing.JComboBox xslList
xslParameters
java.util.Hashtable xslParameters
html
XMLTextPane html
xmlFieldAttr
java.lang.String xmlFieldAttr
cssContentFile
java.lang.String cssContentFile
patternContentFile
java.lang.String patternContentFile
htmlTitle
java.lang.String htmlTitle
htmlViewerTitle
java.lang.String htmlViewerTitle
xslLabel
java.lang.String xslLabel
menuComponent
javax.swing.JComponent menuComponent
jlXSLLabel
javax.swing.JLabel jlXSLLabel
htmlEditorPanel
javax.swing.JPanel htmlEditorPanel
resourceBundle
java.util.ResourceBundle resourceBundle
xslListValues
java.util.Vector xslListValues
tFactory
javax.xml.transform.TransformerFactory tFactory
transformer
javax.xml.transform.Transformer transformer
border
javax.swing.border.EtchedBorder border
hourField
javax.swing.JTextField hourField
dateVisible
boolean dateVisible
dateAttribute
java.lang.String dateAttribute
register
boolean register
attribute
java.lang.Object attribute
- The reference to attribute. By default, null.
file
java.lang.String file
- The reference to the .html file.
locale
java.util.Locale locale
- The default locale reference.
parentForm
Form parentForm
- The reference to parent form. By default, false.
visiblePermission
FormPermission visiblePermission
- The reference for visible permission in form. By default, null.
enabledPermission
FormPermission enabledPermission
- The reference for enabled permission in form. By default, null.
restricted
boolean restricted
minFontSize
int minFontSize
maxFontSize
int maxFontSize
fontSizeStep
int fontSizeStep
opaquebuttons
boolean opaquebuttons
borderbuttons
boolean borderbuttons
listenerHighlightButtons
java.awt.event.MouseListener listenerHighlightButtons
lastSelectedFontSize
int lastSelectedFontSize
buttonsPanel
javax.swing.JPanel buttonsPanel
boldBt
javax.swing.JToggleButton boldBt
italicBt
javax.swing.JToggleButton italicBt
underlineBt
javax.swing.JToggleButton underlineBt
leftAlignBt
javax.swing.JToggleButton leftAlignBt
centerAlignBt
javax.swing.JToggleButton centerAlignBt
rightAlignBt
javax.swing.JToggleButton rightAlignBt
fontsizeCombo
javax.swing.JComboBox fontsizeCombo
colorButton
javax.swing.JButton colorButton
context
javax.swing.text.StyleContext context
styles
java.util.Hashtable styles
editor
javax.swing.text.html.HTMLEditorKit editor
- Overwrite to avoid break line in the Writer
plainTextColumn
java.lang.String plainTextColumn
advancedQueryMode
boolean advancedQueryMode
alignListener
HTMLDataField.AlignListener alignListener
alignButtonGroup
javax.swing.ButtonGroup alignButtonGroup
iHigh
int iHigh
htmlViewer
CustomEditorPane htmlViewer
horizontalScroll
boolean horizontalScroll
verticalScroll
boolean verticalScroll
scrollable
boolean scrollable
originalTemplate
java.lang.String originalTemplate
- Variables useful to show the same template with different values in it
currentTemplate
java.lang.String currentTemplate
currentData
java.util.Hashtable currentData
currentSeparator
java.lang.String currentSeparator
scroll
javax.swing.JScrollPane scroll
- A reference for a scroll. By default, null.
htmlHyperlinkListener
HTMLLabel.HTMLHyperlinkListener htmlHyperlinkListener
- A hyperlink listener. By default, null.
editorPane
javax.swing.JEditorPane editorPane
- A reference for a editor pane. By default, null.
urlHTML
java.lang.String urlHTML
- A reference for an urlHTML. By default, null.
mouseListener
java.awt.event.MouseListener mouseListener
- The reference to mouse listener. By default, null.
action
CreateFormInDialog action
- The reference to create a form in a dialog. By default, null.
formName
java.lang.String formName
- A reference for the name of form. By default, null.
formsManagerName
java.lang.String formsManagerName
- The name of forms manager. By default, null.
keyTitle
java.lang.String keyTitle
- The key for the title. By default, " ".
activated
boolean activated
- The activated condition. By default, false.
equivalences
java.util.Hashtable equivalences
- The equivalences
Hashtable.
attribute
java.lang.Object attribute
- Reference to attribute. By default, null.
visiblePermission
FormPermission visiblePermission
- Reference to visible permission. By default, null.
enabledPermission
FormPermission enabledPermission
- Reference to enabled permission. By default, null.
parentForm
Form parentForm
- The reference to parent form. By default, null.
restricted
boolean restricted
- The restricted condition. By default, false.
locationButtons
int locationButtons
- The location buttons. By default, top.
parentFrame
java.awt.Frame parentFrame
- The parent frame. By default, null.
image
javax.swing.ImageIcon image
- The reference to image icon. By default, null.
loadButton
javax.swing.JButton loadButton
- An instance of a load button.
deleteBt
javax.swing.JButton deleteBt
- An instance of a delete button.
twainBt
javax.swing.JButton twainBt
- A reference for a twain button. By default, null.
pasteBt
javax.swing.JButton pasteBt
- An instance of a paste button.
previewTwainBt
javax.swing.JButton previewTwainBt
- A reference for a preview twain button. By default, null.
lastPath
java.io.File lastPath
- The last path for file. By default, null.
bytesImage
byte[] bytesImage
- The reference for the bytes of image.
iHigh
int iHigh
- The image high. By default, 0.
imageWidth
int imageWidth
- The image width. By default, 0.
keepAspectRatio
boolean keepAspectRatio
allowZoom
boolean allowZoom
emptyImage
javax.swing.ImageIcon emptyImage
- A reference for an empty image icon. By default, null.
deleteBtListener
java.awt.event.ActionListener deleteBtListener
- A reference for a delete button listener. By default, null.
loadBtListener
java.awt.event.ActionListener loadBtListener
- A reference for a load button listener. By default, null.
zoomListenerEnabled
boolean zoomListenerEnabled
- The zoom listener enabled condition. By default, true.
panelInfo
javax.swing.JPanel panelInfo
panelScroll
javax.swing.JScrollPane panelScroll
zoomImage
javax.swing.ImageIcon zoomImage
labelImage
javax.swing.JLabel labelImage
zoom
float zoom
sizeLabel
javax.swing.JLabel sizeLabel
saveButton
javax.swing.JButton saveButton
copyButton
javax.swing.JButton copyButton
pasteButton
javax.swing.JButton pasteButton
image
javax.swing.ImageIcon image
attribute
java.lang.String attribute
frame
java.awt.Frame frame
- Reference for the parent frame used in date selection dialog. By default, null.
calcButton
javax.swing.JButton calcButton
- The reference for calculator button. This button shows a calculator. By default, null.
calc
Calculator calc
- The reference for calculator.
returnString
boolean returnString
- The return string. By default, false.
advancedHelpBMenu
javax.swing.JMenuItem advancedHelpBMenu
- The advanced help menu reference. By default, null.
outputFormat
java.lang.String outputFormat
- The reference to output format. By default,
jpeg.
encodeParams
com.sun.media.jai.codec.ImageEncodeParam encodeParams
- The reference to encode parameters. By default, null.
value
BytesBlock value
- A reference to image data block. By default, null.
image
java.awt.image.RenderedImage image
- A reference for a rendered image. By default, null.
dZoom
javax.swing.JDialog dZoom
- A reference for a zoom dialog. By default, null.
scroll
javax.swing.JScrollPane scroll
- A reference for a scroll.
displayZoom
JAIImageDataField.EJImageDisplayJAI displayZoom
- The reference to display zoom. By default, null.
status
int status
image
java.awt.Image image
urlImage
java.net.URL urlImage
width
int width
high
int high
lockWidth
boolean lockWidth
lockHigh
boolean lockHigh
rotate
boolean rotate
bold
boolean bold
- The bolt writing condition.
attribute
java.lang.Object attribute
- The param attribute. By default, null.
- See Also:
Label.getAttribute()
fontColor
java.awt.Color fontColor
- The font color. By default, black.
- See Also:
Color.black
fontSize
int fontSize
- The font size. By default, -1.
originalSize
int originalSize
- The original size. By default, -1.
incrementalFont
boolean incrementalFont
- The incremental font. By default, false.
labelSize
int labelSize
- The label size. By default, -1.
textLabel
java.lang.String textLabel
- The text label. By default, -1.
alignment
int alignment
- The alignment. By default, NORTHWEST.
- See Also:
GridBagConstraints.NORTHWEST
alignmentV
int alignmentV
- The alignment. By default, NORTH.
- See Also:
GridBagConstraints.NORTH
parentForm
Form parentForm
- The parent form. By default, null.
permissionVisible
FormPermission permissionVisible
- The visibility permission. By default, null.
permissionsActived
FormPermission permissionsActived
- The activation permission. By default, null.
resourceFile
java.util.ResourceBundle resourceFile
- The resource file. By default, null.
label
javax.swing.JLabel label
- The label.
dim
double dim
- Variable to indicate the field resize.
restricted
boolean restricted
- Checks whether component is restricted.
underlined
boolean underlined
- The underlined text possibility. By default, false.
paintViewInsets
java.awt.Insets paintViewInsets
editorPane
javax.swing.JEditorPane editorPane
- A reference for a editor pane. By default, null.
scroll
boolean scroll
- The scroll presence condition. By default, true.
enabled
boolean enabled
- The enabled condition. By default, true.
opaque
boolean opaque
- The opaque condition. By default, true.
bundle
java.util.ResourceBundle bundle
- A reference for the bundle. By default, null.
labelVector
java.util.Vector labelVector
- An instance for a label vector.
linkVector
java.util.Vector linkVector
- An instance for a link vector.
tableVector
java.util.Vector tableVector
- An instance for a table vector.
insertModeVector
java.util.Vector insertModeVector
- The insert mode vector.
rowsNumber
int rowsNumber
- The number of rows. By default, 5.
scrollPolicy
int scrollPolicy
scrollPane
javax.swing.JScrollPane scrollPane
mask
java.lang.String mask
- The mask reference. By default, "".
exactMatch
boolean exactMatch
- The exact match condition. By default, false.
originalFontColor
java.awt.Color originalFontColor
colorListener
MaskDataField.ColorListener colorListener
- A reference to a color listener. By default, null.
rows
int rows
- The memo data field rows. By default, 2.
sqlTypeText
boolean sqlTypeText
- The condition about the SQL type: False -> VARCHAR ; True -> LONGVARCHAR.
By default, false.
searchMenu
javax.swing.JMenuItem searchMenu
- A reference for a search menu. By default, null.
selectAllMenu
javax.swing.JMenuItem selectAllMenu
- A reference for a all selection menu.
parentFrame
java.awt.Frame parentFrame
- The reference for parent frame. By default, null.
dQuery
FindDialog dQuery
- A reference for a find dialog. By default, null.
- See Also:
FindDialog
scrollTip
TipScroll scrollTip
- A reference for a scroll tip. By default, null.
- See Also:
TipScroll
activationScrollTip
boolean activationScrollTip
- The condition of scroll tip activation. By default, true.
scroll
javax.swing.JScrollPane scroll
- A reference for a scroll. By default, null.
translateDE
java.lang.String translateDE
- The reference to translate the "OF" text. By default, "OF".
maximumTextLength
int maximumTextLength
- The maximum text length. By default, -1.
uppercase
boolean uppercase
- The reference for upper case condition. By default, false.
expandVertical
boolean expandVertical
- The reference to vertical expansion. By default, false.
undoManager
javax.swing.undo.UndoManager undoManager
innerListener
MemoDataField.InnerDocumentListener innerListener
- The reference to inner listener. By default, null.
calendar
java.util.GregorianCalendar calendar
currentLocaleExists
boolean currentLocaleExists
searchButton
javax.swing.JButton searchButton
- An instance for a search button.
deleteButton
javax.swing.JButton deleteButton
- An instance for a delete button.
tableWindow
MultipleReferenceDataField.TableWindow tableWindow
- An instance for a table Window. By default, null.
okButton
javax.swing.JButton okButton
- A reference for the ok button. By default, null.
showButtons
boolean showButtons
refreshCacheButton
javax.swing.JButton refreshCacheButton
- The reference for refreshing the cache button. By default, null.
t
Table t
- The reference for the table.
windowTitle
java.lang.String windowTitle
- The window title.
queryListener
java.awt.event.ActionListener queryListener
- An instance of query listener.
auxCodeField
javax.swing.JTextField auxCodeField
- An auxiliary text field for codes. By default, null.
auxCodeLabel
javax.swing.JLabel auxCodeLabel
- An auxiliary code label. By default, null.
searchButton
javax.swing.JButton searchButton
- A search button reference. By default, null.
codeFieldPanel
javax.swing.JPanel codeFieldPanel
- An instance of a panel with
FlowLayout alignment fixed to
LEFT.
attr
java.lang.String attr
cods
java.util.List cods
typecods
java.util.List typecods
parentCods
java.util.List parentCods
keys
java.util.List keys
parentkeys
java.util.List parentkeys
entity
java.lang.String entity
cols
java.util.List cols
timeCache
long timeCache
lastCache
long lastCache
attributesTable
java.util.Hashtable attributesTable
attr
java.lang.Object attr
menuList
java.util.ArrayList menuList
- ArrayList that contains all the menuGroups contained into the NavigatioMenu.
bgImage
java.awt.Image bgImage
- Background image of the NavigationMenu.
fixImage
java.awt.Image fixImage
- Background image if it is wanted to fit into the NavigationMenu. It could be used as a centered corporative logo.
fixImagePosition
int fixImagePosition
- Position to place fixImage. It could be: north, south, east, west, north_east, south_east, north_west, south_west.
centerImage
boolean centerImage
- Parameter that indicates if it is wanted to center the background image into the NavigationMenu.
mosaic
boolean mosaic
imageBasePath
java.lang.String imageBasePath
- String that contains the base search route of all the images and icons of the NavigationMenu.
width
int width
- Width of the NavigationMenu background image.
height
int height
- Height of the NavigationMenu background image.
menuItemRenderer
NavigationMenu.MenuItemRenderer menuItemRenderer
- Renderer of the MenuItem.
menuHeaderRenderer
NavigationMenu.MenuHeaderRenderer menuHeaderRenderer
- Renderer of the Header.
bundle
java.util.ResourceBundle bundle
- The ResourceBundle of the Header renderer.
menuGroup
NavigationMenu.MenuGroup menuGroup
leftImage
java.awt.Image leftImage
centerImage
java.awt.Image centerImage
rightImage
java.awt.Image rightImage
bundle
java.util.ResourceBundle bundle
- The ResourceBundle of the Header renderer.
menuGroup
NavigationMenu.MenuGroup menuGroup
bundle
java.util.ResourceBundle bundle
- The ResourceBundle of the MenuItem renderer.
optionsOffset
int optionsOffset
- Number of pixels of separation between the Header and the items of the Menu. By default it is set to 5 pixels.
menuItemClass
java.lang.String menuItemClass
- String that contains the location's route of the MenuItem Class. If MenuItem Class is overridden this variable must contain the location route of it.
actionListener
java.awt.event.ActionListener actionListener
- The ActionListener assigned to the MenuGroup.
itemHeight
int itemHeight
- The height of each item in pixels.
bgHeader
java.awt.Color bgHeader
- Color of the Header of the Menu.
bgBody
java.awt.Color bgBody
- Color of the background of the Menu.
foregroundColor
java.awt.Color foregroundColor
- Color of the font of the Menu.
foregroundColorHeader
java.awt.Color foregroundColorHeader
- Color of the font of the Menu Header.
header
java.lang.String header
- String with the text that will be displayed into the Header of the Menu.
borderColor
java.awt.Color borderColor
- Color of the border of the Menu.
border
javax.swing.border.Border border
- Border Object with the border of the Menu.
borderString
java.lang.String borderString
- String with the style of the border of the Menu.
selectedOption
java.lang.String selectedOption
- String that contains the selected Option into the Menu.
opaque
boolean opaque
- Parameter that allows to configure the Menu opaque or not. If it is true the Menu will be displayed opaque. By default it is set to true.
dragEnabled
boolean dragEnabled
- Parameter that allows to drag the Menu or not. If it is true the Menu is possible to drag. By default it is set to true.
dragAllMenuEnabled
boolean dragAllMenuEnabled
- Parameter that allows to drag all Menu. by default only menu header is draggable.
separator
boolean separator
- Parameter that displays a separator between the MenuItems of the MenuGroup.
hasBorder
boolean hasBorder
- Parameter that allows to configure if the MenuGroup has or not border.
bundle
java.util.ResourceBundle bundle
- The Resource Bundle assigned to the Menu.
menuItem
NavigationMenu.MenuItem[] menuItem
- Array with all the MenuItems of the Menu.
headerheight
int headerheight
- Variable that contains the header height of the Menu.
menuItemRenderer
NavigationMenu.MenuItemRenderer menuItemRenderer
- The renderer of each MenuItem of the Menu.
menuHeaderRenderer
NavigationMenu.MenuHeaderRenderer menuHeaderRenderer
- The renderer of each MenuHeader of the Menu.
icon
javax.swing.ImageIcon icon
- Icon of the Header that indicates if the Menu Group could be dragged.
attribute
java.lang.Object attribute
visiblePermission
FormPermission visiblePermission
enabledPermision
FormPermission enabledPermision
parentForm
Form parentForm
restricted
boolean restricted
popupmenu
javax.swing.JPopupMenu popupmenu
bundle
java.util.ResourceBundle bundle
dialog
NavigatorMenuGUI.SetupDialog dialog
aPreferences
ApplicationPreferences aPreferences
userPrefs
java.lang.String userPrefs
defaultX
int defaultX
- Default value to the x coordinate of the MenuGroupGUI
defaultY
int defaultY
- Default value to the y coordinate of the MenuGroupGUI
offsetX
int offsetX
- Value of displacements into x-axis.
offsetY
int offsetY
- Value of displacements into x-axis.
drag
boolean drag
- Boolean that indicate if the MenuGroup are going to be dragged.
executing
boolean executing
bundle
java.util.ResourceBundle bundle
- ResourceBundle to be applied to the JDialog.
operation
int operation
- Contains the result of the operation that was done over the JDialog.
menulist
java.util.ArrayList menulist
- ArrayList that contains all the MenuGroups of the NavigationMenu.
menuGroupInfo
java.util.Hashtable menuGroupInfo
- Hashtable that contains the whole information about a MenuGroup.
bcancel
javax.swing.JButton bcancel
- Cancel JButton.
baccept
javax.swing.JButton baccept
- Accept JButton
allDeselected
boolean allDeselected
maskCharacter
char maskCharacter
encrypt
boolean encrypt
tooltip
javax.swing.JToolTip tooltip
popupTip
JTipWindow popupTip
tipMouseListener
PasswordDataField.TipListener tipMouseListener
tipFocusListener
PasswordDataField.TipFocusListener tipFocusListener
keyboardListener
PasswordDataField.KeyboardListener keyboardListener
table
javax.swing.JTable table
entity
java.lang.String entity
rows
java.util.Vector rows
column
java.lang.String column
value
java.lang.String value
keys
java.util.Vector keys
parentkeys
java.util.Vector parentkeys
bundle
java.util.ResourceBundle bundle
cacheValue
java.lang.Object cacheValue
queryRowNumber
int queryRowNumber
operation
int operation
date_group
int date_group
comparators
java.util.Hashtable comparators
percentage
boolean percentage
parameters
java.util.Hashtable parameters
dDetailPivot
EJDialog dDetailPivot
frame
java.awt.Frame frame
- A reference for the parent Frame used in the selection of date.
calcButton
javax.swing.JButton calcButton
- A reference for a button.
calc
Calculator calc
- A reference for a calculator.
advancedHelpBMenu
javax.swing.JMenuItem advancedHelpBMenu
- A reference for a help menu.
parentFrame
java.awt.Frame parentFrame
- The parent Frame. By default, null.
multipleResultWindow
ReferenceExtDataField.MultipleResultWindow multipleResultWindow
- The reference to multiple result window. By default, null.
visibleCodeSearch
boolean visibleCodeSearch
- The condition of code visibility of the code in the detail window. By default, false.
hOnSetValueSetEquivalences
java.util.Hashtable hOnSetValueSetEquivalences
- This object is used to store onsetvalueset attributes and equivalences (for these fields in entity) when structure of parameter
onsetvalueset is: "fieldonset1:fieldentitypk1;fieldonset2:fieldentitypk2;...fieldonsetn:fieldentitypkn"
codeQueryField
java.lang.String codeQueryField
- The code query field key. By default, null.
deployedList
ReferenceComboDataField.DeployedList deployedList
- A reference to deployed list. By default, null.
queryValues
java.util.Vector queryValues
- A vector for query values. By default, null.
hParentkeyEquivalences
java.util.Hashtable hParentkeyEquivalences
- This object is used to store parentkeys and equivalences (for these fields in entity) when structure of parameter
parentkeys is: "fieldpk1:fieldentitypk1;fieldpk2:fieldentitypk2;...fieldpkn:fieldentitypkn"
showErrorMessages
boolean showErrorMessages
- The condition to show error messages. By default, true.
detailButton
javax.swing.JButton detailButton
- A reference to detail button. By default, null.
formName
java.lang.String formName
- The form name. By default, null.
dataRecordListenerReady
boolean dataRecordListenerReady
- True when DataRecordListener is registered in the detail form
onsetvaluesetAttributes
java.util.Vector onsetvaluesetAttributes
- The vector with attributes to update when data field value changed. By
default, null.
ignorenullonsetvalueset
boolean ignorenullonsetvalueset
- Indicates if fields contained into 'onsetvalueset' have to be deleted on null value of the field.
- Since:
- 5.2068EN-0.6
parentkeyListener
boolean parentkeyListener
- Indicates whether this field has registered a listener for each parentkey fields to reset it when one of the values of these parentkeys change (when parentkey field that changes is null it is not reset).
- Since:
- 5.2057EN-1.4
parentkeyListenerEvent
java.lang.String parentkeyListenerEvent
- Indicates the type of event that is taken into consideration on parentkey listener changes.
- Since:
- 5.2068EN-0.6
disableonparentkeynull
boolean disableonparentkeynull
- Indicates whether this field has disabled when parentkey field is null.
- Since:
- 5.2057EN-1.4
codeFieldListener
ReferenceComboDataField.CodeFieldListener codeFieldListener
- A reference to code field listener.
renderer
ReferenceComboDataField.MultiColumnComboRenderer renderer
- A multiple column combo renderer reference. By default, null.
integerValue
boolean integerValue
- The condition of integer value. By default, false.
codeNumber
boolean codeNumber
- The condition about existence of code number. By default, false.
codeNumberClass
int codeNumberClass
- The code number class. By default, it is referred to integer code.
code
java.lang.String code
- The string code. By default, null.
locator
EntityReferenceLocator locator
- The locator reference. By default, null.
codeField
javax.swing.JTextField codeField
- A reference to code field. By default, null.
parentKeys
java.util.Vector parentKeys
- The parent Keys vector. By default, null.
entityName
java.lang.String entityName
- The entity name. By default, null.
attrAux
java.lang.String attrAux
- A reference for a possible auxiliary attribute. By default, null.
cols
java.util.Vector cols
- The columns vector. By default, null.
visibleColumns
java.util.Vector visibleColumns
- The visible columns vector. By default, null.
codVisible
boolean codVisible
- The condition about visible cod. By default, false.
applyMask
java.lang.String applyMask
- The mask to apply, by default, null.
cacheTime
int cacheTime
- The cache time. By default, 600000.
parentkeyCache
boolean parentkeyCache
lastCacheTime
long lastCacheTime
- The last cache time variable. By default, 0 to perform a query always the
first time that combo is deployed.
dataCache
java.util.Hashtable dataCache
- The dataCache implementation.
separator
java.lang.String separator
- The separator. By default, " ".
updateData
javax.swing.JMenuItem updateData
- A menu with update data text.
advancedQuery
javax.swing.JMenuItem advancedQuery
- A menu for an advanced query text.
visibleArrowButton
boolean visibleArrowButton
- The condition about visible arrow button. By default, true.
cacheManager
CacheManager cacheManager
- The reference to cache manager. By default, null.
useCacheManager
boolean useCacheManager
- The condition about cache manager use. By default, true.
initCacheOnSetValue
boolean initCacheOnSetValue
- The condition about initialize cache on set value. By default, false.
dataCacheInitialized
boolean dataCacheInitialized
- The condition about data cache initialization. By default, false.
detailButtonListener
java.awt.event.ActionListener detailButtonListener
- A reference for detail button listener. By default, null.
list
javax.swing.JList list
- The instance of a list.
comboRef
ReferenceComboDataField comboRef
- A reference for a reference combo data field. By default, null.
accept
javax.swing.JButton accept
- A reference for an accept button. By default, null.
cancel
javax.swing.JButton cancel
- A reference for a cancel button. By default, null.
info
javax.swing.JLabel info
- A instance of a info label.
referenceComboDataField
ReferenceComboDataField referenceComboDataField
keySelectionManagerSet
boolean keySelectionManagerSet
separator
java.lang.String separator
- A reference for a separator. By default, " ".
textColor
java.awt.Color textColor
- A reference for text color. By default, null.
text
java.lang.StringBuffer text
- An instance of String buffer.
auxRenderer
javax.swing.JLabel auxRenderer
- An instance of JLabel.
opaque
boolean opaque
entityName
java.lang.String entityName
- Deprecated.
locator
EntityReferenceLocator locator
- Deprecated.
codeField
javax.swing.JTextField codeField
- Deprecated.
queryBt
javax.swing.JButton queryBt
- Deprecated.
dialog
javax.swing.JDialog dialog
- Deprecated.
parentFrame
java.awt.Frame parentFrame
- Deprecated.
code
java.lang.String code
- Deprecated.
description
java.lang.String description
- Deprecated.
attributesVector
java.util.Vector attributesVector
- Deprecated.
localeAttributesVector
java.util.Vector localeAttributesVector
- Deprecated.
descriptionField
java.util.Vector descriptionField
- Deprecated.
table
javax.swing.JTable table
- Deprecated.
model
javax.swing.table.DefaultTableModel model
- Deprecated.
scrollPane
javax.swing.JScrollPane scrollPane
- Deprecated.
descriptionValue
boolean descriptionValue
- Deprecated.
labelInfo
javax.swing.JLabel labelInfo
- Deprecated.
parentKey
java.lang.String parentKey
- Deprecated.
codeFieldVisible
boolean codeFieldVisible
- Deprecated.
integerValue
boolean integerValue
- Deprecated.
queryThread
ReferenceDataField.QueryThread queryThread
- Deprecated.
dataRecordListenerReady
boolean dataRecordListenerReady
- True when DataRecordListener is registered in the detail form
parentkeyListener
boolean parentkeyListener
- Indicates whether this field has registered a listener for each parentkey fields to reset it when one of the values of these parentkeys change (when parentkey field that changes is null it is not reset).
- Since:
- 5.2057EN-1.4
disableonparentkeynull
boolean disableonparentkeynull
- Indicates whether this field has disabled when parentkey field is null.
- Since:
- 5.2057EN-1.4
parentkeyListenerEvent
java.lang.String parentkeyListenerEvent
- Indicates the type of event that is taken into consideration on parentkey listener changes.
- Since:
- 5.2068EN-0.6
onsetvaluesetAttributes
java.util.Vector onsetvaluesetAttributes
- The vector with attributes to update when data field value changed. By
default, null.
ignorenullonsetvalueset
boolean ignorenullonsetvalueset
- Indicates if fields contained into 'onsetvalueset' have to be deleted on null value of the field.
- Since:
- 5.2068EN-0.6
descriptionValue
boolean descriptionValue
- The description value condition. By default, false.
integerValue
boolean integerValue
- The integer value condition. By default, false.
code
java.lang.String code
- The code. By default, null.
locator
EntityReferenceLocator locator
- The locator. By default, null.
hParentkeyEquivalences
java.util.Hashtable hParentkeyEquivalences
- This object is used to store parentkeys and equivalences (for these fields in entity) when structure of parameter
parentkeys is: "fieldpk1:fieldentitypk1;fieldpk2:fieldentitypk2;...fieldpkn:fieldentitypkn"
hOnSetValueSetEquivalences
java.util.Hashtable hOnSetValueSetEquivalences
- This object is used to store onsetvalueset attributes and equivalences (for these fields in entity) when structure of parameter
onsetvalueset is: "fieldonset1:fieldentitypk1;fieldonset2:fieldentitypk2;...fieldonsetn:fieldentitypkn"
codeField
javax.swing.JTextField codeField
- This object provides a EJTextField with 4 columns.
queryButton
javax.swing.JButton queryButton
- The Field button for query.
deleteButton
javax.swing.JButton deleteButton
- The Field button for delete.
parentFrame
java.awt.Frame parentFrame
- The parent Frame. By default, null.
parentKeys
java.lang.String parentKeys
- The parentkeys. By default, null.
entityName
java.lang.String entityName
- The entity name. By default, null.
visibleCodeField
boolean visibleCodeField
- The condition of code field visibility. By default, true.
visibleCodeSearch
boolean visibleCodeSearch
- The condition of code visibility of the code in the detail window. By
default, false.
descriptionFieldVisible
boolean descriptionFieldVisible
- The condition of field description visibility. By default, true.
iMask
java.lang.String iMask
- The iMask key. By default, null.
windowTitle
java.lang.String windowTitle
- The window title key. By default, null.
othersParentKey
java.util.Vector othersParentKey
- The others parent keys in a 1x3 Vector.
parentkeyList
java.util.Vector parentkeyList
- The parent keys vector.
descriptionColumns
java.util.Vector descriptionColumns
- The description columns vector. By default, null.
cacheTime
int cacheTime
- The cache time. By default, {@value}.
lastCacheTime
long lastCacheTime
- The last cache time. By default, 0. With this default value, it is checked
the first time that window is opened.
dataCache
java.util.Hashtable dataCache
- A
Hashtable used as a data cache.
parentkeyCache
boolean parentkeyCache
separator
java.lang.String separator
- A separator. By default, " ".
clearDetailTableQuickFilterWhenShow
boolean clearDetailTableQuickFilterWhenShow
userCacheManager
boolean userCacheManager
- The condition to exist a user cache manager. By default, true.
cacheManager
CacheManager cacheManager
- The cache manager. By default, null.
initCacheOnSetValue
boolean initCacheOnSetValue
- The condition to initialize cache on setvalue method. By default, false.
dataCacheInitialized
boolean dataCacheInitialized
- The condition to check whether dataCache are initialized. By default,
false.
disabledValueEvents
boolean disabledValueEvents
- The enable or disable value events, By default, false.
attrAux
java.lang.String attrAux
- The auxiliary attributes. By default, null.
codeNumber
boolean codeNumber
- The condition about existence of code number. By default, false.
noresultclearcode
boolean noresultclearcode
- The condition about code will be cleared when not matches with existing value. By default, code will be cleared.
- Since:
- 5.2068EN
codeNumberClass
int codeNumberClass
- The code number class. By default, it is referred to integer code.
codeQueryField
java.lang.String codeQueryField
- The code query field key. By default, null.
codeValue
java.lang.Object codeValue
- The code value. By default, null.
auxDateDoc
DateDocument auxDateDoc
- An auxiliary date document. By default, null.
multipleResultWindow
ReferenceExtDataField.MultipleResultWindow multipleResultWindow
- The reference to multiple result window. By default, null.
tableWindow
ReferenceExtDataField.TableWindow tableWindow
- A reference to table Window. By default, null.
okButton
javax.swing.JButton okButton
- The ok button. By default, null.
refreshCacheButton
javax.swing.JButton refreshCacheButton
- The reference for a refresh cache button. By default, null.
t
Table t
- The reference for the table. By default, null.
queryListener
java.awt.event.ActionListener queryListener
- A listener for query operation.
codeFieldListener
ReferenceExtDataField.CodeFieldListener codeFieldListener
- A reference to code field listener.
formatPattern
FormatPattern formatPattern
- Pattern to format the field contents. Null if the
format
parameter is missing. Also wrappers the content of the dateformat
parameter.
- Since:
- Ontimize 5.2059EN
auxCodeField
javax.swing.JTextField auxCodeField
- The auxiliary code field. By default, null.
auxCodeLabel
javax.swing.JLabel auxCodeLabel
- The auxiliary code label. By default, null.
queryBt
javax.swing.JButton queryBt
- The query button. By default, null.
codeFieldPanel
javax.swing.JPanel codeFieldPanel
- A JPanel reference to code field panel. A default FlowLayout wiht left
alignment is created.
cod
java.lang.String cod
- The cod reference. By default, null.
entityName
java.lang.String entityName
- The entity name. By default, null.
attr
java.lang.String attr
- The attribute name. By default, null.
cols
java.util.Vector cols
- The cols reference. By default, null.
minFontSize
int minFontSize
maxFontSize
int maxFontSize
fontSizeStep
int fontSizeStep
opaquebuttons
boolean opaquebuttons
borderbuttons
boolean borderbuttons
menuFormattedCut
javax.swing.JMenuItem menuFormattedCut
menuFormattedCopy
javax.swing.JMenuItem menuFormattedCopy
listenerHighlightButtons
java.awt.event.MouseListener listenerHighlightButtons
editor
javax.swing.text.StyledEditorKit editor
lastSelectedFontName
java.lang.String lastSelectedFontName
lastSelectedFontSize
int lastSelectedFontSize
alignButtonGroup
javax.swing.ButtonGroup alignButtonGroup
templateDataType
int templateDataType
buttonsPanel
javax.swing.JPanel buttonsPanel
boldBt
javax.swing.JToggleButton boldBt
italicBt
javax.swing.JToggleButton italicBt
underlineBt
javax.swing.JToggleButton underlineBt
leftAlignBt
javax.swing.JToggleButton leftAlignBt
centerAlignBt
javax.swing.JToggleButton centerAlignBt
rightAlignBt
javax.swing.JToggleButton rightAlignBt
fontsizeCombo
javax.swing.JComboBox fontsizeCombo
fontFamilyCombo
javax.swing.JComboBox fontFamilyCombo
colorButton
javax.swing.JButton colorButton
context
javax.swing.text.StyleContext context
styles
java.util.Hashtable styles
plainTextColumn
java.lang.String plainTextColumn
advancedQueryMode
boolean advancedQueryMode
iFontSize
int iFontSize
defaultValue
int defaultValue
- The default value. By default, 0.
listenersList
java.util.Vector listenersList
- An instance of a listener list.
innerListener
SliderDataField.InnerDocumentListener innerListener
- A reference for an inner document listener. By default, null.
scale
double scale
- The scale. By default, 1.0.
includeMenu
javax.swing.JCheckBoxMenuItem includeMenu
- A checkbox menu item for including menu in search.
notIncludeBorder
javax.swing.border.Border notIncludeBorder
- An instance for not including borders.
type
java.lang.String type
numberclass
int numberclass
format
java.lang.String format
values
java.lang.Object values
innerListener
SpinnerDataField.InnerListener innerListener
- The inner listener instance.
includeMenu
javax.swing.JCheckBoxMenuItem includeMenu
innerDocumentListener
SpinnerDataField.InnerDocumentListener innerDocumentListener
formName
java.lang.String formName
form
Form form
parentFrame
java.awt.Frame parentFrame
locator
EntityReferenceLocator locator
formBuilder
FormBuilder formBuilder
parentKeys
java.util.Vector parentKeys
formManager
FormManager formManager
textKey
java.lang.String textKey
resources
java.util.ResourceBundle resources
fontSize
int fontSize
fontColor
java.awt.Color fontColor
translateTexts
boolean translateTexts
- The condition to translate texts. By default, false.
equivalents
java.util.Properties equivalents
- The equivalences properties. By default, null.
opaque
boolean opaque
uppercase
boolean uppercase
- A reference to uppercase condition. By default, false.
trim
boolean trim
- Condition about whether field value must contain leading and trailing whitespace omitted or not.
- Since:
- 5.2068EN
innerListener
TextFieldDataField.InnerDocumentListener innerListener
- A reference to the inner listener. By default, null.
columnWidth
int columnWidth
- The column width. By default, 0.
locale
java.util.Locale locale
- The default locale.
decimalSeparator
char decimalSeparator
- The decimal separator. By default, '.'
replaceDecimalSeparator
boolean replaceDecimalSeparator
- The condition to replace decimal separator. By default, false.
setCaretPositionOnFocusLost
boolean setCaretPositionOnFocusLost
- If true the caret position will be set to 0 on focus lost
alignment
int alignment
valignment
int valignment
labelPosition
int labelPosition
status
int status
preferredStatus
int preferredStatus
loadStatusOn
int loadStatusOn
loadStatusOff
int loadStatusOff
loadStatusAlarm
int loadStatusAlarm
loadStatusDisabled
int loadStatusDisabled
onImage
ImageField onImage
offImage
ImageField offImage
alarmImage
ImageField alarmImage
disabledImage
ImageField disabledImage
onImageURL
java.net.URL onImageURL
offImageURL
java.net.URL offImageURL
alarmImageURL
java.net.URL alarmImageURL
disabledImageURL
java.net.URL disabledImageURL
attribute
java.lang.String attribute
labelText
java.lang.String labelText
width
int width
high
int high
dim
int dim
attributeLabel
javax.swing.JLabel attributeLabel
labelPanel
javax.swing.JPanel labelPanel
panelImage
JImage panelImage
alarmThread
ToggleImage.AlarmThread alarmThread
isAlarmImage
boolean isAlarmImage
parentForm
Form parentForm
callForm
boolean callForm
visiblePermission
FormPermission visiblePermission
enabledPermission
FormPermission enabledPermission
showLabel
boolean showLabel
show
boolean show
onImageObserver
ToggleImage.OnImageObserver onImageObserver
offImageObserver
ToggleImage.OffImageObserver offImageObserver
alarmImageObserver
ToggleImage.AlarmImageObserver alarmImageObserver
disabledImageObserver
ToggleImage.DisabledImageObserver disabledImageObserver
restricted
boolean restricted
scroll
javax.swing.JScrollPane scroll
entity
java.lang.String entity
value
java.util.Hashtable value
componentBounds
java.util.Hashtable componentBounds
required
boolean required
attribute
java.lang.Object attribute
modificable
boolean modificable
labelText
java.lang.String labelText
twoLevelComponent
CheckToggleImage twoLevelComponent
paintedMaxHigh
int paintedMaxHigh
imagenWidth
int imagenWidth
hComponentSeparation
int hComponentSeparation
vComponentSeparation
int vComponentSeparation
levelOneUpperMargin
int levelOneUpperMargin
levelOneLowerMargin
int levelOneLowerMargin
internetButton
javax.swing.JButton internetButton
docBFactory
javax.xml.parsers.DocumentBuilderFactory docBFactory
- A reference to document factory. By default, null.
docB
javax.xml.parsers.DocumentBuilder docB
- A reference to document builder. By default, null.
errorTextAttribute
javax.swing.text.SimpleAttributeSet errorTextAttribute
- An instance for error text attribute.
oKTextAttribute
javax.swing.text.SimpleAttributeSet oKTextAttribute
- An instance for OK text attribute.
analyzeMenu
javax.swing.JMenuItem analyzeMenu
- An instance of analyze menu item.
indentItem
javax.swing.JMenuItem indentItem
format
boolean format
indentSize
int indentSize
|
Package com.ontimize.gui.field.document |
advancedQueryMode
boolean advancedQueryMode
advancedQueryMode
boolean advancedQueryMode
advancedQueryMode
boolean advancedQueryMode
colorValue
java.awt.Color colorValue
returnMode
int returnMode
euro
java.lang.String euro
showEuros
boolean showEuros
pstFormatter
java.text.NumberFormat pstFormatter
dateFormat
java.text.SimpleDateFormat dateFormat
datePattern
java.lang.String datePattern
insertedDate
java.util.Date insertedDate
currentDate
java.util.Date currentDate
currentTimestamp
java.sql.Timestamp currentTimestamp
locale
java.util.Locale locale
sDateHourSeparator
java.lang.String sDateHourSeparator
patternHour
java.lang.String patternHour
- String with hour pattern
patternHourDate
java.lang.String patternHourDate
- String with hour and date patterns separated by
charDateHourSeparator. Order of these patterns will be assigned
according to variable hourFirst. By default, hour is showed at first.
currentDocumentDate
java.util.Date currentDocumentDate
- Date that stores the document for each moment.
onlyHour
boolean onlyHour
- It assigns a pattern to the document without date, only with hour.
hourFirst
boolean hourFirst
- Hour will be showed at first.
locale
java.util.Locale locale
dateFormat
java.text.SimpleDateFormat dateFormat
patternHour
java.lang.String patternHour
hour
java.util.Date hour
hourTimestamp
java.sql.Timestamp hourTimestamp
lastNumberTypeUsed
int lastNumberTypeUsed
numberFormat
java.text.NumberFormat numberFormat
symbols
java.text.DecimalFormatSymbols symbols
integerValue
java.lang.Number integerValue
maxLength
int maxLength
activateLimit
boolean activateLimit
mask
java.lang.String mask
exactMatch
boolean exactMatch
echoChar
char echoChar
contain
java.lang.StringBuffer contain
symbology
java.text.DecimalFormatSymbols symbology
formatter
java.text.NumberFormat formatter
floatValue
java.lang.Double floatValue
upperCase
boolean upperCase
|
Package com.ontimize.gui.field.spinner |
numberFormattedFactory
CustomNumberEditor.NumberFormatterFactory numberFormattedFactory
value
java.util.Calendar value
dateFormat
java.text.SimpleDateFormat dateFormat
datePattern
java.lang.String datePattern
currentDate
java.util.Date currentDate
currentTimestamp
java.sql.Timestamp currentTimestamp
locale
java.util.Locale locale
index
int index
stepSize
java.lang.Number stepSize
value
java.lang.Number value
minimum
java.lang.Comparable minimum
maximum
java.lang.Comparable maximum
|
Package com.ontimize.gui.formtemplates |
fileChooser
javax.swing.JFileChooser fileChooser
mouseHandler
PopupPrintingTemplateList.MouseHandlerPopupList mouseHandler
helpItem
PopupItem helpItem
wordItem
PopupItem wordItem
openofficeItem
PopupItem openofficeItem
addTemplateItem
PopupItem addTemplateItem
helpFieldsDialog
javax.swing.JDialog helpFieldsDialog
point
int point
sel
int sel
paintBorder
boolean paintBorder
selBgColor
java.awt.Color selBgColor
selFgColor
java.awt.Color selFgColor
notSelectedForegroundColor
java.awt.Color notSelectedForegroundColor
notSelectedBackgroundColor
java.awt.Color notSelectedBackgroundColor
trashIcon
javax.swing.Icon trashIcon
saveIcon
javax.swing.Icon saveIcon
keySelected
java.lang.String keySelected
keyNameFile
java.lang.String keyNameFile
check
javax.swing.JRadioButton check
privatetemplate
javax.swing.JCheckBox privatetemplate
delete
PopupPrintingTemplateListCellRenderer.Label delete
save
PopupPrintingTemplateListCellRenderer.Label save
panelCellRenderer
javax.swing.JPanel panelCellRenderer
enablePrivateTemplates
boolean enablePrivateTemplates
paintBorder
boolean paintBorder
|
Package com.ontimize.gui.i18n |
form
Form form
originalValues
EntityResult originalValues
confTable
Table confTable
acceptButton
Button acceptButton
cancelButton
Button cancelButton
applyButton
Button applyButton
refreshButton
Button refreshButton
tableChanges
EntityResult tableChanges
availableLocales
java.lang.String[] availableLocales
remoteObjectName
java.lang.String remoteObjectName
resourceBundle
java.util.ResourceBundle resourceBundle
panel
javax.swing.JPanel panel
internationalizationComponents
java.util.List internationalizationComponents
textsToTranslate
java.util.Vector textsToTranslate
originalTitle
java.lang.String originalTitle
table
Table table
localeColumnNames
java.util.Hashtable localeColumnNames
autoconfigureLocaleColumns
boolean autoconfigureLocaleColumns
availableLocales
java.lang.String[] availableLocales
bundleValues
java.util.List bundleValues
textKey
java.lang.String textKey
bundleClassName
java.lang.String bundleClassName
translationValues
java.util.Hashtable translationValues
values
java.util.Hashtable values
locale
java.util.Locale locale
locale
java.util.Locale locale
resourceBundle
java.lang.String resourceBundle
locale
java.util.Locale locale
bundle
java.lang.String bundle
buttonGroup
javax.swing.ButtonGroup buttonGroup
autoconfigureItems
boolean autoconfigureItems
localeListenerList
javax.swing.event.EventListenerList localeListenerList
listener
java.awt.event.ItemListener listener
|
Package com.ontimize.gui.imaging |
source
java.awt.image.RenderedImage source
adjustSize
int adjustSize
scale
double scale
zoom
double zoom
selectionRectangle
java.awt.Rectangle selectionRectangle
pSize
java.awt.Dimension pSize
selStroke
java.awt.Stroke selStroke
|
Package com.ontimize.gui.login |
loggedIn
boolean loggedIn
locator
EntityReferenceLocator locator
application
Application application
user
TextDataField user
password
PasswordDataField password
rememberLogin
CheckDataField rememberLogin
rememberPassword
CheckDataField rememberPassword
serverCombo
javax.swing.JComboBox serverCombo
acceptButton
Button acceptButton
cancelButton
Button cancelButton
status
javax.swing.JLabel status
connectToLabel
Label connectToLabel
bundle
java.util.ResourceBundle bundle
acceptListener
AbstractLoginDialog.AcceptListener acceptListener
cancelListener
AbstractLoginDialog.CancelListener cancelListener
statusBarForeground
java.awt.Color statusBarForeground
certificateButton
Button certificateButton
certificateListener
AbstractLoginDialog.CertificateListener certificateListener
aliasCertPair
AliasCertPair aliasCertPair
installedDNIeProvider
boolean installedDNIeProvider
ct
CertificateTable ct
jlHelp
javax.swing.JLabel jlHelp
okButton
Button okButton
cancelButton
Button cancelButton
aliasCert
AliasCertPair aliasCert
model
java.util.List model
bundle
java.util.ResourceBundle bundle
loginText
java.lang.String loginText
titleKey
java.lang.String titleKey
ConnectingKey
java.lang.String ConnectingKey
hideOptionsKey
java.lang.String hideOptionsKey
showOptionsKey
java.lang.String showOptionsKey
icon
javax.swing.JLabel icon
text
javax.swing.JLabel text
statusPanel
javax.swing.JPanel statusPanel
avancedButton
Button avancedButton
comboPanel
javax.swing.JPanel comboPanel
background
LoginDialog.BackgroundPanel background
lastCursor
java.awt.Cursor lastCursor
isMovingWindow
boolean isMovingWindow
- Set to true if the drag operation is moving the window.
dragCursor
int dragCursor
- Used to determine the corner the resize is occuring from.
dragOffsetX
int dragOffsetX
- X location the mouse went down on for a drag operation.
dragOffsetY
int dragOffsetY
- Y location the mouse went down on for a drag operation.
dragWidth
int dragWidth
- Width of the window when the drag started.
dragHeight
int dragHeight
- Height of the window when the drag started.
label
javax.swing.JLabel label
okButton
Button okButton
cancelButton
Button cancelButton
passwordField
javax.swing.JPasswordField passwordField
help
javax.swing.JLabel help
selectedLibraryPath
java.lang.String selectedLibraryPath
selectedLibraryDirectory
java.lang.String selectedLibraryDirectory
butChoosePKCS
Button butChoosePKCS
cancelButton
Button cancelButton
okButton
Button okButton
textLibrary
javax.swing.JTextField textLibrary
labelHelp
javax.swing.JLabel labelHelp
chooserPKCS
javax.swing.JFileChooser chooserPKCS
|
Package com.ontimize.gui.preferences |
basicApplicationPreferences
BasicApplicationPreferences basicApplicationPreferences
locator
EntityReferenceLocator locator
loaded
boolean loaded
|
Class com.ontimize.gui.preferences.BasicRemoteApplicationPreferences_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
buttonSet
javax.swing.JButton buttonSet
buttonSaveFile
javax.swing.JButton buttonSaveFile
buttonLoad
javax.swing.JButton buttonLoad
buttonDelete
javax.swing.JButton buttonDelete
bCurrentUserSaveFile
javax.swing.JButton bCurrentUserSaveFile
bCurrentUserLoadFile
javax.swing.JButton bCurrentUserLoadFile
errorMessage
javax.swing.JOptionPane errorMessage
resource
java.util.ResourceBundle resource
fChooser
javax.swing.JFileChooser fChooser
locator
ClientReferenceLocator locator
locator
EntityReferenceLocator locator
entityName
java.lang.String entityName
- Preference's entity name.
idCol
java.lang.String idCol
- Table column name of the IDs.
userNameCol
java.lang.String userNameCol
- Table column name of the Users.
prefNameCol
java.lang.String prefNameCol
- Table column name of the Preference Names.
prefValueCol
java.lang.String prefValueCol
- Table column name of the Preference Values.
idValule
java.lang.Object idValule
- Value of the ID column.
usePrivilegedId
boolean usePrivilegedId
user
java.lang.String user
preference
java.lang.String preference
value
java.lang.String value
table
javax.swing.JTable table
applicationMenuBar
ApplicationMenuBar applicationMenuBar
resources
java.util.ResourceBundle resources
buttonClose
javax.swing.JButton buttonClose
buttonChange
javax.swing.JButton buttonChange
deleteButton
javax.swing.JButton deleteButton
changeD
ShortcutDialogConfiguration.ChangeDialog changeD
infoLabel
javax.swing.JLabel infoLabel
repetLabel
javax.swing.JLabel repetLabel
textKeys
javax.swing.JTextField textKeys
ksSel
javax.swing.KeyStroke ksSel
accept
boolean accept
acceptButton
javax.swing.JButton acceptButton
cancelButton
javax.swing.JButton cancelButton
|
Package com.ontimize.gui.table |
autoStopEditing
boolean autoStopEditing
selectedEditor
boolean selectedEditor
bundle
java.util.ResourceBundle bundle
listeners
java.util.Vector listeners
lastValue
java.lang.Object lastValue
button
javax.swing.JButton button
table
Table table
calculatedColumnsPanel
Column calculatedColumnsPanel
createNewCalculatedColumnButton
Button createNewCalculatedColumnButton
deleteCalculatedColumnButton
Button deleteCalculatedColumnButton
calculatedColumnList
javax.swing.JList calculatedColumnList
expressionEditorPanel
Column expressionEditorPanel
addButton
Button addButton
substractButton
Button substractButton
multiplyButton
Button multiplyButton
divideButton
Button divideButton
openParenthesisButton
Button openParenthesisButton
closeParenthesisButton
Button closeParenthesisButton
availableColumnPanel
Column availableColumnPanel
availableColumnsList
javax.swing.JList availableColumnsList
expressionPane
ComponentTextPane expressionPane
acceptButton
Button acceptButton
cancelButton
Button cancelButton
internationalizationComponentList
java.util.List internationalizationComponentList
deletedExpressions
java.util.List deletedExpressions
newExpressions
java.util.List newExpressions
updateSelectedCalculatedColumnExpression
boolean updateSelectedCalculatedColumnExpression
undoManager
javax.swing.undo.UndoManager undoManager
htmlHelpField
HtmlHelpField htmlHelpField
componentsGroup
java.util.List componentsGroup
- List with all the components that must be enabled or disabled when a
calculated columns is selected or not
values
java.util.List values
field
DataField field
value
java.lang.Object value
clickNumber
int clickNumber
currentEditor
DataComponent currentEditor
listeners
java.util.Vector listeners
editor
javax.swing.JComponent editor
column
java.lang.String column
remarkLines
boolean remarkLines
remarkEditable
boolean remarkEditable
format
java.text.Format format
component
javax.swing.JComponent component
prefSize
java.awt.Dimension prefSize
cellRendererColorManager
CellRenderer.CellRendererColorManager cellRendererColorManager
cellRendererFontManager
CellRenderer.CellRendererFontManager cellRendererFontManager
configureRenderer
boolean configureRenderer
chartConfigMenu
javax.swing.JPopupMenu chartConfigMenu
listener
java.awt.event.ActionListener listener
listenerDelete
ChartButton.ListenerDeleteItem listenerDelete
chartMenu
ExtendedJPopupMenu chartMenu
chartUtilities
IChartUtilities chartUtilities
table
Table table
loadButtonVisible
boolean loadButtonVisible
saveButtonVisible
boolean saveButtonVisible
tModel
javax.swing.table.TableModel tModel
parser
MathExpressionParser parser
table
Table table
editorAux
com.ontimize.gui.table.ComboReferenceCellEditor.EditorComp editorAux
colsSetTypes
java.util.Hashtable colsSetTypes
comboReferenceCellEditor
ComboReferenceCellEditor comboReferenceCellEditor
remarkLines
boolean remarkLines
remarkEditable
boolean remarkEditable
parameters
java.util.Hashtable parameters
cellRendererColorManager
CellRenderer.CellRendererColorManager cellRendererColorManager
cellRendererFontManager
CellRenderer.CellRendererFontManager cellRendererFontManager
EURO_BYTE
byte[] EURO_BYTE
euro
java.lang.String euro
pstFormatter
java.text.NumberFormat pstFormatter
showEuros
boolean showEuros
showCalendar
boolean showCalendar
editorAux
DateCellEditor.EditorComp editorAux
dataComponent
javax.swing.JComponent dataComponent
field
DateDataField field
calendarButton
javax.swing.JButton calendarButton
dateFormat
java.text.SimpleDateFormat dateFormat
datePattern
java.lang.String datePattern
hourPattern
java.lang.String hourPattern
withHour
boolean withHour
hourOnly
boolean hourOnly
hourInFirstPlace
boolean hourInFirstPlace
dateDataField
DateDataField dateDataField
- Deprecated.
showMessage
boolean showMessage
visibleColumns
java.util.Vector visibleColumns
textTip
TipScroll textTip
textToFind
java.lang.StringBuffer textToFind
groupCellRenderer
GroupCellRenderer groupCellRenderer
valueByGroupRenderer
ValueByGroupRenderer valueByGroupRenderer
ontimizeTable
Table ontimizeTable
rightDirection
boolean rightDirection
rowHeightSet
boolean rowHeightSet
fitRowsHeight
boolean fitRowsHeight
entity
java.lang.String entity
- Deprecated.
attribute
java.lang.String attribute
- Deprecated.
columns
java.util.Vector columns
- Deprecated.
keys
java.util.Vector keys
- Deprecated.
parentKeys
java.util.Vector parentKeys
- Deprecated.
visibleColumns
java.util.Vector visibleColumns
- Deprecated.
editableColumns
java.util.Vector editableColumns
- Deprecated.
requiredColumns
java.util.Vector requiredColumns
- Deprecated.
currencyColumns
java.util.Vector currencyColumns
- Deprecated.
calculatedColumns
java.util.Hashtable calculatedColumns
- Deprecated.
table
ExtendedTable.MJTable table
- Deprecated.
resources
java.util.ResourceBundle resources
- Deprecated.
locator
EntityReferenceLocator locator
- Deprecated.
parentFrame
java.awt.Frame parentFrame
- Deprecated.
status
javax.swing.JLabel status
- Deprecated.
formName
java.lang.String formName
- Deprecated.
rowPreferredSize
int rowPreferredSize
- Deprecated.
editable
boolean editable
- Deprecated.
visiblePermission
FormPermission visiblePermission
- Deprecated.
enabledPermission
FormPermission enabledPermission
- Deprecated.
openDetailFormListener
java.awt.event.MouseAdapter openDetailFormListener
- Deprecated.
settedColumnWidth
int[] settedColumnWidth
- Deprecated.
parentForm
Form parentForm
- Deprecated.
editors
java.util.Hashtable editors
- Deprecated.
buttonPanel
javax.swing.JPanel buttonPanel
- Deprecated.
confirmChangeCheck
javax.swing.JCheckBox confirmChangeCheck
- Deprecated.
restricted
boolean restricted
- Deprecated.
inserting
boolean inserting
editRow
int editRow
editColumn
int editColumn
insertedScroll
boolean insertedScroll
scroll
javax.swing.JScrollPane scroll
sumCurrencyCellRenderer
javax.swing.table.TableCellRenderer sumCurrencyCellRenderer
sumCellRenderer
javax.swing.table.TableCellRenderer sumCellRenderer
columnsClass
java.lang.Class[] columnsClass
rowNumbers
java.util.Vector rowNumbers
data
java.util.Hashtable data
- Hashtable with the data model values
columnNames
java.util.Vector columnNames
columnTexts
java.util.Vector columnTexts
rowsNumber
int rowsNumber
columnsNumber
int columnsNumber
editableColumns
java.util.Vector editableColumns
calculatedColumnsNames
java.util.Vector calculatedColumnsNames
calculatedColumnsExpressions
java.util.Vector calculatedColumnsExpressions
colsReqCalc
java.util.Vector colsReqCalc
parsers
java.util.Vector parsers
editable
boolean editable
width
int width
height
int height
keepAspectRatio
boolean keepAspectRatio
WITHOUTDATA
java.lang.String WITHOUTDATA
- See Also:
- Constant Field Values
WITHDATA
java.lang.String WITHDATA
- See Also:
- Constant Field Values
XTIMEAGO
java.lang.String XTIMEAGO
- See Also:
- Constant Field Values
COLUMN
java.lang.String COLUMN
- See Also:
- Constant Field Values
FILTER
java.lang.String FILTER
- See Also:
- Constant Field Values
DISTINCT
java.lang.String DISTINCT
- See Also:
- Constant Field Values
table
Table table
sorter
TableSorter sorter
dateClass
boolean dateClass
booleanClass
boolean booleanClass
label
javax.swing.JLabel label
conditions
javax.swing.JComboBox conditions
less
java.lang.String less
lessEqual
java.lang.String lessEqual
equal
java.lang.String equal
greater
java.lang.String greater
greaterequal
java.lang.String greaterequal
range
java.lang.String range
distinct
java.lang.String distinct
last
java.lang.String last
filterConditions
javax.swing.JComboBox filterConditions
lInfo
javax.swing.JLabel lInfo
cbNull
javax.swing.JCheckBox cbNull
cbNotNull
javax.swing.JCheckBox cbNotNull
group
javax.swing.ButtonGroup group
cbDay
javax.swing.JCheckBox cbDay
cbMonth
javax.swing.JCheckBox cbMonth
cbYear
javax.swing.JCheckBox cbYear
dMY
javax.swing.JPanel dMY
cdDistinct
javax.swing.JCheckBox cdDistinct
fieldLessDate
DateDataField fieldLessDate
fieldGreaterDate
DateDataField fieldGreaterDate
fieldLessInteger
IntegerDataField fieldLessInteger
fieldGreaterInteger
IntegerDataField fieldGreaterInteger
fieldLessReal
RealDataField fieldLessReal
fieldGreaterReal
RealDataField fieldGreaterReal
fieldCheck
CheckDataField fieldCheck
fieldText
TextDataField fieldText
fieldInteger
IntegerDataField fieldInteger
field
DataField field
filter
java.lang.Object filter
buttonOk
javax.swing.JButton buttonOk
buttonReset
javax.swing.JButton buttonReset
buttonDelete
javax.swing.JButton buttonDelete
buttonDeleteAll
javax.swing.JButton buttonDeleteAll
buttonEdit
javax.swing.JButton buttonEdit
buttonAdd
javax.swing.JButton buttonAdd
bundle
java.util.ResourceBundle bundle
filterConfigurationListPanel
javax.swing.JPanel filterConfigurationListPanel
selectionFilterPanel
javax.swing.JPanel selectionFilterPanel
controlButtonsPanel
javax.swing.JPanel controlButtonsPanel
columnListPanel
javax.swing.JPanel columnListPanel
filters
java.util.Hashtable filters
filterList
FilterDialog.FilterList filterList
columnsList
javax.swing.JList columnsList
conditionLabel
javax.swing.JLabel conditionLabel
columnPanel
javax.swing.JPanel columnPanel
filterPanel
javax.swing.JPanel filterPanel
column
int column
radiosPanel
javax.swing.JPanel radiosPanel
actionListener
java.awt.event.ActionListener actionListener
filterList
FilterDialog.FilterList filterList
filters
java.util.Hashtable filters
column
java.lang.String column
filterValue
java.lang.Object filterValue
bundle
java.util.ResourceBundle bundle
icon
javax.swing.Icon icon
maxLinesNumber
int maxLinesNumber
icons
java.util.Hashtable icons
showText
boolean showText
translate
boolean translate
tables
javax.swing.JTable[] tables
resourceFile
java.util.ResourceBundle resourceFile
defaultIcon
java.lang.String defaultIcon
observer
IconCellRenderer.ImgObserver observer
lineRemark
boolean lineRemark
rowData
java.util.Hashtable rowData
textField
javax.swing.JTextField textField
multiLine
boolean multiLine
table
Table table
pageableEnabled
boolean pageableEnabled
firstPageButton
javax.swing.JButton firstPageButton
previousPageButton
javax.swing.JButton previousPageButton
nextPageButton
javax.swing.JButton nextPageButton
lastPageButton
javax.swing.JButton lastPageButton
downloadAllButton
javax.swing.JButton downloadAllButton
pageSizeLabel
javax.swing.JLabel pageSizeLabel
pageSizeField
javax.swing.JTextField pageSizeField
bundle
java.util.ResourceBundle bundle
messageLabel
javax.swing.JLabel messageLabel
pageSize
int pageSize
offset
int offset
totalSize
int totalSize
max
double max
paintGrid
javax.swing.JCheckBox paintGrid
remakLines
javax.swing.JCheckBox remakLines
paintRowNumbers
javax.swing.JCheckBox paintRowNumbers
ta
Table ta
printableTable
PrintableTable printableTable
pf
java.awt.print.PageFormat pf
buttonsPanel
javax.swing.JPanel buttonsPanel
buttonPrint
javax.swing.JButton buttonPrint
buttonOrderColumns
javax.swing.JButton buttonOrderColumns
scale
double scale
totalPagesNumber
int totalPagesNumber
panelInfo
javax.swing.JPanel panelInfo
buttonPageSetup
javax.swing.JButton buttonPageSetup
informationPages
javax.swing.JLabel informationPages
optionPanel
javax.swing.JPanel optionPanel
checkBoxListToPrint
java.util.Vector checkBoxListToPrint
titleText
javax.swing.JTextField titleText
informationTitle
javax.swing.JLabel informationTitle
informationSort
javax.swing.JLabel informationSort
stateLabel
javax.swing.JLabel stateLabel
printingVector
java.util.Vector printingVector
comboSort
javax.swing.JComboBox comboSort
columnOrderId
java.util.Vector columnOrderId
buttonPreview
javax.swing.JButton buttonPreview
buttonColumnsToPrint
javax.swing.JButton buttonColumnsToPrint
preview
javax.swing.JDialog preview
page
Page page
pagePanel
javax.swing.JPanel pagePanel
scroll
javax.swing.JScrollPane scroll
currentZoom
double currentZoom
orderColumnVector
javax.swing.JDialog orderColumnVector
printingColumnVector
javax.swing.JDialog printingColumnVector
columnList
javax.swing.JList columnList
buttonUp
javax.swing.JButton buttonUp
buttonDown
javax.swing.JButton buttonDown
MIN_PAGE_HEIGHT
int MIN_PAGE_HEIGHT
buttonAcceptColToPrint
javax.swing.JButton buttonAcceptColToPrint
buttonCancelColToPrint
javax.swing.JButton buttonCancelColToPrint
auxPrintingVector
java.util.Vector auxPrintingVector
lInfoOrdenCols
javax.swing.JLabel lInfoOrdenCols
informationColumn
javax.swing.JLabel informationColumn
keyPaintGrid
java.lang.String keyPaintGrid
remarkLinesKey
java.lang.String remarkLinesKey
keyIncludeRowNumber
java.lang.String keyIncludeRowNumber
titleKey
java.lang.String titleKey
keyAccept
java.lang.String keyAccept
keyCancel
java.lang.String keyCancel
columnsOrderKey
java.lang.String columnsOrderKey
keyInfoColumnsOrder
java.lang.String keyInfoColumnsOrder
pagesTitleKey
java.lang.String pagesTitleKey
sortByKey
java.lang.String sortByKey
keyPrintingColumns
java.lang.String keyPrintingColumns
keyTableFit
java.lang.String keyTableFit
keyTableNotFit
java.lang.String keyTableNotFit
previewKey
java.lang.String previewKey
keyPageSetup
java.lang.String keyPageSetup
keyPrint
java.lang.String keyPrint
keyPrinting
java.lang.String keyPrinting
documentPageNumberKey
java.lang.String documentPageNumberKey
keyFitTableSize
java.lang.String keyFitTableSize
labelTitle
javax.swing.JLabel labelTitle
buttonPageSetup
javax.swing.JButton buttonPageSetup
buttonPrint
javax.swing.JButton buttonPrint
titleTextField
javax.swing.JTextField titleTextField
panelNorth
javax.swing.JPanel panelNorth
panelCenter
javax.swing.JPanel panelCenter
panelCheckBox
javax.swing.JPanel panelCheckBox
listCheckBox
java.util.Vector listCheckBox
listCheckBoxPrinting
java.util.Vector listCheckBoxPrinting
progressBar
javax.swing.JProgressBar progressBar
panelSouth
javax.swing.JPanel panelSouth
pageFormat
java.awt.print.PageFormat pageFormat
columnNamesOrder
java.util.Vector columnNamesOrder
inf
ReportFrame inf
ontimizeTable
Table ontimizeTable
progressBar
javax.swing.JProgressBar progressBar
state
javax.swing.JLabel state
cancelButton
javax.swing.JButton cancelButton
printableTable
PrintableTable printableTable
bundle
java.util.ResourceBundle bundle
editorAux
com.ontimize.gui.table.ReferenceCellEditor.EditorComp editorAux
entityName
java.lang.String entityName
queryField
java.lang.String queryField
ASTERISK
java.lang.String ASTERISK
- See Also:
- Constant Field Values
addAsterisk
boolean addAsterisk
buttonOK
javax.swing.JButton buttonOK
locator
EntityReferenceLocator locator
parentForm
Form parentForm
table
Table table
tableWindow
javax.swing.JDialog tableWindow
resources
java.util.ResourceBundle resources
columns
java.util.Vector columns
valuesKeys
java.util.Hashtable valuesKeys
colsSet
java.util.Vector colsSet
colsSetTypes
java.util.Hashtable colsSetTypes
codeNumber
boolean codeNumber
codeNumberClass
int codeNumberClass
- The code number class. By default, it is referred to integer code.
bgImage
javax.swing.ImageIcon bgImage
verticalHeaderMargin
int verticalHeaderMargin
minHeaderHeight
int minHeaderHeight
currentTable
javax.swing.JTable currentTable
predFont
java.awt.Font predFont
groupBackgroundColor
java.awt.Color groupBackgroundColor
backgroundColor
java.awt.Color backgroundColor
foregroundColor
java.awt.Color foregroundColor
foregroundFilterColor
java.awt.Color foregroundFilterColor
bgImage
javax.swing.ImageIcon bgImage
bgGroupingImage
javax.swing.ImageIcon bgGroupingImage
bgCurrentImage
java.awt.Image bgCurrentImage
defaultBorder
javax.swing.border.Border defaultBorder
lastColumnBorder
javax.swing.border.Border lastColumnBorder
firstColumnBorder
javax.swing.border.Border firstColumnBorder
table
Table table
bundle
java.util.ResourceBundle bundle
columnsList
javax.swing.JList columnsList
LIST_MOUSE_X_MAX
int LIST_MOUSE_X_MAX
- See Also:
- Constant Field Values
labelHelp
javax.swing.JLabel labelHelp
indexPress
int indexPress
menu
javax.swing.JPopupMenu menu
sumMenu
javax.swing.JMenuItem sumMenu
averageMenu
javax.swing.JMenuItem averageMenu
maximumMenu
javax.swing.JMenuItem maximumMenu
minimumMenu
javax.swing.JMenuItem minimumMenu
resetButton
javax.swing.JButton resetButton
okButton
javax.swing.JButton okButton
totalText
java.lang.String totalText
- GUI text
recordsText
java.lang.String recordsText
- GUI text
shownText
java.lang.String shownText
- GUI text
rDate
DateCellRenderer rDate
- Default renderer for the table
rRowHead
RowHeadCellRenderer rRowHead
- Default renderer for the table
rBoolean
BooleanCellRenderer rBoolean
- Default renderer for the table
rReal
RealCellRenderer rReal
- Default renderer for the table
rObject
ObjectCellRenderer rObject
- Default renderer for the table
rImagen
ImageCellRenderer rImagen
- Default renderer for the table
rHead
HeadCellRenderer rHead
- Default renderer for the table
rMemo
MemoCellRenderer rMemo
- Default renderer for the table
memoRenderColumns
java.util.Vector memoRenderColumns
- The table columns that will use memo render
minRowHeight
int minRowHeight
- Minimum row height, by default is MIN_ROW_HEIGHT
showGridValue
boolean showGridValue
dynamicTable
boolean dynamicTable
translateHeader
boolean translateHeader
listenerHighlightButtons
java.awt.event.MouseListener listenerHighlightButtons
borderbuttons
boolean borderbuttons
opaquebuttons
boolean opaquebuttons
buttonIcons
java.util.Hashtable buttonIcons
dataBaseInsert
boolean dataBaseInsert
dataBaseRemove
boolean dataBaseRemove
vrequiredCols
java.util.Vector vrequiredCols
- List with the required columns to insert
vupdateEditableColumns
java.util.Vector vupdateEditableColumns
inserting
boolean inserting
- boolean to know when the insertion is executing
insertTableInsertRowListenerList
javax.swing.event.EventListenerList insertTableInsertRowListenerList
- List with all the listeners to the insert event
columnWidthListener
java.beans.PropertyChangeListener columnWidthListener
- A property change listener that when the property in the event is named
width will set the preferred row height.
- See Also:
Table.evaluatePreferredRowsHeight()
formView
Form formView
tableView
boolean tableView
formViewIcon
javax.swing.ImageIcon formViewIcon
tableViewIcon
javax.swing.ImageIcon tableViewIcon
parameters
java.util.Hashtable parameters
- The parameters passed to the table when it is builded. These parameters
are set in the xml.
layout
java.awt.BorderLayout layout
table
javax.swing.JTable table
- The JTable inside this table
attributes
java.util.Vector attributes
- Contains the columns and keys names
formName
java.lang.String formName
- The detail form name
scrollPane
javax.swing.JScrollPane scrollPane
entity
java.lang.String entity
- The table entity
memoryEntity
java.lang.String memoryEntity
primaryKey
java.util.Vector primaryKey
keyField
java.lang.String keyField
keyFields
java.util.Vector keyFields
codValues
java.util.Hashtable codValues
parentKey
java.lang.String parentKey
otherParentKeys
java.util.Vector otherParentKeys
parentkeys
java.util.List parentkeys
- List with all the fields in the parent form used to filter the table
values
hParentkeyEquivalences
java.util.Hashtable hParentkeyEquivalences
onsetvaluesetAttributes
java.util.Vector onsetvaluesetAttributes
- The vector with attributes to update when data field value changed. By
default, null.
hOnSetValueSetEquivalences
java.util.Hashtable hOnSetValueSetEquivalences
- This object is used to store onsetvalueset attributes and equivalences (for these fields in entity) when structure of parameter
onsetvalueset is: "fieldonset1:SUM(fieldentitypk1);fieldonset2:CONCAT(fieldentitypk2);...fieldonsetn:MAX(fieldentitypkn)"
hOnSetValueSetFunction
java.util.Hashtable hOnSetValueSetFunction
- This object is used to store onsetvalueset attributes and function when structure of parameter
onsetvalueset is: "fieldonset1:SUM(fieldentitypk1);fieldonset2:CONCAT(fieldentitypk2);...fieldonsetn:MAX(fieldentitypkn)"
parentFrame
java.awt.Frame parentFrame
formBuilder
FormBuilder formBuilder
detailForm
DetailForm detailForm
parentForm
Form parentForm
visibleFieldKeyColumn
boolean visibleFieldKeyColumn
enabled
boolean enabled
enabledDetail
boolean enabledDetail
showControls
boolean showControls
defaultButtons
boolean defaultButtons
controlsVisible
boolean controlsVisible
quickFilterVisible
boolean quickFilterVisible
allowSetupVisibleColumns
boolean allowSetupVisibleColumns
controlsPanel
javax.swing.JPanel controlsPanel
lInfoFilter
javax.swing.JLabel lInfoFilter
quickFilterText
Table.QuickFieldText quickFilterText
buttonChangeView
javax.swing.JButton buttonChangeView
- Table button. It is placed in the control panel.
buttonCopy
javax.swing.JButton buttonCopy
- Table button. It is placed in the control panel.
buttonExcelExport
javax.swing.JButton buttonExcelExport
- Table button. It is placed in the control panel.
buttonHTMLExport
javax.swing.JButton buttonHTMLExport
- Table button. It is placed in the control panel.
buttonPlus
javax.swing.JButton buttonPlus
- Table button. It is placed in the control panel.
buttonPlus2
javax.swing.JButton buttonPlus2
- Table button. It is placed in the control panel.
buttonPrint
javax.swing.JButton buttonPrint
- Table button. It is placed in the control panel.
buttonDelete
javax.swing.JButton buttonDelete
- Table button. It is placed in the control panel.
buttonRefresh
javax.swing.JButton buttonRefresh
- Table button. It is placed in the control panel.
buttonChart
javax.swing.JButton buttonChart
- Table button. It is placed in the control panel.
buttonDefaultChart
TableButtonSelection buttonDefaultChart
- Table button. It is placed in the control panel.
buttonVisibleColsSetup
javax.swing.JButton buttonVisibleColsSetup
- Table button. It is placed in the control panel.
buttonSumRowSetup
javax.swing.JButton buttonSumRowSetup
- Table button. It is placed in the control panel.
buttonReports
TableButtonSelection buttonReports
menuReportSetup
javax.swing.JPopupMenu menuReportSetup
buttonSaveFilterOrderSetup
javax.swing.JButton buttonSaveFilterOrderSetup
buttonCalculatedColumns
javax.swing.JButton buttonCalculatedColumns
addButtons
java.util.Vector addButtons
addComponents
java.util.Vector addComponents
printingWindow
PrintingWindow printingWindow
locale
java.util.Locale locale
fontSize
int fontSize
orderEnabled
boolean orderEnabled
modified
boolean modified
resourcesFile
java.util.ResourceBundle resourcesFile
attributesToFix
java.util.Vector attributesToFix
currencyColumns
java.util.Vector currencyColumns
hourRenderColumns
java.util.Vector hourRenderColumns
editableColumnsUpdateEntity
java.util.Vector editableColumnsUpdateEntity
editableColumns
java.util.Vector editableColumns
filter
javax.swing.JMenuItem filter
activatedFilter
boolean activatedFilter
setPivotTableButton
boolean setPivotTableButton
allowDelete
boolean allowDelete
setRefreshButton
boolean setRefreshButton
installQuickFilter
boolean installQuickFilter
packTable
boolean packTable
menu
ExtendedJPopupMenu menu
chartMenu
ExtendedJPopupMenu chartMenu
menuChartItems
java.util.Vector menuChartItems
chartGraphMenuItems
java.util.Vector chartGraphMenuItems
chartUtilities
IChartUtilities chartUtilities
defaultChartsEnabled
boolean defaultChartsEnabled
menuDetail
javax.swing.JMenuItem menuDetail
menuInsert
javax.swing.JMenuItem menuInsert
menuPrintSelection
javax.swing.JMenuItem menuPrintSelection
menuCopyCell
javax.swing.JMenuItem menuCopyCell
menuCopySelection
javax.swing.JMenuItem menuCopySelection
menuRefresh
javax.swing.JMenuItem menuRefresh
menuResetOrder
javax.swing.JMenuItem menuResetOrder
menuOpenInNewWindow
javax.swing.JMenuItem menuOpenInNewWindow
menuFilter
javax.swing.JMenuItem menuFilter
menuFilterByValue
javax.swing.JMenuItem menuFilterByValue
menuDeleteColumnFilter
javax.swing.JMenuItem menuDeleteColumnFilter
menuDeleteFilter
javax.swing.JMenuItem menuDeleteFilter
menuGroup
javax.swing.JMenuItem menuGroup
menuGroupDate
javax.swing.JMenu menuGroupDate
menuGroupByYear
javax.swing.JMenuItem menuGroupByYear
menuGroupByYearMonth
javax.swing.JMenuItem menuGroupByYearMonth
menuGroupYearMonthDay
javax.swing.JMenuItem menuGroupYearMonthDay
menuGroupByQuarterYear
javax.swing.JMenuItem menuGroupByQuarterYear
menuGroupByQuarter
javax.swing.JMenuItem menuGroupByQuarter
menuGroupByMonth
javax.swing.JMenuItem menuGroupByMonth
menuGroupFunction
javax.swing.JMenu menuGroupFunction
menuSumFunction
javax.swing.JMenuItem menuSumFunction
menuAvgFunction
javax.swing.JMenuItem menuAvgFunction
menuMaxFunction
javax.swing.JMenuItem menuMaxFunction
menuMinFunction
javax.swing.JMenuItem menuMinFunction
menuCountFunction
javax.swing.JMenuItem menuCountFunction
menuDeleteGroup
javax.swing.JMenuItem menuDeleteGroup
menuPageableEnabled
javax.swing.JMenuItem menuPageableEnabled
filterWindow
FilterDialog filterWindow
menuShowHideControls
javax.swing.JCheckBoxMenuItem menuShowHideControls
operationInMemory
boolean operationInMemory
scrollHorizontal
boolean scrollHorizontal
defaultFilter
java.lang.Object defaultFilter
allowOpenInNewWindow
boolean allowOpenInNewWindow
openInNewWindowByDefault
boolean openInNewWindowByDefault
rowPress
int rowPress
colPress
int colPress
eventPress
java.awt.event.MouseEvent eventPress
detailFormBuilder
DetailFormBuilder detailFormBuilder
backgroundDetailFormBuilder
boolean backgroundDetailFormBuilder
reserOrderListener
java.awt.event.ActionListener reserOrderListener
- Defines a listener that in the event restored the sorting applied to the
table.
addRecordListener
java.awt.event.ActionListener addRecordListener
- Defines a listener that opens the table detail form in inserting mode, in
order to insert new records to the table.
visibleColumns
java.util.Vector visibleColumns
defaultVisibleColumns
java.util.Vector defaultVisibleColumns
originalVisibleColumns
java.util.Vector originalVisibleColumns
reportCols
java.util.Vector reportCols
columnWidthSet
int[] columnWidthSet
preferredSizeInRows
int preferredSizeInRows
calculedColumns
java.util.Hashtable calculedColumns
originalCalculatedColumns
java.util.Vector originalCalculatedColumns
modifiableCalculatedColumns
boolean modifiableCalculatedColumns
requiredColumnsCalculedColumns
java.util.Vector requiredColumnsCalculedColumns
columnsToOperate
java.util.Vector columnsToOperate
columnsToSum
java.util.Vector columnsToSum
currencyRenderer
CurrencyCellRenderer currencyRenderer
hourRenderer
DateCellRenderer hourRenderer
visibleRowNumberColumn
boolean visibleRowNumberColumn
autoFixHead
boolean autoFixHead
attributeTable
TableAttribute attributeTable
- Deprecated.
rowsNumberToQuery
int rowsNumberToQuery
pageFetcher
PageFetcher pageFetcher
detailFormTitleKey
java.lang.String detailFormTitleKey
dinamicFormClass
java.lang.String dinamicFormClass
dynamicFormManager
DynamicFormManager dynamicFormManager
refreshThread
Table.RefreshThread refreshThread
tAux
Table tAux
visiblePermission
FormPermission visiblePermission
enabledPermission
FormPermission enabledPermission
insertPermission
FormPermission insertPermission
queryPermission
FormPermission queryPermission
tableComponentPermission
Table.ComponentsPermissionsStore tableComponentPermission
tableOpaque
boolean tableOpaque
tableBackgroundColor
java.awt.Color tableBackgroundColor
disableInsert
boolean disableInsert
- Determines whether the insertion using the table is enabled or not.
actButtonsModelListener
Table.InfoFilterButtonsModelListener actButtonsModelListener
tipScroll
TipScroll tipScroll
- The tip configured to the table scroll.
tipScrollEnabled
boolean tipScrollEnabled
- Determines whether the tip scroll is enabled or not.
sumRowSetupDialog
SumRowSetupDialog sumRowSetupDialog
visibleColsSetupDialog
VisibleColsSetupDialog visibleColsSetupDialog
popupListener
java.awt.event.MouseAdapter popupListener
- Opens the popup menu (context menu)
- See Also:
Table.showPopupMenu(int, int)
selectionListener
javax.swing.event.ListSelectionListener selectionListener
- The EJTable ListSelectionListener. It is notified each time a change to
the selection occurs.
windowCache
TableFrame[] windowCache
listMouseListener
java.awt.event.MouseAdapter listMouseListener
userPrefs
java.lang.String userPrefs
restricted
boolean restricted
locator
EntityReferenceLocator locator
- The reference locator set for this table.
editionListeners
java.util.Vector editionListeners
cellRendererColorManager
CellRenderer.CellRendererColorManager cellRendererColorManager
cellRendererFontManager
CellRenderer.CellRendererFontManager cellRendererFontManager
menuOrderFilterSetup
ExtendedJPopupMenu menuOrderFilterSetup
sortFilterOrderItemListener
java.awt.event.ActionListener sortFilterOrderItemListener
orderFilterSetupDeleteItemsListener
java.awt.event.ActionListener orderFilterSetupDeleteItemsListener
menuDefaultOrderSetup
javax.swing.JMenuItem menuDefaultOrderSetup
menuSaveDefaultOrderConfiguration
javax.swing.JMenuItem menuSaveDefaultOrderConfiguration
menuSave
javax.swing.JMenuItem menuSave
cellEditorManager
Table.EditorManager cellEditorManager
cellRendererManager
Table.RendererManager cellRendererManager
listener
Table.ListenerItem listener
deleteListener
Table.DeleteItemListener deleteListener
prefWidthAndPosApply
boolean prefWidthAndPosApply
ru
ReportUtils ru
buttonPivotTable
TableButton buttonPivotTable
dPivot
javax.swing.JDialog dPivot
menuPivotTableSetup
ExtendedJPopupMenu menuPivotTableSetup
menuSavePivot
javax.swing.JMenuItem menuSavePivot
serialVersionUID: 1509416594978732908l
l
long l
token
java.lang.String token
menu
javax.swing.JButton menu
button
TableButton button
emptyText
java.lang.String emptyText
emptyFont
java.awt.Font emptyFont
bundle
java.util.ResourceBundle bundle
recordNumberToInitiallyDownload
int recordNumberToInitiallyDownload
entity
java.lang.String entity
attributes
java.util.Vector attributes
totalRecordNumberInQuery
int totalRecordNumberInQuery
parentkeys
java.util.Vector parentkeys
hParentkeyEquivalences
java.util.Hashtable hParentkeyEquivalences
keys
java.util.Vector keys
queryFilter
java.util.Hashtable queryFilter
orderBy
java.util.Vector orderBy
dimension
java.awt.Dimension dimension
originalTooltip
java.lang.String originalTooltip
defaultTooptip
java.lang.String defaultTooptip
key
java.lang.Object key
dimension
java.awt.Dimension dimension
originalTooltip
java.lang.String originalTooltip
defaultTooptip
java.lang.String defaultTooptip
key
java.lang.Object key
value
java.lang.Object value
row
int row
column
int column
columnId
java.lang.String columnId
oldValue
java.lang.Object oldValue
form
Form form
sizePositionPreferenceKey
java.lang.String sizePositionPreferenceKey
model
javax.swing.table.TableModel model
table
javax.swing.JTable table
columnId
java.lang.Object columnId
icon
javax.swing.ImageIcon icon
enabledValue
java.lang.Object enabledValue
pressedCell
int pressedCell
localSorter
boolean localSorter
bundle
java.util.ResourceBundle bundle
indexes
int[] indexes
rowsNumberToOrder
int rowsNumberToOrder
sortingColumns
java.util.Vector sortingColumns
ascendants
java.util.Vector ascendants
compares
int compares
sourceTable
javax.swing.JTable sourceTable
orderEnabled
boolean orderEnabled
filterEnabled
boolean filterEnabled
sumColumns
java.util.Vector sumColumns
operationColumns
java.util.Hashtable operationColumns
lastIsSum
boolean lastIsSum
rowsNumber
int rowsNumber
auxHeadValue
java.lang.Object auxHeadValue
sizeColumnListener
TableSorter.ColumnSizeListener sizeColumnListener
filterDialog
FilterDialog filterDialog
insertingRowData
java.util.Hashtable insertingRowData
insertableCols
java.util.Vector insertableCols
insertingEnabled
boolean insertingEnabled
allowTotalInserting
boolean allowTotalInserting
fitHeadSize
boolean fitHeadSize
col
int col
head
java.lang.String head
unit
java.lang.String unit
begin
long begin
type
int type
amount
int amount
condition
int condition
values
java.lang.Object[] values
filterValidator
TableSorter.FilterValidator filterValidator
map
int[] map
filters
java.util.Hashtable filters
lastFilterOr
boolean lastFilterOr
groupColumn
int groupColumn
group
boolean group
type
int type
noGroupFieldValue
java.lang.String noGroupFieldValue
functionsColumns
java.util.Map functionsColumns
groupData
java.lang.Object[][] groupData
- In general any column can be used to group, but the grouping result
will have sense only for numerical values (average, sum,...). In the
columns which are not numerical, the resulted shown value will be a
list containing the different values contained in the cells.
operationColumn
java.util.Hashtable operationColumn
sumColumn
java.util.Vector sumColumn
calendar
java.util.Calendar calendar
value
java.lang.Object value
renderedString
java.lang.String renderedString
list
java.util.ArrayList list
conditionList
java.util.ArrayList conditionList
value
java.lang.Object value
|
Package com.ontimize.gui.tree |
icons
java.util.Hashtable icons
trees
javax.swing.JTree[] trees
parentSelected
boolean parentSelected
childCount
int childCount
leaf
boolean leaf
row
int row
root
boolean root
observer
BasicTreeCellRenderer.ImgObserver observer
iconAttribute
java.lang.String iconAttribute
cacheFont
java.awt.Font cacheFont
lineBorder
javax.swing.border.Border lineBorder
backgroundColor
java.awt.Color backgroundColor
selectedBackgroundColor
java.awt.Color selectedBackgroundColor
innerModel
JOrgTreeModel innerModel
model
javax.swing.tree.TreeModel model
modelListener
JOrgTree.JOrgTreeModelListener modelListener
innerModelListener
JOrgTree.JOrgTreeInnerModelListener innerModelListener
selected
JOrgTreeNode selected
positionator
JOrgTreeNodePositionator positionator
lineDrawer
JOrgTreeLineDrawer lineDrawer
cellRenderer
JOrgTreeCellRenderer cellRenderer
hMargin
int hMargin
vMargin
int vMargin
rendererWidth
int rendererWidth
rendererHeight
int rendererHeight
levelSeparation
int levelSeparation
siblingSeparation
int siblingSeparation
orientation
int orientation
preferredSize
java.awt.Dimension preferredSize
tree
JOrgTree tree
cbPos
javax.swing.JComboBox cbPos
cbLin
javax.swing.JComboBox cbLin
upDownOrientationComboBox
javax.swing.JComboBox upDownOrientationComboBox
upRightOrientationCombobox
javax.swing.JComboBox upRightOrientationCombobox
regenerateFrame
javax.swing.JButton regenerateFrame
lLin
javax.swing.JLabel lLin
positionator
int positionator
lines
int lines
orientation
int orientation
x
int x
y
int y
node
javax.swing.tree.TreeNode node
lineBorder
javax.swing.border.Border lineBorder
backgroundColor
java.awt.Color backgroundColor
selectedBackgroundColor
java.awt.Color selectedBackgroundColor
shownForm
java.lang.String shownForm
entityName
java.lang.String entityName
shownAttribute
java.lang.String shownAttribute
text
java.lang.Object text
organization
boolean organization
keyList
java.util.Vector keyList
keysString
java.lang.String keysString
keysValues
java.util.Hashtable keysValues
associatedDataField
java.util.Hashtable associatedDataField
associatedOrderedDataField
java.util.Vector associatedOrderedDataField
- List that contains associatedFields(parentKeys) ordered.
associateDataFieldString
java.lang.String associateDataFieldString
stringFixAttr
java.lang.String stringFixAttr
stringHideAttr
java.lang.String stringHideAttr
hiddenAttributes
java.util.Vector hiddenAttributes
canDelete
boolean canDelete
cachedText
java.lang.String cachedText
classifyNode
boolean classifyNode
dynamic
boolean dynamic
attributeEquivalences
java.util.Hashtable attributeEquivalences
queryResult
java.util.Hashtable queryResult
separator
java.lang.String separator
ascending
boolean ascending
shownAttributeList
java.util.Vector shownAttributeList
attrString
java.lang.String attrString
orderToAdd
boolean orderToAdd
iconorg
javax.swing.ImageIcon iconorg
iconnoorg
javax.swing.ImageIcon iconnoorg
pageableIcon
javax.swing.ImageIcon pageableIcon
iconorgStr
java.lang.String iconorgStr
iconnoorgStr
java.lang.String iconnoorgStr
emptyNode
boolean emptyNode
remark
boolean remark
pageableEnabled
boolean pageableEnabled
id
java.lang.String id
orderByAttribute
java.lang.String orderByAttribute
fixAtributtes
java.util.Vector fixAtributtes
dynamicFormClass
java.lang.String dynamicFormClass
dynamicFormManager
DynamicFormManager dynamicFormManager
resourceArchive
java.util.ResourceBundle resourceArchive
leaf
boolean leaf
overrideLeaf
boolean overrideLeaf
renderTime
java.util.List renderTime
rowsNumberToQuery
int rowsNumberToQuery
totalCount
int totalCount
parameters
java.util.Hashtable parameters
count
int count
entityList
java.util.Vector entityList
locator
EntityReferenceLocator locator
form
Form form
attribute
java.lang.Object attribute
unsecuredEntities
java.util.Vector unsecuredEntities
visiblePermission
FormPermission visiblePermission
enabledPermission
FormPermission enabledPermission
restricted
boolean restricted
comboReferenceDataField
ReferenceComboDataField comboReferenceDataField
popup
Tree.QueryPopup popup
newIcon
javax.swing.ImageIcon newIcon
resource
java.util.ResourceBundle resource
compReference
ReferenceTreeComponent compReference
locator
EntityReferenceLocator locator
formManager
FormManager formManager
processTreeWillExpandEvents
boolean processTreeWillExpandEvents
processTreeWillCollapseEvents
boolean processTreeWillCollapseEvents
processValueChangeEvents
boolean processValueChangeEvents
modelList
java.util.Hashtable modelList
- List with tree models. These models must contain nodes whose class is
OTreeNode.
uRIBaseFile
java.lang.String uRIBaseFile
- URI for files that contains the tree specification. All files must reside
in this path, because setModel() have to load them.
currentTree
java.lang.String currentTree
- Name of current tree model.
popupMenu
ExtendedJPopupMenu popupMenu
updateItem
javax.swing.JMenuItem updateItem
orderBy
javax.swing.JMenu orderBy
queryItem
javax.swing.JMenuItem queryItem
deleteNodeItem
javax.swing.JMenuItem deleteNodeItem
ascOrderItem
javax.swing.JMenuItem ascOrderItem
descOrderItem
javax.swing.JMenuItem descOrderItem
editNodeItem
javax.swing.JMenuItem editNodeItem
fitSpaceToTreeMenuItem
javax.swing.JCheckBoxMenuItem fitSpaceToTreeMenuItem
treeBuilder
TreeBuilder treeBuilder
- Reference to the tree builder that creates the tree model.
treeMouseListener
Tree.TreeMouseListener treeMouseListener
menuListener
Tree.MenuListener menuListener
parentFrame
java.awt.Frame parentFrame
nodeVisiblePermission
TreePermission nodeVisiblePermission
fitSpaceToTree
boolean fitSpaceToTree
queryDelayTime
int queryDelayTime
restricted
boolean restricted
searchedNodePath
javax.swing.tree.TreePath searchedNodePath
|
Package com.ontimize.help |
|
Package com.ontimize.locator |
users
java.util.Vector users
descriptions
java.util.Vector descriptions
currentUser
java.lang.String currentUser
currentDescription
java.lang.String currentDescription
|
Class com.ontimize.locator.DelegationPermissionReferenceLocator_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
okButton
javax.swing.JButton okButton
cancelButton
javax.swing.JButton cancelButton
labelIco
javax.swing.JLabel labelIco
info
UserDelegationsInfo info
result
int result
textArea
javax.swing.JTextArea textArea
delegationEntityName
java.lang.String delegationEntityName
authenticationEntityName
java.lang.String authenticationEntityName
authenticationEntity
Entity authenticationEntity
delegationEntity
DelegationEntity delegationEntity
userColumn
java.lang.String userColumn
passwordColumn
java.lang.String passwordColumn
delegationUserColumn
java.lang.String delegationUserColumn
delegateColumn
java.lang.String delegateColumn
currentDelegations
DelegationInfo currentDelegations
permissionEntity
java.lang.String permissionEntity
profileEntity
java.lang.String profileEntity
clientPermissionsColumn
java.lang.String clientPermissionsColumn
serverPermissionsColumn
java.lang.String serverPermissionsColumn
userGroupsEntityName
java.lang.String userGroupsEntityName
permissionGroupKeyColumnName
java.lang.String permissionGroupKeyColumnName
profileColumn
java.lang.String profileColumn
entityNames
java.util.Vector entityNames
licensePermission
java.lang.String licensePermission
serverSecurityManagerClass
java.lang.String serverSecurityManagerClass
businessCalendarFile
java.lang.String businessCalendarFile
locale
java.util.Locale locale
definitionPermissionsGroupsFile
java.lang.String definitionPermissionsGroupsFile
|
Class com.ontimize.locator.PermissionSecureReferenceLocator_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
formProviderEntity
java.lang.String formProviderEntity
formProviderEntityFormNameColumn
java.lang.String formProviderEntityFormNameColumn
formProviderEntityFormXMLColumn
java.lang.String formProviderEntityFormXMLColumn
databaseEntityManager
DatabaseEntityManager databaseEntityManager
formManagerProviderEntity
java.lang.String formManagerProviderEntity
formManagerProviderEntityIdColumn
java.lang.String formManagerProviderEntityIdColumn
formManagerProviderEntityFormNameColumn
java.lang.String formManagerProviderEntityFormNameColumn
formManagerProviderEntityInteractionManagerColumn
java.lang.String formManagerProviderEntityInteractionManagerColumn
menuProviderEntity
java.lang.String menuProviderEntity
menuProviderEntityXMLColumn
java.lang.String menuProviderEntityXMLColumn
loadedEntities
java.util.Hashtable loadedEntities
manager
DatabaseConnectionManager manager
packageS
java.lang.String packageS
maximumUsers
int maximumUsers
closeServerTime
int closeServerTime
oneSessionAllowed
boolean oneSessionAllowed
userIdList
java.util.Vector userIdList
sendMailThread
SendMailThread sendMailThread
currentUserList
java.util.Hashtable currentUserList
- This object stores the users that have an open session. The key is the
user session identifier (sessionId) and the value is the user name (User_)
startSessionTimeList
java.util.Hashtable startSessionTimeList
lastSessionAccessTimeList
java.util.Hashtable lastSessionAccessTimeList
compressionThresholds
java.util.Hashtable compressionThresholds
clientWatchUserList
java.util.Hashtable clientWatchUserList
idHostList
java.util.Hashtable idHostList
port
int port
loginEntity
java.lang.String loginEntity
idCardColumn
java.lang.String idCardColumn
useApplicationUser
boolean useApplicationUser
privilegedId
int privilegedId
logFile
java.lang.String logFile
baseLogFileName
java.lang.String baseLogFileName
fileLogExtension
java.lang.String fileLogExtension
maximumLogFileSize
int maximumLogFileSize
isZipLogFile
boolean isZipLogFile
propertiesEntities
java.util.Hashtable propertiesEntities
entitiesClass
java.lang.String entitiesClass
userInfoListModel
javax.swing.DefaultListModel userInfoListModel
maximumSessionTime
int maximumSessionTime
checkSessionsTime
int checkSessionsTime
administrationUser
java.lang.String administrationUser
administrationPassword
java.lang.String administrationPassword
administrationSessionId
java.lang.String administrationSessionId
restartCommand
java.lang.String restartCommand
closedServer
boolean closedServer
compressionEnabled
boolean compressionEnabled
logStreamOut
SecureReferenceLocator.LogStream logStreamOut
logStreamErr
SecureReferenceLocator.LogStream logStreamErr
updateListThread
SecureReferenceLocator.UpdateListThread updateListThread
logSessionEvents
boolean logSessionEvents
fileWriterLog
java.io.FileWriter fileWriterLog
buffWriterLog
java.io.BufferedWriter buffWriterLog
krealm
java.lang.String krealm
kdc
java.lang.String kdc
ldaphost
java.lang.String ldaphost
ldapport
int ldapport
domain
java.lang.String domain
jaasconfigfile
java.lang.String jaasconfigfile
userDNString
java.lang.String userDNString
searchUserString
java.lang.String searchUserString
searchUser
java.lang.String searchUser
searchUserPassword
java.lang.String searchUserPassword
ldapSSL
boolean ldapSSL
reportEntities
java.util.List reportEntities
attachmentEntity
java.lang.String attachmentEntity
attachmentPath
java.lang.String attachmentPath
printingTemplatesEntity
java.lang.String printingTemplatesEntity
rPrefs
RemoteApplicationPreferences rPrefs
encrypt
boolean encrypt
remoteProperties
java.rmi.Remote remoteProperties
pathProperties
java.lang.String pathProperties
noticesPath
java.lang.String noticesPath
noticeEntity
NoticeEntity noticeEntity
noticeSystem
boolean noticeSystem
multiConnectionManager
boolean multiConnectionManager
serverTimeZone
java.util.TimeZone serverTimeZone
multiConnectionManagerPath
java.lang.String multiConnectionManagerPath
watchDog
SecureReferenceLocator.TWatchDog watchDog
logBuffer
java.lang.StringBuffer logBuffer
logBufferSize
int logBufferSize
messagesBuffer
com.ontimize.locator.SecureReferenceLocator.MessagesBuffer messagesBuffer
remoteStoreList
java.util.List remoteStoreList
lcms
com.ontimize.ols.control.LCMS lcms
xmlDynamicMenu
java.lang.String xmlDynamicMenu
rOperationManager
RemoteOperationManager rOperationManager
|
Class com.ontimize.locator.SecureReferenceLocator_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
from
java.lang.String from
message
java.lang.String message
communication
long communication
users
java.util.List users
from
java.lang.String from
users
java.util.List users
user
java.lang.String user
type
int type
communication
long communication
sessionId
int sessionId
description
java.lang.String description
|
Package com.ontimize.media |
combo
javax.swing.JComboBox combo
device
javax.media.CaptureDeviceInfo device
lInfo
javax.swing.JLabel lInfo
result
int result
bOK
javax.swing.JButton bOK
bCancel
javax.swing.JButton bCancel
buttonsPanel
javax.swing.JPanel buttonsPanel
line
javax.sound.sampled.SourceDataLine line
playButton
javax.swing.JButton playButton
pauseButton
javax.swing.JButton pauseButton
stopButton
javax.swing.JButton stopButton
rewindButton
javax.swing.JButton rewindButton
forwardButton
javax.swing.JButton forwardButton
openButton
javax.swing.JButton openButton
slider
javax.swing.JSlider slider
status
javax.swing.JLabel status
f
javax.sound.sampled.AudioFormat f
formator
java.text.NumberFormat formator
lastPath
java.io.File lastPath
parentFrame
java.awt.Frame parentFrame
in
javax.sound.sampled.AudioInputStream in
t
SoundPlayer.PlayingThread t
sourceFile
java.io.File sourceFile
sourceBytes
byte[] sourceBytes
lineListener
javax.sound.sampled.LineListener lineListener
|
Package com.ontimize.printing |
elementList
java.util.Hashtable elementList
pageFormat
java.awt.print.PageFormat pageFormat
pageNumber
int pageNumber
fitToPage
boolean fitToPage
htmlEditor
javax.swing.text.html.HTMLEditorKit htmlEditor
htmlDocument
javax.swing.text.html.HTMLDocument htmlDocument
header
PageHeader header
footer
PageFooter footer
pages
java.util.Vector pages
scrollPanel
javax.swing.JScrollPane scrollPanel
pagesPanel
javax.swing.JPanel pagesPanel
controlPanel
javax.swing.JPanel controlPanel
previousButton
javax.swing.JButton previousButton
nextButton
javax.swing.JButton nextButton
saveButton
javax.swing.JButton saveButton
printingButton
javax.swing.JButton printingButton
pagesLayout
java.awt.CardLayout pagesLayout
pageFormat
java.awt.print.PageFormat pageFormat
currentPage
Page currentPage
multipageReport
boolean multipageReport
header
PageHeader header
footer
PageFooter footer
|
Package com.ontimize.printing.server |
reportManager
ReportManager reportManager
user
java.lang.String user
id
int id
|
Class com.ontimize.printing.server.PrintingService_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
|
Package com.ontimize.report |
locator
EntityReferenceLocator locator
comboReportStore
javax.swing.JComboBox comboReportStore
labelReport
javax.swing.JLabel labelReport
labelStore
javax.swing.JLabel labelStore
fieldReport
javax.swing.JTextField fieldReport
bundle
java.util.ResourceBundle bundle
listReport
BasicReportSelection.ListReportPanel listReport
labelList
javax.swing.JLabel labelList
saveButton
javax.swing.JButton saveButton
deleteButton
javax.swing.JButton deleteButton
entity
java.lang.String entity
rsd
ReportStoreDefinition rsd
rs
ReportStore[] rs
model
BasicReportSelection.ListReportPanel.ModelListReport model
tableCenter
javax.swing.JTable tableCenter
columnName
java.lang.String[] columnName
nameReport
java.util.Vector nameReport
descriptionStore
java.util.Vector descriptionStore
shownValueList
java.util.Vector shownValueList
index
int index
fieldName
java.lang.String fieldName
fieldValue
java.lang.Object fieldValue
trigger
boolean trigger
- The function value.
warned
boolean warned
- A flag indicating whether a warning has been printed.
pagebreak
boolean pagebreak
- A flag indicating whether a page break was encountered.
entitiesInfoLabel
javax.swing.JLabel entitiesInfoLabel
entitiesCombo
javax.swing.JComboBox entitiesCombo
internationlcellrender
I18nListCellRenderer internationlcellrender
sqlText
javax.swing.JTextArea sqlText
locator
EntityReferenceLocator locator
designer
ReportDesigner designer
previewButton
ReportDesigner.ReportDesignerButton previewButton
sQLButton
ReportDesigner.ReportDesignerButton sQLButton
wizardButton
ReportDesigner.ReportDesignerButton wizardButton
saveReportButton
ReportDesigner.ReportDesignerButton saveReportButton
bundle
java.util.ResourceBundle bundle
columns
java.util.ArrayList columns
types
java.util.ArrayList types
queryExpression
QueryExpression queryExpression
rs
ReportStore[] rs
currentReport
ReportName currentReport
reportDesignerListenerList
java.util.ArrayList reportDesignerListenerList
report
ReportName report
bundle
java.util.ResourceBundle bundle
text
javax.swing.JTextField text
combo
javax.swing.JComboBox combo
min
java.math.BigDecimal min
- The minimum value.
res
java.util.ResourceBundle res
l
javax.swing.JList l
toolBar
javax.swing.JToolBar toolBar
acceptButton
javax.swing.JButton acceptButton
cancelButton
javax.swing.JButton cancelButton
resultList
java.util.List resultList
upButton
javax.swing.JButton upButton
downButton
javax.swing.JButton downButton
allUpButton
javax.swing.JButton allUpButton
allDownButton
javax.swing.JButton allDownButton
upIcon
javax.swing.ImageIcon upIcon
downIcon
javax.swing.ImageIcon downIcon
key
java.lang.Object key
name
java.lang.String name
description
java.lang.String description
store
ReportStore store
lInfo
javax.swing.JLabel lInfo
configurationList
javax.swing.JList configurationList
deleteButton
javax.swing.JButton deleteButton
closeButton
javax.swing.JButton closeButton
configuration
java.lang.String configuration
pPage
javax.swing.JPanel pPage
reportHeaderSplit
javax.swing.JSplitPane reportHeaderSplit
reportFooterSplit
javax.swing.JSplitPane reportFooterSplit
pageHeaderSplit
javax.swing.JSplitPane pageHeaderSplit
pageFooterSplit
javax.swing.JSplitPane pageFooterSplit
splitItems
javax.swing.JSplitPane splitItems
groupHeaderSplit
java.util.ArrayList groupHeaderSplit
groupFooterSplit
java.util.ArrayList groupFooterSplit
reportHeaderPanel
ReportDesigner.ContentPanel reportHeaderPanel
reportFooterPanel
ReportDesigner.ContentPanel reportFooterPanel
pageHeaderPanel
ReportDesigner.ContentPanel pageHeaderPanel
pageFooterPanel
ReportDesigner.ContentPanel pageFooterPanel
itemPanel
ReportDesigner.ContentPanel itemPanel
groupHeaderPanels
java.util.ArrayList groupHeaderPanels
groupFooterPanel
java.util.ArrayList groupFooterPanel
groupArrayList
java.util.ArrayList groupArrayList
reportHeaderSection
ReportDesigner.SectionPanel reportHeaderSection
pageHeaderSection
ReportDesigner.SectionPanel pageHeaderSection
pageFooterSection
ReportDesigner.SectionPanel pageFooterSection
reportFooterSection
ReportDesigner.SectionPanel reportFooterSection
itemSection
ReportDesigner.SectionPanel itemSection
watermarkPanel
ReportDesigner.ContentPanel watermarkPanel
watermarkWindow
ReportDesigner.WatermarkWindow watermarkWindow
groupHeaderSections
java.util.ArrayList groupHeaderSections
groupFooterSections
java.util.ArrayList groupFooterSections
margin
java.awt.Insets margin
format
java.lang.String format
pageFormat
java.awt.print.PageFormat pageFormat
orientation
int orientation
functions
java.lang.String[] functions
bundle
java.util.ResourceBundle bundle
template
boolean template
functionHandler
ReportDesigner.FunctionHandler functionHandler
resizeHandler
ReportDesigner.PageResizeHandler resizeHandler
resizeHandlerPage
ReportDesigner.PageResizeHandler resizeHandlerPage
scroll
javax.swing.JScrollPane scroll
viewPanel
javax.swing.JPanel viewPanel
handler
ReportDesigner.PanelHandler handler
toolbar
javax.swing.JToolBar toolbar
statusBar
ReportDesigner.StatusBar statusBar
commandHandler
ReportDesigner.CommandHandler commandHandler
nf
java.text.NumberFormat nf
propertyWindow
ReportDesigner.PropertyWindow propertyWindow
fc
javax.swing.JFileChooser fc
model
javax.swing.table.TableModel model
columnWindow
ReportDesigner.ColumnListWindow columnWindow
selectedCommand
java.lang.String selectedCommand
bCursor
javax.swing.JToggleButton bCursor
bLine
javax.swing.JToggleButton bLine
bRectangle
javax.swing.JToggleButton bRectangle
bLabel
javax.swing.JToggleButton bLabel
bStringField
javax.swing.JToggleButton bStringField
imageFieldButton
javax.swing.JToggleButton imageFieldButton
imageButton
javax.swing.JToggleButton imageButton
bSave
javax.swing.JButton bSave
bNew
javax.swing.JButton bNew
bOpen
javax.swing.JButton bOpen
bGroup
javax.swing.JButton bGroup
bProperties
javax.swing.JButton bProperties
bWatermark
javax.swing.JButton bWatermark
bFunction
javax.swing.JButton bFunction
listTable
javax.swing.JTable listTable
list
java.util.List list
types
java.util.List types
rd
ReportDesigner rd
bundle
java.util.ResourceBundle bundle
pageTable
ReportDesigner.PropertyWindow.TableProperty pageTable
tableHF
javax.swing.JTable tableHF
modelPage
javax.swing.table.TableModel modelPage
modelRH
javax.swing.table.TableModel modelRH
acceptButton
javax.swing.JButton acceptButton
cancelButton
javax.swing.JButton cancelButton
checkFormat
boolean checkFormat
checkOrientation
boolean checkOrientation
checkRight
boolean checkRight
checkLeft
boolean checkLeft
checkTop
boolean checkTop
checkBottom
boolean checkBottom
components
java.util.List components
params
java.util.Hashtable params
isSelected
boolean isSelected
selectedArea
java.awt.Rectangle selectedArea
r
java.awt.Rectangle r
text
java.lang.String text
bytes
byte[] bytes
name
java.lang.String name
selectFunction
ReportDesigner.FunctionWindow.FunctionCombo selectFunction
lnameFieldF
javax.swing.JLabel lnameFieldF
nameFieldF
javax.swing.JTextField nameFieldF
lSelectFunction
javax.swing.JLabel lSelectFunction
nameColumn
javax.swing.JComboBox nameColumn
lNameColumn
javax.swing.JLabel lNameColumn
groups
javax.swing.JComboBox groups
groupLabel
javax.swing.JLabel groupLabel
acceptButton
javax.swing.JButton acceptButton
cancelButton
javax.swing.JButton cancelButton
returnValue
ReportDesigner.FunctionWindow.FunctionDefinition returnValue
handler
ReportDesigner.FunctionHandler handler
bundle
java.util.ResourceBundle bundle
columnList
java.util.Vector columnList
groupList
java.util.Vector groupList
bundle
java.util.ResourceBundle bundle
list
java.lang.String[] list
name
java.lang.String[] name
values
java.util.ArrayList values
table
javax.swing.JTable table
addButton
javax.swing.JButton addButton
deleteButton
javax.swing.JButton deleteButton
acceptButton
javax.swing.JButton acceptButton
upButton
javax.swing.JButton upButton
downButton
javax.swing.JButton downButton
dParent
java.awt.Dimension dParent
prop
ReportDesigner.PropertySection prop
combosH
javax.swing.JComboBox[] combosH
combosF
javax.swing.JComboBox[] combosF
pHeader
javax.swing.JPanel pHeader
pFooter
javax.swing.JPanel pFooter
buttonPanel
javax.swing.JPanel buttonPanel
properties
ReportDesigner.ReportProperty[] properties
names
java.lang.String[] names
bundler
java.util.ResourceBundle bundler
choiceEditor
ReportDesigner.PropertyWindow.ChoiceEditor choiceEditor
buttonSelect
ReportDesigner.PropertyWindow.JTableButtonRenderer buttonSelect
table
javax.swing.JTable table
component
ReportDesigner.ReportComponent[] component
bundle
java.util.ResourceBundle bundle
choiceEditor
ReportDesigner.PropertyWindow.ChoiceEditor choiceEditor
buttonSelect
ReportDesigner.PropertyWindow.JTableButtonRenderer buttonSelect
bundle
java.util.ResourceBundle bundle
translateTableCellRenderer
ReportDesigner.TranslateTableCellRenderer translateTableCellRenderer
ppp
int ppp
ppc
double ppc
|
Class com.ontimize.report.ReportDesigner.SectionPanel.RuleV extends javax.swing.JPanel implements Serializable |
ppp
int ppp
ppc
double ppc
bundle
java.util.ResourceBundle bundle
bundle
java.util.ResourceBundle bundle
bundle
java.util.ResourceBundle bundle
commandHandler
ReportDesigner.WatermarkWindow.WaterCommandHandler commandHandler
watermark
ReportDesigner.ContentPanel watermark
waterToolBar
javax.swing.JToolBar waterToolBar
selectedCommand
java.lang.String selectedCommand
pf
java.awt.print.PageFormat pf
pagePanel
javax.swing.JPanel pagePanel
horizontalRule
ReportDesigner.WatermarkWindow.HorizontalRule horizontalRule
handler
ReportDesigner.WatermarkWindow.WaterPanelHandler handler
ppp
int ppp
ppc
double ppc
pagePanel
javax.swing.JPanel pagePanel
ppp
int ppp
ppc
double ppc
pagePanel
javax.swing.JPanel pagePanel
type
int type
reportName
ReportName reportName
entitiesCombo
javax.swing.JComboBox entitiesCombo
centerPanel
ReportSelection.CenterPanel centerPanel
comboReportStores
javax.swing.JComboBox comboReportStores
add
ReportSelection.ReportButton add
edit
ReportSelection.ReportButton edit
view
ReportSelection.ReportButton view
print
ReportSelection.ReportButton print
delete
ReportSelection.ReportButton delete
refresh
ReportSelection.ReportButton refresh
filter
ReportSelection.ReportButton filter
panel
javax.swing.JPanel panel
locator
EntityReferenceLocator locator
rs
ReportStore[] rs
bundle
java.util.ResourceBundle bundle
erd
EntityReportDesigner erd
tableCenter
javax.swing.JTable tableCenter
model
ReportSelection.CenterPanel.ModelListReport model
actions
java.util.List actions
components
java.util.List components
see
boolean see
columnName
java.lang.String[] columnName
model
java.util.List model
center
ReportSelection.CenterPanel center
actions
java.util.List actions
lInfo
javax.swing.JLabel lInfo
configurationList
javax.swing.JList configurationList
acceptButton
javax.swing.JButton acceptButton
cancelButton
javax.swing.JButton cancelButton
configuration
java.lang.String configuration
model
javax.swing.table.TableModel model
indexes
int[] indexes
sortingColumns
java.util.Vector sortingColumns
ascendings
java.util.Vector ascendings
compares
int compares
reportDefinition
ReportDesigner.ReportDefinition reportDefinition
WIDTHSECTION
int WIDTHSECTION
- See Also:
- Constant Field Values
entityColumns
WizardNewReport.List entityColumns
reportEntityColumns
WizardNewReport.List reportEntityColumns
groupReportColumns
WizardNewReport.List groupReportColumns
groupColumns
WizardNewReport.List groupColumns
functionTable
WizardNewReport.FunctionColumns functionTable
cardPanel
javax.swing.JPanel cardPanel
combo
javax.swing.JComboBox combo
locator
EntityReferenceLocator locator
numPagCheck
javax.swing.JCheckBox numPagCheck
totalPagCheck
javax.swing.JCheckBox totalPagCheck
nextButton
javax.swing.JButton nextButton
previousButton
javax.swing.JButton previousButton
finishButton
javax.swing.JButton finishButton
types
java.util.Map types
positionCard
int positionCard
bundle
java.util.ResourceBundle bundle
items
java.lang.Object[] items
bundle
java.util.ResourceBundle bundle
table
WizardNewReport.FunctionColumns.FunctionTable table
editor
WizardNewReport.ChoiceEditor editor
bundle
java.util.ResourceBundle bundle
groups
java.lang.String[] groups
function
java.lang.String[] function
columnList
java.util.Vector columnList
fieldList
java.util.Vector fieldList
renderer
WizardNewReport.FunctionColumns.FunctionTable.TranslateCellRenderer renderer
editor
WizardNewReport.ChoiceEditor editor
bundle
java.util.ResourceBundle bundle
list
javax.swing.JList list
name
java.util.Vector name
bundle
java.util.ResourceBundle bundle
buttonUp
javax.swing.JButton buttonUp
buttonDown
javax.swing.JButton buttonDown
scroll
javax.swing.JScrollPane scroll
bundle
java.util.ResourceBundle bundle
|
Package com.ontimize.report.columns |
panel
javax.swing.JPanel panel
check
javax.swing.JCheckBox check
field
javax.swing.JTextField field
hF
java.util.Hashtable hF
h
java.util.Hashtable h
columnName
java.util.Vector columnName
reportDialog
DefaultReportDialog reportDialog
res
java.util.ResourceBundle res
widthTable
WidthTable widthTable
acceptButton
javax.swing.JButton acceptButton
cancelButton
javax.swing.JButton cancelButton
colF
java.util.Hashtable colF
model
WidthTableModel model
NAME_COLUMN
java.lang.String NAME_COLUMN
WIDTH_COLUMN
java.lang.String WIDTH_COLUMN
SET_COLUMN
java.lang.String SET_COLUMN
widths
java.util.Hashtable widths
columnName
java.util.Vector columnName
resources
java.util.ResourceBundle resources
columnFixed
java.util.Vector columnFixed
|
Package com.ontimize.report.engine.dynamicjasper |
report
JasperPrint report
|
Package com.ontimize.report.engine.jfreereport |
title
javax.swing.JTextField title
reportDescripcion
javax.swing.JTextField reportDescripcion
textPanel
javax.swing.JPanel textPanel
dRD
ReportEngine dRD
base
FreeReportPreviewDialog.ExtPreviewProxyBase base
report
org.jfree.report.JFreeReport report
|
Package com.ontimize.report.item |
|
Package com.ontimize.report.store |
key
java.lang.Object key
name
java.lang.String name
description
java.lang.String description
entity
java.lang.String entity
xmlDefinition
java.lang.String xmlDefinition
sqlQuery
java.lang.String sqlQuery
type
java.lang.String type
reportResourceList
ReportDesigner.ReportResource[] reportResourceList
queryExpression
QueryExpression queryExpression
bytes
byte[] bytes
name
java.lang.String name
file
javax.swing.JFileChooser file
label
javax.swing.JLabel label
text
javax.swing.JTextField text
bFile
javax.swing.JButton bFile
bRefresh
javax.swing.JButton bRefresh
reportTable
javax.swing.JTable reportTable
root
java.io.File root
data
java.util.Hashtable data
keys
java.util.Vector keys
description
java.lang.String description
reportStore
ReportStore reportStore
locator
SecureReferenceLocator locator
storePath
java.lang.String storePath
|
Class com.ontimize.report.store.RemoteReportStore_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
|
Package com.ontimize.report.utils |
title
java.lang.String title
pnlMain
javax.swing.JPanel pnlMain
title
java.lang.String title
pnlMain
javax.swing.JPanel pnlMain
emptyReport
java.lang.Object emptyReport
allowAddComponentListeners
boolean allowAddComponentListeners
emptyReport
java.lang.Object emptyReport
base
org.jfree.report.modules.gui.base.PreviewProxyBase base
rp
ReportPageable rp
pageNumber
int pageNumber
pf
java.awt.print.PageFormat pf
jobName
java.lang.String jobName
next
javax.swing.JButton next
previous
javax.swing.JButton previous
print
javax.swing.JButton print
page
ReportPageablePreviewComponent.Page page
|
Package com.ontimize.security |
restricted
boolean restricted
name
java.lang.String name
attr
java.lang.String attr
period
TimePeriod period
fmId
java.lang.String fmId
archive
java.lang.String archive
contents
byte[] contents
signature
byte[] signature
groupId
java.lang.String groupId
description
java.lang.String description
restricted
boolean restricted
period
TimePeriod period
type
java.lang.String type
tree
java.lang.String tree
|
Package com.ontimize.util.calc |
icon
javax.swing.ImageIcon icon
zoomButton
javax.swing.JButton zoomButton
zoom
boolean zoom
resourceBundle
java.util.ResourceBundle resourceBundle
popupMenu
javax.swing.JPopupMenu popupMenu
copy
javax.swing.JMenuItem copy
memorizedNumber
double memorizedNumber
operand
boolean operand
result
boolean result
currentOperation
int currentOperation
containerPanel
javax.swing.JPanel containerPanel
viewerPanel
javax.swing.JPanel viewerPanel
buttonPanel
javax.swing.JPanel buttonPanel
button0
Calculator.InternalJButton button0
button1
Calculator.InternalJButton button1
button2
Calculator.InternalJButton button2
button3
Calculator.InternalJButton button3
button4
Calculator.InternalJButton button4
button5
Calculator.InternalJButton button5
button6
Calculator.InternalJButton button6
button7
Calculator.InternalJButton button7
button8
Calculator.InternalJButton button8
button9
Calculator.InternalJButton button9
addButton
Calculator.InternalJButton addButton
substractButton
Calculator.InternalJButton substractButton
multiplyButton
Calculator.InternalJButton multiplyButton
divideButton
Calculator.InternalJButton divideButton
dotButton
Calculator.InternalJButton dotButton
equalButton
Calculator.InternalJButton equalButton
deleteButton
Calculator.InternalJButton deleteButton
sqrtButton
Calculator.InternalJButton sqrtButton
inverseButton
Calculator.InternalJButton inverseButton
signumButton
Calculator.InternalJButton signumButton
viewer
javax.swing.JTextField viewer
separator
java.lang.String separator
|
Package com.ontimize.util.calendar |
timePeriods
java.util.List timePeriods
calendar
java.util.Calendar calendar
businessCalendar
BusinessCalendar businessCalendar
locale
java.util.Locale locale
isWorkingPeriod
boolean isWorkingPeriod
startDay
int startDay
endDay
int endDay
startMonth
int startMonth
endMonth
int endMonth
alias
java.util.Hashtable alias
propertiesFileName
java.lang.String propertiesFileName
calendar
java.util.GregorianCalendar calendar
locale
java.util.Locale locale
holidays
java.util.Hashtable holidays
startDate
java.util.Date startDate
endDate
java.util.Date endDate
day
int day
month
int month
calendar
java.util.GregorianCalendar calendar
- Deprecated.
layout
java.awt.GridBagLayout layout
- Deprecated.
years
javax.swing.JTextField years
- Deprecated.
months
javax.swing.JComboBox months
- Deprecated.
dayTable
javax.swing.JTable dayTable
- Deprecated.
weekDayNameList
java.util.Vector weekDayNameList
- Deprecated.
monthNameList
java.util.Vector monthNameList
- Deprecated.
locale
java.util.Locale locale
- Deprecated.
calendar
java.util.GregorianCalendar calendar
dayCount
int dayCount
dayNames
java.lang.String[] dayNames
l
java.util.Locale l
day
int day
month
int month
l
java.util.Locale l
calendar
java.util.GregorianCalendar calendar
symbols
java.text.DateFormatSymbols symbols
months
java.lang.String[] months
firstDay
int firstDay
lastDay
int lastDay
l
java.util.Locale l
calendar
java.util.GregorianCalendar calendar
day
int day
l
java.util.Locale l
calendar
java.util.GregorianCalendar calendar
day
int day
month
int month
l
java.util.Locale l
calendar
BusinessCalendar calendar
cAux
java.util.GregorianCalendar cAux
symbols
java.text.DateFormatSymbols symbols
months
java.lang.String[] months
firstDay
int firstDay
lastDay
int lastDay
l
java.util.Locale l
calendar
BusinessCalendar calendar
cAux
java.util.GregorianCalendar cAux
day
int day
l
java.util.Locale l
calendar
BusinessCalendar calendar
cAux
java.util.GregorianCalendar cAux
|
Package com.ontimize.util.extend |
fileLabel
javax.swing.JLabel fileLabel
extendedLabel
javax.swing.JLabel extendedLabel
filePath
javax.swing.JTextField filePath
extendedPath
javax.swing.JTextField extendedPath
fileButton
javax.swing.JButton fileButton
extendedButton
javax.swing.JButton extendedButton
fileChooser
javax.swing.JFileChooser fileChooser
applicationBox
javax.swing.JCheckBox applicationBox
formBox
javax.swing.JCheckBox formBox
menuBox
javax.swing.JCheckBox menuBox
buttonBox
javax.swing.JCheckBox buttonBox
entityBox
javax.swing.JCheckBox entityBox
aliasBox
javax.swing.JCheckBox aliasBox
resultText
javax.swing.JTextPane resultText
processButton
javax.swing.JButton processButton
file
java.io.File file
extendedFile
java.io.File extendedFile
group
javax.swing.ButtonGroup group
|
Package com.ontimize.util.filechooser |
|
Package com.ontimize.util.gd |
cat
java.lang.String cat
title
java.lang.String title
url
java.lang.String url
time
long time
snippet
java.lang.String snippet
id
int id
|
Package com.ontimize.util.install |
statusBar
javax.swing.JLabel statusBar
progressBar
javax.swing.JProgressBar progressBar
panelSur
javax.swing.JPanel panelSur
menuBar
javax.swing.JMenuBar menuBar
conf
javax.swing.JMenu conf
source
javax.swing.JMenuItem source
destination
javax.swing.JMenuItem destination
|
Package com.ontimize.util.jar |
lVersion
javax.swing.JLabel lVersion
lHtml
javax.swing.JLabel lHtml
iOntimize
javax.swing.JLabel iOntimize
tPanel
javax.swing.JLabel tPanel
hideFrame
boolean hideFrame
|
Package com.ontimize.util.mail |
contentBuffer
java.lang.StringBuffer contentBuffer
manager
DefaultMailManager manager
editorPane
javax.swing.JEditorPane editorPane
splitPane
javax.swing.JSplitPane splitPane
tree
MailApplication.FolderTree tree
folder
javax.mail.Folder folder
hasDownloadedMessages
boolean hasDownloadedMessages
message
javax.mail.Message message
|
Package com.ontimize.util.memmonitor |
runtime
java.lang.Runtime runtime
gCButton
javax.swing.JButton gCButton
viewedPanel
javax.swing.JPanel viewedPanel
update
boolean update
totalMemory
long totalMemory
freeMemory
long freeMemory
history
long[] history
index
int index
cicleTime
int cicleTime
updateThread
java.lang.Thread updateThread
|
Package com.ontimize.util.notice |
isBordered
boolean isBordered
fastView
javax.swing.JEditorPane fastView
isLabel
boolean isLabel
visibleWindow
boolean visibleWindow
licon
javax.swing.JLabel licon
ltext
javax.swing.JLabel ltext
bClose
javax.swing.JButton bClose
listenerClick
NewNoticeWindow.ListenerClick listenerClick
panel
javax.swing.JPanel panel
formName
java.lang.String formName
managerName
java.lang.String managerName
markAsReadOnClick
boolean markAsReadOnClick
entityDestinyName
java.lang.String entityDestinyName
bAllNotices
javax.swing.JToggleButton bAllNotices
- Button to see all the received notices
bUnreadNotices
javax.swing.JToggleButton bUnreadNotices
- Button to filter the message and see only the new ones (not read)
group
javax.swing.ButtonGroup group
- Group with the filter buttons, using a group only one of the buttons can be selected at the same time
bCheckRead
javax.swing.JButton bCheckRead
- Button to mark the selected notices as read
bRemoveNotices
javax.swing.JButton bRemoveNotices
- Button to mark the selected messages as deleted
sendRequestWithoutAsk
boolean sendRequestWithoutAsk
- This parameter configures the automatic confirmation of notices. If this
is false the user sees a window to selectd between confirm or not
checkAsReadAutomatic
boolean checkAsReadAutomatic
- If this is true all the selected messages as marked as read when they are selected
receiveTable
boolean receiveTable
queryResult
EntityResult queryResult
entity
Entity entity
insertFormName
java.lang.String insertFormName
insertForm
DetailForm insertForm
queryFormName
java.lang.String queryFormName
queryForm
DetailForm queryForm
|
Package com.ontimize.util.operation |
waitingList
java.util.ArrayList waitingList
waitingThreads
java.util.HashMap waitingThreads
runningThreads
java.util.HashMap runningThreads
finishedThreads
java.util.HashMap finishedThreads
locator
EntityReferenceLocator locator
generator
AbstractRemoteOperationManager.IdentifiedGenerator generator
thread
AbstractRemoteOperationManager.RemoteOperationCheckedThread thread
|
Class com.ontimize.util.operation.AbstractRemoteOperationManager_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
|
Package com.ontimize.util.pack200 |
|
Package com.ontimize.util.quartz |
actionParameters
java.util.Map actionParameters
queryParameters
java.util.Map queryParameters
taskName
java.lang.String taskName
taskGroup
java.lang.String taskGroup
locator
EntityReferenceLocator locator
|
Package com.ontimize.util.remote |
locator
EntityReferenceLocator locator
dbConnectionManagerId
java.lang.String dbConnectionManagerId
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serializationStartTime
long serializationStartTime
serializationFinalTime
long serializationFinalTime
decompressBytesNumber
int decompressBytesNumber
compression
int compression
recordingPath
java.io.File recordingPath
bytesBlockSize
int bytesBlockSize
compression
int compression
|
Class com.ontimize.util.remote.RemoteFileSaver_Impl_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
locator
RemotelyManageable locator
|
Class com.ontimize.util.remote.RemoteProperties_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2l
dBManager
DatabaseConnectionManager dBManager
lHost
javax.swing.JLabel lHost
host
javax.swing.JTextField host
portLabel
javax.swing.JLabel portLabel
port
javax.swing.JTextField port
explorerButton
javax.swing.JButton explorerButton
httpCheck
javax.swing.JCheckBox httpCheck
httpsCheck
javax.swing.JCheckBox httpsCheck
rmiCheck
javax.swing.JCheckBox rmiCheck
checkBoxGroup
javax.swing.ButtonGroup checkBoxGroup
cgiLabel
javax.swing.JLabel cgiLabel
cgiPath
javax.swing.JTextField cgiPath
httpPortLabel
javax.swing.JLabel httpPortLabel
httpPort
javax.swing.JTextField httpPort
remoteObjectList
javax.swing.JList remoteObjectList
state
javax.swing.JLabel state
startRASButton
javax.swing.JButton startRASButton
window
RemoteUtilities.RemoteAdministrationWindow window
connectionLabel
javax.swing.JLabel connectionLabel
lockedConnectionLabel
javax.swing.JLabel lockedConnectionLabel
lockedTimeLabel
javax.swing.JLabel lockedTimeLabel
maxLockedTimeLabel
javax.swing.JLabel maxLockedTimeLabel
numberFormat
java.text.NumberFormat numberFormat
id
java.lang.String id
centerPanel
javax.swing.JPanel centerPanel
connectionManagerPanels
java.util.Hashtable connectionManagerPanels
menuListener
RemoteUtilities.DatabaseMenuListener menuListener
r
RemotelyManageable r
administrationSessionId
java.lang.String administrationSessionId
d
javax.swing.JDialog d
currentSessionList
javax.swing.JList currentSessionList
sessionIdList
java.util.Vector sessionIdList
logText
javax.swing.JTextArea logText
fDialog
FindDialog fDialog
characterLabel
javax.swing.JLabel characterLabel
characterNumber
javax.swing.JTextField characterNumber
refreshConnections
javax.swing.JButton refreshConnections
readLogButton
javax.swing.JButton readLogButton
endSessionButton
javax.swing.JButton endSessionButton
updateSessionButton
javax.swing.JButton updateSessionButton
flushButton
javax.swing.JButton flushButton
popup
javax.swing.JPopupMenu popup
multiConnectionManager
boolean multiConnectionManager
databaseMenuListener
RemoteUtilities.DatabaseMenuListener databaseMenuListener
debugCombo
javax.swing.JComboBox debugCombo
bDebugs
javax.swing.JToggleButton bDebugs
connectionNumber
javax.swing.JLabel connectionNumber
lockedNumber
javax.swing.JLabel lockedNumber
lockedTime
javax.swing.JLabel lockedTime
maxLockedTime
javax.swing.JLabel maxLockedTime
numberFormat
java.text.NumberFormat numberFormat
multiConnectionPanel
RemoteUtilities.MultiConnectionPanel multiConnectionPanel
bGetPref
javax.swing.JButton bGetPref
bSetPref
javax.swing.JButton bSetPref
fChooser
javax.swing.JFileChooser fChooser
fChooserSet
javax.swing.JFileChooser fChooserSet
deleteSelectedEntities
javax.swing.JButton deleteSelectedEntities
deleteAllEntities
javax.swing.JButton deleteAllEntities
refreshEntities
javax.swing.JButton refreshEntities
entityList
javax.swing.JList entityList
|
Package com.ontimize.util.rmi |
|
Package com.ontimize.util.rmitunneling |
codebase
java.lang.String codebase
hostname
java.lang.String hostname
tunnelPath
java.lang.String tunnelPath
tunnelPort
java.lang.String tunnelPort
debug
java.lang.String debug
uri
java.lang.String uri
codebase
java.lang.String codebase
hostname
java.lang.String hostname
httpSession
boolean httpSession
prefSize
java.awt.Dimension prefSize
model
StreamInfoComponent.StreamTraceTable.StreamTraceModel model
lastReceivedTraces
java.lang.String[] lastReceivedTraces
lastSentTraces
java.lang.String[] lastSentTraces
|
Package com.ontimize.util.rtf |
borderTop
int borderTop
borderHorizontal
int borderHorizontal
borderBottom
int borderBottom
borderLeft
int borderLeft
borderVertical
int borderVertical
borderRight
int borderRight
lineColor
java.awt.Color lineColor
|
Package com.ontimize.util.rtf.style |
DOCUMENT_WIDTH
int DOCUMENT_WIDTH
isSplitted
boolean isSplitted
margins
java.awt.Insets margins
width
int width
height
int height
m_margins
java.awt.Insets m_margins
|
Package com.ontimize.util.swing |
view
ScalableXHTMLPanel view
manager
NaiveUserAgent manager
scroll
javax.swing.JScrollPane scroll
documentBuilder
javax.xml.parsers.DocumentBuilder documentBuilder
docBuilderFactory
javax.xml.parsers.DocumentBuilderFactory docBuilderFactory
button
javax.swing.JButton button
menuButton
javax.swing.JButton menuButton
menu
javax.swing.JPopupMenu menu
menuList
javax.swing.JList menuList
highlight
boolean highlight
actionMenu
ButtonSelection.Action actionMenu
dimension
java.awt.Dimension dimension
orientation
int orientation
innerComponent
javax.swing.JPanel innerComponent
viewPort
javax.swing.JViewport viewPort
deployedState
boolean deployedState
expandHorizontal
boolean expandHorizontal
expandVertical
boolean expandVertical
expandLast
boolean expandLast
verticalAlignment
int verticalAlignment
attribute
java.lang.Object attribute
borderStyle
int borderStyle
title
java.lang.String title
deployTime
int deployTime
animated
boolean animated
timer
javax.swing.Timer timer
customHeight
int customHeight
customWidth
int customWidth
minHeight
int minHeight
minWidth
int minWidth
tiptext
java.lang.String tiptext
doFirstShow
boolean doFirstShow
firstTime
boolean firstTime
baseTooltip
java.lang.String baseTooltip
reverseIcons
boolean reverseIcons
initiatedPreferences
boolean initiatedPreferences
parentForm
Form parentForm
collapsibleLabel
CollapsibleButtonPanel.CollapsibleLabel collapsibleLabel
cycleStart
long cycleStart
backgroundColor
java.awt.Color backgroundColor
leftIcon
javax.swing.ImageIcon leftIcon
rightIcon
javax.swing.ImageIcon rightIcon
text
javax.swing.JTextArea text
js
javax.swing.JScrollPane js
queryPolicy
java.util.Vector queryPolicy
insertPolicy
java.util.Vector insertPolicy
updatePolicy
java.util.Vector updatePolicy
form
Form form
componentList
java.util.List componentList
- List of all components that conform the JCalculatedExpression
undoManager
javax.swing.undo.UndoManager undoManager
- The reference to the
UndoManager.
expressionPane
ComponentTextPane expressionPane
- The reference to the editor of the mathematical expression.
buttonPanel
javax.swing.JPanel buttonPanel
- Panel that contains all operation buttons.
addButton
javax.swing.JButton addButton
- Add button. Adds 'add' Math symbol to the editor.
substractButton
javax.swing.JButton substractButton
- Subtract button. Adds 'subtract' Math symbol to the editor.
multiplyButton
javax.swing.JButton multiplyButton
- Multiply button. Adds 'multiply' Math symbol to the editor.
divideButton
javax.swing.JButton divideButton
- Divide button. Adds 'divide' Math symbol to the editor.
openParenthesisButton
javax.swing.JButton openParenthesisButton
- Open Parenthesis button. Adds 'open parenthesis' symbol to the editor.
closeParenthesisButton
javax.swing.JButton closeParenthesisButton
- Close Parenthesis button. Adds 'close parenthesis' symbol to the editor.
availableFieldsList
javax.swing.JList availableFieldsList
- JList component that contains a list with available fields to use into the editor of expressions.
The components contained on it are
SelectableItem that allows to visualize the name of the available
field with a check to select if this field is required or not.
splitPane
javax.swing.JSplitPane splitPane
- SplitPane that contains the mathematical editor and the list of available fields.
values
java.util.List values
cycleStart
long cycleStart
deployTime
int deployTime
timer
javax.swing.Timer timer
animated
boolean animated
target
JCollapsibleGroupPanel.CollapseAction target
fillerComponent
javax.swing.JPanel fillerComponent
headerMouseListener
java.awt.event.MouseListener headerMouseListener
initStateCollapsed
boolean initStateCollapsed
onlyonedeployed
boolean onlyonedeployed
- Attribute to set if just one CollapsibleGroup can be opened or it can be
opened more than one. By default it is allowed to deploy more than one
Collpasible Group.
collapsed
boolean collapsed
- This variable indicates if the Group is collapsed. By default, the
group is collapsed, that is, is closed.
header
JCollapsibleGroupPanel.JCollapsibleGroupHeader header
scroll
javax.swing.JScrollPane scroll
body
javax.swing.JPanel body
attr
java.lang.String attr
title
java.lang.String title
constraints
java.awt.GridBagConstraints constraints
filler
javax.swing.JPanel filler
openIcon
javax.swing.ImageIcon openIcon
closeIcon
javax.swing.ImageIcon closeIcon
close
boolean close
preferredSize
java.awt.Dimension preferredSize
pressBorder
javax.swing.border.Border pressBorder
normalBorder
javax.swing.border.Border normalBorder
nullButton
javax.swing.JRadioButton nullButton
- Hidden JRadioButton to allow null selection in radio buttons. It is automatically selected when
not exist visible RadioButtons.
allowNullSelection
boolean allowNullSelection
- Boolean to allow null selection.
contentBuffer
java.awt.image.BufferedImage contentBuffer
contentGraphics
java.awt.Graphics contentGraphics
bundle
java.util.ResourceBundle bundle
bundle
java.util.ResourceBundle bundle
serialVersionUID: 6270183148379328084l
|
Package com.ontimize.util.swing.border |
separator
javax.swing.border.EmptyBorder separator
location
int location
|
Package com.ontimize.util.swing.icon |
principal
javax.swing.Icon principal
add
javax.swing.Icon add
|
Package com.ontimize.util.swing.list |
bundle
java.util.ResourceBundle bundle
|
Package com.ontimize.util.swing.popuplist |
paintBorder
boolean paintBorder
listenerList
java.util.ArrayList listenerList
paintBorder
boolean paintBorder
handler
java.awt.event.MouseListener handler
bundle
java.util.ResourceBundle bundle
isMouseOver
boolean isMouseOver
popup
javax.swing.JPopupMenu popup
emptyLabel
javax.swing.JLabel emptyLabel
infoLabel
javax.swing.JLabel infoLabel
southPanel
javax.swing.JPanel southPanel
scroll
javax.swing.JScrollPane scroll
bundle
java.util.ResourceBundle bundle
form
Form form
enabledPrivateTemplates
boolean enabledPrivateTemplates
record
EntityResult record
key
java.lang.Object key
|
Package com.ontimize.util.swing.printpreview |
rp
java.awt.print.Pageable rp
pageNumber
int pageNumber
pf
java.awt.print.PageFormat pf
jobName
java.lang.String jobName
next
javax.swing.JButton next
previous
javax.swing.JButton previous
print
javax.swing.JButton print
bZmore
javax.swing.JButton bZmore
bZless
javax.swing.JButton bZless
page
PrintPreviewDialog.Page page
pf
java.awt.print.PageFormat pf
zoom
double zoom
|
Package com.ontimize.util.swing.selectablelist |
selectedBackground
java.awt.Color selectedBackground
selectedForeground
java.awt.Color selectedForeground
notSelectedForeground
java.awt.Color notSelectedForeground
notSelectedBackground
java.awt.Color notSelectedBackground
bundle
java.util.ResourceBundle bundle
|
Package com.ontimize.util.swing.table |
columnGroups
java.util.Vector columnGroups
centerPanel
PivotDetailTableUtils.PivotDetailPanel centerPanel
model
javax.swing.table.TableModel model
resources
java.util.ResourceBundle resources
table
Table table
rows
Label rows
column
Label column
cols
java.util.Vector cols
visibleCols
java.util.Vector visibleCols
innerModel
javax.swing.table.TableModel innerModel
columns
int[] columns
group
int group
calendar
java.util.Calendar calendar
border
javax.swing.border.Border border
minHeaderHeight
int minHeaderHeight
verticalHeaderMargin
int verticalHeaderMargin
currentTable
javax.swing.JTable currentTable
predFont
java.awt.Font predFont
groupBackgroundColor
java.awt.Color groupBackgroundColor
backgroundColor
java.awt.Color backgroundColor
foregroundColor
java.awt.Color foregroundColor
foregroundFilterColor
java.awt.Color foregroundFilterColor
bgImage
javax.swing.ImageIcon bgImage
bgCurrentImage
java.awt.Image bgCurrentImage
defaultBorder
javax.swing.border.Border defaultBorder
lastColumnBorder
javax.swing.border.Border lastColumnBorder
firstColumnBorder
javax.swing.border.Border firstColumnBorder
bundle
java.util.ResourceBundle bundle
percentage
boolean percentage
insets
java.awt.Insets insets
bundle
java.util.ResourceBundle bundle
bg
java.awt.Color bg
format
java.text.NumberFormat format
customBG
java.awt.Color customBG
b
javax.swing.border.Border b
centerPanel
PivotTableUtils.PivotPanel centerPanel
updateEnabled
boolean updateEnabled
NUMBER_CROW_FIELD
int NUMBER_CROW_FIELD
model
javax.swing.table.TableModel model
resources
java.util.ResourceBundle resources
table
javax.swing.JTable table
headerRenderer
PivotTableUtils.HeaderRenderer headerRenderer
topPanel
javax.swing.JPanel topPanel
buttonPanel
javax.swing.JPanel buttonPanel
columnPanel
javax.swing.JPanel columnPanel
leftPanel
javax.swing.JPanel leftPanel
printButton
javax.swing.JButton printButton
ppButton
javax.swing.JButton ppButton
pageButton
javax.swing.JButton pageButton
exportExcelButton
javax.swing.JButton exportExcelButton
arrayCrowField
javax.swing.JComboBox[] arrayCrowField
crowField
javax.swing.JComboBox crowField
- Deprecated. All combos are inside of arrayCrowField variable
crowField2
javax.swing.JComboBox crowField2
- Deprecated. All combos are inside of arrayCrowField variable
crowField3
javax.swing.JComboBox crowField3
- Deprecated. All combos are inside of arrayCrowField variable
ccolumnField
javax.swing.JComboBox ccolumnField
cdataField
javax.swing.JComboBox cdataField
cdategroup
javax.swing.JComboBox cdategroup
coperation
javax.swing.JComboBox coperation
pTable
TableUtils.PrintableTable pTable
selectedColumn
java.util.Hashtable selectedColumn
parameters
java.util.Hashtable parameters
dDetailPivot
EJDialog dDetailPivot
insets
java.awt.Insets insets
remarkLastRow
boolean remarkLastRow
b
javax.swing.border.Border b
b1
javax.swing.border.Border b1
bLeft
javax.swing.border.Border bLeft
percentage
boolean percentage
innerModel
javax.swing.table.TableModel innerModel
operation
int operation
rowColumns
int rowColumns
column
java.lang.String column
dateGroupTableModel
PivotTableUtils.DateGroupTableModel dateGroupTableModel
bundle
java.util.ResourceBundle bundle
|
Package com.ontimize.util.swing.text |
currentLabelComponents
java.util.List currentLabelComponents
startOffset
int startOffset
- Position in the JTextPane where this component starts
endOffset
int endOffset
- Position in the JTextPane where this components ends (usually is start
offset + 1)
originalText
java.lang.String originalText
- Original text
viewFactory
javax.swing.text.ViewFactory viewFactory
factory
javax.swing.text.ViewFactory factory
|
Package com.ontimize.util.templates |
currentForm
Form currentForm
fieldDataList
java.util.Vector fieldDataList
imageDataList
java.util.Vector imageDataList
tableDataList
java.util.Vector tableDataList
templateURL
java.lang.String templateURL
action
OpenTemplateAction action
parameters
java.util.Hashtable parameters
|
Package com.ontimize.util.test |
bar
javax.swing.JProgressBar bar
lInfo
javax.swing.JLabel lInfo
description
java.lang.String description
file
java.lang.String file
result
int result
|
Package com.ontimize.util.twain |
source
java.awt.image.RenderedImage source
adjustSize
int adjustSize
scale
double scale
zoom
double zoom
selectionRectangle
java.awt.Rectangle selectionRectangle
selStroke
java.awt.Stroke selStroke
display
TwainManager.JImageDisplay display
scanArea
java.awt.Rectangle scanArea
scan
javax.swing.JButton scan
labelInfo
javax.swing.JLabel labelInfo
labelResolucion
javax.swing.JLabel labelResolucion
tfResolution
javax.swing.JTextField tfResolution
capture
javax.swing.JButton capture
|
Package com.ontimize.util.visor |
modified
boolean modified
menuBar
javax.swing.JMenuBar menuBar
file
javax.swing.JMenu file
open
javax.swing.JMenuItem open
save
javax.swing.JMenuItem save
exit
javax.swing.JMenuItem exit
fc
javax.swing.JFileChooser fc
currentDirectory
java.io.File currentDirectory
currentFile
java.io.File currentFile
form
Form form
pack
javax.swing.JCheckBox pack
text
javax.swing.JTextField text
centralPanel
javax.swing.JPanel centralPanel
southPanel
javax.swing.JPanel southPanel
button
javax.swing.JButton button
fontButton
javax.swing.JButton fontButton
manager
FormManager manager
sizeLabel
javax.swing.JLabel sizeLabel
f
Form f
labelsUrl
java.net.URL labelsUrl
packageName
java.lang.String packageName
invokedStandalone
boolean invokedStandalone
|
Package com.ontimize.util.webstart |
jarName
java.lang.String jarName