java.util.Locale locale
Locale of the application.
This Locale will be inherited by Components.LayoutDirection layoutDirection
LayoutDirection of the application, derived
from the application's Locale.
This LayoutDirection will be inherited by
Components.java.util.Map context
java.util.Map renderIdToComponentMap
Component instances themselves.java.util.HashMap taskQueueMap
TaskQueueHandles and Lists
of Runnable tasks. Values may be null if a particular
TaskQueue does not contain any tasks.java.beans.PropertyChangeSupport propertyChangeSupport
UpdateManager updateManager
UpdateManager handling updates to/from this application.Window defaultWindow
Window.
Currently only one top-level is supported per
ApplicationInstance.StyleSheet styleSheet
StyleSheet used by the application.java.util.List modalComponents
long nextId
ApplicationInstance-unique identifier value.ApplicationInstance.generateId()private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionSerializableprivate void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOExceptionSerializablejava.lang.String id
Border.Side[] sides
ApplicationInstance applicationInstance
ApplicationInstance to which the component is registered.java.util.List children
int flags
java.lang.String id
renderId.LayoutDirection layoutDirection
ApplicationInstance or from
an ancestor Component in the hierarchy.EventListenerList listenerList
java.util.Locale locale
ApplicationInstance or from an ancestor
Component in the hierarchy.MutableStyle localStyle
Component parent
java.beans.PropertyChangeSupport propertyChangeSupport
java.lang.String renderId
id.Style sharedStyle
java.lang.String styleName
java.lang.String focusPreviousId
java.lang.String focusNextId
Style parentStyle
ImageReference image
Extent horizontalOffset
Extent verticalOffset
int repeat
Font.Typeface typeface
Extent size
int style
java.lang.String name
Font.Typeface alternate
ChangeListener changeMonitor
ButtonGroup behavior.ButtonGroup buttonGroup
boolean autoCreateColumnsFromModel
boolean headerVisible
TableModel model
TableColumnModel columnModel
boolean valid
java.util.Map defaultRendererMap
TableCellRenderer defaultHeaderRenderer
ListSelectionModel selectionModel
boolean suppressChangeNotifications
boolean rendering
TableModelListener modelListener
TableColumnModelListener columnModelListener
ChangeListener changeHandler
ActionListener actionForwarder
EventListenerList listenerList
java.lang.String actionCommand
ChangeListener changeForwarder
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundExceptionjava.io.IOExceptionSerializableprivate void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOExceptionSerializableExtent height
Extent width
ChangeListener changeHandler
ListDataListener listDataHandler
ListDataEvents.ListCellRenderer listCellRenderer
ListModel model
ListSelectionModel selectionModel
EventListenerList listenerList
EventListeners.EventListenerList listenerList
int selectionMode
java.util.BitSet selection
int minSelectedIndex
EventListenerList listenerList
java.util.List columns
EventListenerList listenerList
Extent width
TableCellRenderer cellRenderer
TableCellRenderer headerRenderer
java.lang.Object headerValue
int modelIndex
java.lang.Object identifier
java.beans.PropertyChangeSupport pcs
EventListenerList listenerList
Document document
DocumentListener documentListener
Component component
java.util.Map inputs
java.util.Map clientComponentUpdateMap
Components and ClientComponentUpdates.java.util.Map applicationUpdateMap
Component actionComponent
java.lang.String actionName
java.lang.Object actionValue
ApplicationInstance applicationInstance
ApplicationInstance.java.util.Set addedChildren
Components added to the parent.Component parent
ServerComponentUpdate.java.util.Map propertyUpdates
parent component and PropertyUpdates.java.util.Set removedChildren
Components removed from the parent.java.util.Set removedDescendants
Components which are implicitly removed as they were children of removed children.java.util.Set updatedLayoutDataChildren
Components whose LayoutData was updated.java.util.Map applicationUpdateMap
PropertyUpdates to the application.java.util.List commands
java.util.Map componentUpdateMap
Components and ServerComponentUpdates. The key is the parent component involved in
the update.ServerComponentUpdate fullRefreshUpdate
ServerComponentUpdate used to describe a full-refresh of the application state being required.ClientUpdateManager clientUpdateManager
ClientUpdateManager that will be used to process input from the client.ApplicationInstance applicationInstance
ApplicationInstance.ServerComponentUpdate[] cachedComponentUpdates
ServerComponentUpdates (returned by multiple invocations of getComponentUpdates().)ClientUpdateManager clientUpdateManager
ServerUpdateManager serverUpdateManager
ApplicationInstance applicationInstance