Serialized Form
|
Package org.karora.cooee.app |
activeTabIndex
int activeTabIndex
- Index of active tab.
horizontal
int horizontal
vertical
int vertical
locale
java.util.Locale locale
- The default
Locale of the application.
This Locale will be inherited by Components.
layoutDirection
LayoutDirection layoutDirection
- The default
LayoutDirection of the application, derived
from the application's Locale.
This LayoutDirection will be inherited by
Components.
context
java.util.Map<K,V> context
- Contextual data.
- See Also:
ApplicationInstance.getContextProperty(java.lang.String)
renderIdToComponentMap
java.util.Map<K,V> renderIdToComponentMap
- Mapping from the render ids of all registered components to the
Component instances themselves.
taskQueueMap
java.util.HashMap<K,V> taskQueueMap
- Mapping between
TaskQueueHandles and Lists
of Runnable tasks. Values may be null if a particular
TaskQueue does not contain any tasks.
propertyChangeSupport
java.beans.PropertyChangeSupport propertyChangeSupport
- Fires property change events for the instance object.
updateManager
UpdateManager updateManager
- The
UpdateManager handling updates to/from this application.
defaultWindow
Window defaultWindow
- The top-level
Window.
Currently only one top-level is supported per
ApplicationInstance.
styleSheet
StyleSheet styleSheet
- The
StyleSheet used by the application.
modalComponents
java.util.List<E> modalComponents
- Collection of modal components, the last index representing the current
modal context.
nextId
long nextId
- The next available sequentially generated
ApplicationInstance-unique identifier value.
- See Also:
ApplicationInstance.generateId()
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- See Also:
Serializable
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException- See Also:
Serializable
id
java.lang.String id
size
Extent size
color
Color color
style
int style
date
java.util.Date date
rgb
int rgb
color
Color color
applicationInstance
ApplicationInstance applicationInstance
- The
ApplicationInstance to which the component is registered.
children
java.util.List<E> children
- An ordered collection of references to child components.
This object is lazily instantiated.
flags
int flags
- Boolean flags for this component, including enabled state, visibility,
focus traversal participation, and focus traversal index.
Multiple booleans are wrapped in a single integer
to save memory, since many
Componentinstances will be
created.
id
java.lang.String id
- A user-defined identifier for this component.
This identifier is not related in any way to
renderId.
layoutDirection
LayoutDirection layoutDirection
- The layout direction of the component.
This property is generally unset, as layout direction information is
normally inherited from the
ApplicationInstance or from
an ancestor Component in the hierarchy.
listenerList
EventListenerList listenerList
- Listener storage.
locale
java.util.Locale locale
- The locale of the component.
This property is generally unset, as locale information is normally
inherited from the
ApplicationInstance or from an ancestor
Component in the hierarchy.
localStyle
MutableStyle localStyle
- Local style data storage for properties directly set on component itself.
parent
Component parent
- The parent component.
propertyChangeSupport
java.beans.PropertyChangeSupport propertyChangeSupport
- The property change event dispatcher.
This object is lazily instantiated.
renderId
java.lang.String renderId
- A application-wide unique identifier for this component.
This identifier is not related in any way to
id.
sharedStyle
Style sharedStyle
- Shared style.
styleName
java.lang.String styleName
- Name of style to use from application style sheet
parentStyle
Style parentStyle
dropTargets
java.util.List<E> dropTargets
selectionModel
MenuSelectionModel selectionModel
defaultMenuId
java.lang.String defaultMenuId
changeListener
ChangeListener changeListener
value
int value
units
int units
image
ImageReference image
horizontalOffset
Extent horizontalOffset
verticalOffset
Extent verticalOffset
repeat
int repeat
contentInsets
Insets contentInsets
borderInsets
Insets borderInsets
color
Color color
fillImages
FillImage[] fillImages
typeface
Font.Typeface typeface
size
Extent size
style
int style
name
java.lang.String name
alternate
Font.Typeface alternate
uri
java.lang.String uri
width
Extent width
height
Extent height
id
java.lang.String id
illegalChild
Component illegalChild
parent
Component parent
top
Extent top
bottom
Extent bottom
left
Extent left
right
Extent right
leftToRight
boolean leftToRight
data
java.lang.Object[] data
length
int length
indicesToValues
java.util.SortedMap<K,V> indicesToValues
namedStyleMap
java.util.Map<K,V> namedStyleMap
defaultStyleMap
java.util.Map<K,V> defaultStyleMap
width
Extent width
height
Extent height
contentType
java.lang.String contentType
resource
java.lang.String resource
id
java.lang.String id
autoCreateColumnsFromModel
boolean autoCreateColumnsFromModel
headerVisible
boolean headerVisible
model
TableModel model
columnModel
TableColumnModel columnModel
valid
boolean valid
defaultRendererMap
java.util.Map<K,V> defaultRendererMap
defaultHeaderRenderer
TableCellRenderer defaultHeaderRenderer
selectionModel
ListSelectionModel selectionModel
suppressChangeNotifications
boolean suppressChangeNotifications
modelListener
TableModelListener modelListener
- Listener to monitor changes to model.
columnModelListener
TableColumnModelListener columnModelListener
- Listener to monitor changes to column model.
changeHandler
ChangeListener changeHandler
- Local handler for list selection events.
activeTabIndex
int activeTabIndex
- Index of active tab.
modal
boolean modal
zIndex
int zIndex
|
Package org.karora.cooee.app.button |
actionForwarder
ActionListener actionForwarder
- Forwards events generated by the model to listeners registered with the
component instance.
id
java.lang.String id
buttons
java.util.Set<E> buttons
listenerList
EventListenerList listenerList
actionCommand
java.lang.String actionCommand
selected
boolean selected
changeMonitor
ChangeListener changeMonitor
- Monitors state changes to enforce
ButtonGroup behavior.
buttonGroup
ButtonGroup buttonGroup
changeForwarder
ChangeListener changeForwarder
- Forwards events generated by the model to listeners registered with the
component instance.
|
Package org.karora.cooee.app.componentxml |
cause
java.lang.Throwable cause
|
Package org.karora.cooee.app.event |
command
java.lang.String command
target
java.lang.Object target
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException- See Also:
Serializable
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException- See Also:
Serializable
index0
int index0
index1
int index1
type
int type
fromIndex
int fromIndex
toIndex
int toIndex
firstRow
int firstRow
lastRow
int lastRow
column
int column
type
int type
|
Package org.karora.cooee.app.filetransfer |
id
java.lang.String id
active
boolean active
provider
DownloadProvider provider
streamInline
boolean streamInline
provider
DownloadProvider provider
contentType
java.lang.String contentType
resourceName
java.lang.String resourceName
fileNameProvided
boolean fileNameProvided
contentType
java.lang.String contentType
fileName
java.lang.String fileName
inputStream
java.io.InputStream inputStream
size
int size
uploadListener
UploadListener uploadListener
|
Package org.karora.cooee.app.layout |
title
java.lang.String title
background
Color background
backgroundImage
FillImage backgroundImage
insets
Insets insets
alignment
Alignment alignment
height
Extent height
columnSpan
int columnSpan
rowSpan
int rowSpan
width
Extent width
overflow
int overflow
alignment
Alignment alignment
background
Color background
maximumSize
Extent maximumSize
minimumSize
Extent minimumSize
backgroundImage
FillImage backgroundImage
insets
Insets insets
title
java.lang.String title
|
Package org.karora.cooee.app.list |
changeHandler
ChangeListener changeHandler
- Local handler for list selection events.
listDataHandler
ListDataListener listDataHandler
- Local handler of
ListDataEvents.
listCellRenderer
ListCellRenderer listCellRenderer
model
ListModel model
selectionModel
ListSelectionModel selectionModel
listenerList
EventListenerList listenerList
- A storage facility for
EventListeners.
items
java.util.List<E> items
listenerList
EventListenerList listenerList
selectionMode
int selectionMode
selection
java.util.BitSet selection
minSelectedIndex
int minSelectedIndex
|
Package org.karora.cooee.app.menu |
model
MenuModel model
stateModel
MenuStateModel stateModel
stateModelListener
ChangeListener stateModelListener
- Listener to monitor changes to state model.
listenerList
EventListenerList listenerList
items
java.util.List<E> items
text
java.lang.String text
icon
ImageReference icon
id
java.lang.String id
selectedIdSet
java.util.Set<E> selectedIdSet
disabledIdSet
java.util.Set<E> disabledIdSet
text
java.lang.String text
icon
ImageReference icon
id
java.lang.String id
groupId
java.lang.String groupId
|
Package org.karora.cooee.app.table |
listenerList
EventListenerList listenerList
columns
java.util.List<E> columns
- A collection of all columns in the column model in order.
listenerList
EventListenerList listenerList
- A listener storage facility.
rows
java.util.List<E> rows
columnNames
java.util.List<E> columnNames
width
Extent width
cellRenderer
TableCellRenderer cellRenderer
headerRenderer
TableCellRenderer headerRenderer
headerValue
java.lang.Object headerValue
modelIndex
int modelIndex
identifier
java.lang.Object identifier
pcs
java.beans.PropertyChangeSupport pcs
|
Package org.karora.cooee.app.text |
listenerList
EventListenerList listenerList
- A listener storage facility.
text
java.lang.String text
document
Document document
documentListener
DocumentListener documentListener
- Local listener to monitor changes to document.
|
Package org.karora.cooee.app.update |
component
Component component
inputs
java.util.Map<K,V> inputs
clientComponentUpdateMap
java.util.Map<K,V> clientComponentUpdateMap
applicationUpdateMap
java.util.Map<K,V> applicationUpdateMap
actionComponent
Component actionComponent
actionName
java.lang.String actionName
actionValue
java.lang.Object actionValue
applicationInstance
ApplicationInstance applicationInstance
newValue
java.lang.Object newValue
oldValue
java.lang.Object oldValue
addedChildren
java.util.Set<E> addedChildren
- The set of child
Components added to the parent.
parent
Component parent
- The parent component represented in this
ServerComponentUpdate.
propertyUpdates
java.util.Map<K,V> propertyUpdates
- A mapping between property names of the
parent component and
PropertyUpdates.
removedChildren
java.util.Set<E> removedChildren
- The set of child
Components removed from the parent.
removedDescendants
java.util.Set<E> removedDescendants
- The set of descendant
Components which are implicitly removed
as they were children of removed children.
updatedLayoutDataChildren
java.util.Set<E> updatedLayoutDataChildren
- The set of child
Components whose LayoutData
was updated.
applicationUpdateMap
java.util.Map<K,V> applicationUpdateMap
commands
java.util.ArrayList<E> commands
componentUpdateMap
java.util.Map<K,V> componentUpdateMap
fullRefreshUpdate
ServerComponentUpdate fullRefreshUpdate
clientUpdateManager
ClientUpdateManager clientUpdateManager
applicationInstance
ApplicationInstance applicationInstance
clientUpdateManager
ClientUpdateManager clientUpdateManager
serverUpdateManager
ServerUpdateManager serverUpdateManager
applicationInstance
ApplicationInstance applicationInstance
|
Package org.karora.cooee.app.util |
|
Package org.karora.cooee.ng |
bottomColor
Color bottomColor
bottomSize
Extent bottomSize
bottomStyle
int bottomStyle
color
Color color
leftColor
Color leftColor
leftSize
Extent leftSize
leftStyle
int leftStyle
rightColor
Color rightColor
rightSize
Extent rightSize
rightStyle
int rightStyle
size
Extent size
style
int style
topColor
Color topColor
topSize
Extent topSize
topStyle
int topStyle
actionForwarder
ActionListener actionForwarder
- Forwards events generated by the model to listeners registered with the
component instance.
attributeMap
java.util.Map<K,V> attributeMap
document
Document document
documentListener
DocumentListener documentListener
- Local listener to monitor changes to document.
internalListener
org.karora.cooee.ng.CalculatorField.InternalListener internalListener
attributeMap
java.util.Map<K,V> attributeMap
internalListener
ChangeListener internalListener
textField
TextField textField
listModel
ListModel listModel
listCellRenderer
ListCellRenderer listCellRenderer
selectionPending
boolean selectionPending
textFieldListener
org.karora.cooee.ng.ComboBox.TextFieldListener textFieldListener
docListener
org.karora.cooee.ng.ComboBox.DocListener docListener
listListener
org.karora.cooee.ng.ComboBox.ListDataHandler listListener
attributeMap
java.util.Map<K,V> attributeMap
attributeMap
java.util.Map<K,V> attributeMap
modelChangeForwarder
org.karora.cooee.ng.DateChooser.ModelChangeListener modelChangeForwarder
dateFormat
java.text.DateFormat dateFormat
internalListener
org.karora.cooee.ng.DateField.InternalListener internalListener
selectionPending
boolean selectionPending
expansionOverride
boolean expansionOverride
updateFromTextField
boolean updateFromTextField
target
Component target
internalExpansionListener
ChangeListener internalExpansionListener
listenerList
EventListenerList listenerList
listenerList
EventListenerList listenerList
- The EventListenerList containing
HistoryEventListener's
historyStateList
java.util.List<E> historyStateList
- The list of
HistoryState objects
pendingHistoryStateList
java.util.List<E> pendingHistoryStateList
- The pending list of
HistoryState objects not yet processed
by the rendering peer.
currentHistoryIndex
int currentHistoryIndex
coordMap
java.util.Map<K,V> coordMap
type
int type
top
int top
bottom
int bottom
left
int left
right
int right
x
int x
y
int y
radius
int radius
polyCoords
int[] polyCoords
actionCommand
java.lang.String actionCommand
altText
java.lang.String altText
keyCombos
java.util.Map<K,V> keyCombos
attributeMap
java.util.Map<K,V> attributeMap
attributeMap
java.util.Map<K,V> attributeMap
dataListener
org.karora.cooee.ng.ListSection.ListDataHandler dataListener
attributeMap
java.util.Map<K,V> attributeMap
internalListener
org.karora.cooee.ng.PopUp.InternallListener internalListener
popUpTracker
ComponentTracker popUpTracker
targetTracker
ComponentTracker targetTracker
changeListener
ChangeListener changeListener
invalid
boolean invalid
attributeMap
java.util.Map<K,V> attributeMap
attributeMap
java.util.Map<K,V> attributeMap
attributeMap
java.util.Map<K,V> attributeMap
changeListener
ChangeListener changeListener
stack
java.util.List<E> stack
contentTracker
ComponentTracker contentTracker
- used to contain the tab content components
currentlySelectedIndex
int currentlySelectedIndex
- our currently selected index
internalActionListener
org.karora.cooee.ng.TabbedPane.TabActionListener internalActionListener
internalModelListener
org.karora.cooee.ng.TabbedPane.TabModelListener internalModelListener
internalSelectionListener
org.karora.cooee.ng.TabbedPane.TabSelectionListener internalSelectionListener
tabsTracker
ComponentTracker tabsTracker
- used to contain the tab components
attributeMap
java.util.Map<K,V> attributeMap
defaultFooterRenderer
TableCellRenderer defaultFooterRenderer
defaultRenderer
TableCellRenderer defaultRenderer
cellMatrix
TableEx.CellMatrix cellMatrix
- Tracks the content for the cells of the
TableEx
valid
boolean valid
- A boolean flag indicating whether the
TableEx is valid or
not.
footerVisible
boolean footerVisible
- A boolean flag indicating whether the
TableEx has a
visible footer or not
cellContentMap
java.util.Map<K,V> cellContentMap
cellSpanObject
java.lang.Object cellSpanObject
columnCount
int columnCount
rowCount
int rowCount
propertyMap
java.util.Map<K,V> propertyMap
componentNameMap
java.util.Map<K,V> componentNameMap
styleApplied
boolean styleApplied
attributeMap
java.util.Map<K,V> attributeMap
attributeMap
java.util.Map<K,V> attributeMap
expansionForwarder
org.karora.cooee.ng.Tree.TreeExpansionHandler expansionForwarder
selectionForwarder
Tree.TreeSelectionForwarder selectionForwarder
treeModelListener
TreeModelListener treeModelListener
dirtyPaths
java.util.ArrayList<E> dirtyPaths
valid
boolean valid
treeAndTableCellRenderer
org.karora.cooee.ng.TreeTable.TreeAndTableCellRenderer treeAndTableCellRenderer
|
Package org.karora.cooee.ng.able |
threeDLightColor
Color threeDLightColor
arrowColor
Color arrowColor
baseColor
Color baseColor
darkShadowColor
Color darkShadowColor
faceColor
Color faceColor
hilightColor
Color hilightColor
shadowColor
Color shadowColor
pcs
java.beans.PropertyChangeSupport pcs
|
Package org.karora.cooee.ng.externalevent |
eventParameters
java.util.Map<K,V> eventParameters
|
Package org.karora.cooee.ng.history |
historyState
HistoryState historyState
|
Package org.karora.cooee.ng.image |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- See Also:
Serializable
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException- See Also:
Serializable
keptInMemory
boolean keptInMemory
valid
boolean valid
id
java.lang.String id
encodeAlpha
boolean encodeAlpha
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- See Also:
Serializable
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException- See Also:
Serializable
bestQuality
boolean bestQuality
autoCenterAtConstruction
boolean autoCenterAtConstruction
horizontalAlignment
int horizontalAlignment
replacementImageAlignment
int replacementImageAlignment
textAngle
int textAngle
verticalAlignment
int verticalAlignment
x
int x
y
int y
origImageW
int origImageW
origImageH
int origImageH
scaleOption
int scaleOption
insets
Insets insets
drawer
org.karora.cooee.ng.image.TextImageReference.TextImageDrawer drawer
resourceURL
java.net.URL resourceURL
contentType
java.lang.String contentType
width
Extent width
height
Extent height
id
java.lang.String id
|
Package org.karora.cooee.ng.layout |
localStyle
MutableStyle localStyle
colSpan
int colSpan
rowSpan
int rowSpan
toolTipText
java.lang.String toolTipText
|
Package org.karora.cooee.ng.list |
|
Package org.karora.cooee.ng.model |
metaKeyInfo
int metaKeyInfo
calendar
java.util.Calendar calendar
listenerList
EventListenerList listenerList
- The listeners waiting for model changes.
value
int value
extent
int extent
min
int min
max
int max
isAdjusting
boolean isAdjusting
serialVersionUID: 5114495497422592058L
displayedDate
java.util.Calendar displayedDate
listenerList
EventListenerList listenerList
selectedDate
java.util.Calendar selectedDate
alwaysFireSelectedEvent
boolean alwaysFireSelectedEvent
isExpanded
boolean isExpanded
listenerList
EventListenerList listenerList
listenerList
EventListenerList listenerList
actionCommand
java.lang.String actionCommand
group
ButtonGroup group
listenerList
EventListenerList listenerList
selectedIndex
int selectedIndex
id
java.lang.String id
members
java.util.List<E> members
accordionMode
boolean accordionMode
|
Package org.karora.cooee.ng.progressbar |
borderSize
int borderSize
height
int height
hspacer
int hspacer
isHorz
boolean isHorz
pb
ProgressBar pb
vspacer
int vspacer
width
int width
|
Package org.karora.cooee.ng.richtext |
fontNames
java.lang.String[][] fontNames
fontSizes
java.lang.String[][] fontSizes
paragraphStyles
java.lang.String[][] paragraphStyles
commandImages
java.util.Map<K,V> commandImages
|
Package org.karora.cooee.ng.stylesheet |
causeException
java.lang.Throwable causeException
lineNo
int lineNo
|
Package org.karora.cooee.ng.tabbedpane |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- See Also:
Serializable
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException- See Also:
Serializable
leadInImage
ImageReference leadInImage
leadOutImage
ImageReference leadOutImage
insets
Insets insets
borderWidth
int borderWidth
borderColor
Color borderColor
activeColor
Color activeColor
inactiveColor
Color inactiveColor
tabPlacement
int tabPlacement
tabEntryList
java.util.List<E> tabEntryList
tabComponent
Component tabComponent
tabContent
Component tabContent
|
Package org.karora.cooee.ng.table |
listenerList
EventListenerList listenerList
selectionMode
int selectionMode
selection
java.util.BitSet selection
minSelectedUnsortedIndex
int minSelectedUnsortedIndex
tableModel
TableModel tableModel
suppressChangeNotifications
boolean suppressChangeNotifications
forwarderModelListener
TableModelListener forwarderModelListener
- Used to forward table model events upwards and onwards to the users of
this TableModel. That way we dont "mask" out events that might occur in
the underlying
TableModel
underlyingTableModel
TableModel underlyingTableModel
hiddenColumnsSet
java.util.Set<E> hiddenColumnsSet
currentPage
int currentPage
rowsPerPage
int rowsPerPage
underlyingTableModel
TableModel underlyingTableModel
- This is the underlying TableModel being decorated by this class
columnModel
TableColumnModel columnModel
viewToModel
org.karora.cooee.ng.table.DefaultSortableTableModel.SortedRow[] viewToModel
modelToView
int[] modelToView
tableModelListener
TableModelListener tableModelListener
columnComparators
java.util.Map<K,V> columnComparators
sortingColumns
java.util.List<E> sortingColumns
- Sorted columns status. The last element is the most recently sorted.
model
PageableTableModel model
comparator
java.util.Comparator<T> comparator
upArrowImage
ImageReference upArrowImage
- The up arrow image displayed in the column header
downArrowImage
ImageReference downArrowImage
- The down arrow image displayed in the column header
background
Color background
- The background displayed in the column header
border
BorderEx border
- The border displayed in the column header
insets
Insets insets
- The insets of the button displayed in the column header
layoutData
TableLayoutData layoutData
- The layout data to be used for each cell
row
int row
column
int column
footerRenderer
TableCellRenderer footerRenderer
footerValue
java.lang.Object footerValue
|
Package org.karora.cooee.ng.template |
encoding
java.lang.String encoding
cachingHints
TemplateCachingHints cachingHints
contentType
java.lang.String contentType
compilerHints
TemplateCompilerHints compilerHints
file
java.io.File file
canonicalName
java.lang.String canonicalName
jspPath
java.lang.String jspPath
requestAttributeMap
java.util.Map<K,V> requestAttributeMap
resource
java.lang.String resource
canonicalName
java.lang.String canonicalName
classLoader
java.lang.ClassLoader classLoader
timeToLive
long timeToLive
accessTimeout
long accessTimeout
lastModified
long lastModified
stringMap
java.util.HashMap<K,V> stringMap
string
java.lang.String string
|
Package org.karora.cooee.ng.text |
text
java.lang.String text
|
Package org.karora.cooee.ng.tree |
actionCommand
java.lang.String actionCommand
- this node's action command
parent
MutableTreeNode parent
- this node's parent, or null if this node has no parent
children
java.util.Vector<E> children
- array of children, may be null if this node has no children
allowsChildren
boolean allowsChildren
- true if the node is able to have children
queue
org.karora.cooee.ng.tree.DefaultMutableTreeNode.BreadthFirstEnumeration.Queue queue
stack
java.util.Stack<E> stack
root
TreeNode root
children
java.util.Enumeration<E> children
subtree
java.util.Enumeration<E> subtree
stack
java.util.Stack<E> stack
saveBackground
Color saveBackground
saveForeground
Color saveForeground
saveFont
Font saveFont
iconMap
java.util.Map<K,V> iconMap
- the map of icons images to names
root
TreeNode root
- Root of the tree.
listenerList
EventListenerList listenerList
- Listeners.
asksAllowsChildren
boolean asksAllowsChildren
- Determines how the
isLeaf method figures out if a node is
a leaf node. If true, a node is a leaf node if it does not allow
children. (If it allows children, it is not a leaf node, even if no
children are present.) That lets you distinguish between folder
nodes and file nodes in a file system, for example.
If this value is false, then any node which has no children is a leaf
node, and any node may acquire children.
nodeIds
java.util.HashMap<K,V> nodeIds
- Map of Node identifiers keyed by the Nodes themselves
nextNodeId
int nextNodeId
changeSupport
java.beans.PropertyChangeSupport changeSupport
- Used to messaged registered listeners.
leadIndex
int leadIndex
- Index of the lead path in selection.
leadPath
TreePath leadPath
- Last path that was added.
leadRow
int leadRow
- Lead row.
listenerList
EventListenerList listenerList
- Event listener list.
listSelectionModel
TreeListSelectionModel listSelectionModel
- Handles maintaining the list selection model.
selection
TreePath[] selection
- Paths that are currently selected. Will be null if nothing is
currently selected.
selectionMode
int selectionMode
- Mode for the selection, will be either SINGLE_TREE_SELECTION,
CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
event
TreeExpansionEvent event
- The event that the exception was created for.
treeNode
java.lang.Object treeNode
path
TreePath path
- Path to the value this event represents.
selectionMode
int selectionMode
minIndex
int minIndex
maxIndex
int maxIndex
anchorIndex
int anchorIndex
leadIndex
int leadIndex
firstAdjustedIndex
int firstAdjustedIndex
lastAdjustedIndex
int lastAdjustedIndex
isAdjusting
boolean isAdjusting
firstChangedIndex
int firstChangedIndex
lastChangedIndex
int lastChangedIndex
value
java.util.BitSet value
listenerList
EventListenerList listenerList
leadAnchorNotificationEnabled
boolean leadAnchorNotificationEnabled
path
TreePath path
- Path to the parent of the nodes that have changed.
childIndices
int[] childIndices
- Indices identifying the position of where the children were.
children
java.lang.Object[] children
- Children that have been removed.
parentPath
TreePath parentPath
- Path representing the parent, null if lastPathComponent represents
the root.
paths
TreePath[] paths
- Paths this event represents.
areNew
boolean[] areNew
- For each path identifies if that is path is in fact new.
oldLeadSelectionPath
TreePath oldLeadSelectionPath
- leadSelectionPath before the paths changed, may be null.
newLeadSelectionPath
TreePath newLeadSelectionPath
- leadSelectionPath after the paths changed, may be null.
|
Package org.karora.cooee.ng.ui.util |
imageMap
java.util.Map<K,V> imageMap
|
Package org.karora.cooee.ng.util |
componentMap
java.util.Map<K,V> componentMap
trackee
Component trackee
|
Package org.karora.cooee.ng.util.collections |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the ConcurrentReaderHashMap
instance from a stream (i.e.,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of the ConcurrentReaderHashMap
instance to a stream (i.e.,
serialize it).
- Serial Data:
- The capacity of the
ConcurrentReaderHashMap (the length of the
bucket array) is emitted (int), followed by the
size of the ConcurrentReaderHashMap (the number of key-value
mappings), followed by the key (Object) and value (Object)
for each key-value mapping represented by the ConcurrentReaderHashMap
The key-value mappings are emitted in no particular order.
- Throws:
java.io.IOException
barrierLock
ConcurrentReaderHashMap.BarrierLock barrierLock
- Lock used only for its memory effects.
threshold
int threshold
- The table is rehashed when its size exceeds this threshold. (The
value of this field is always (int)(capacity * loadFactor).)
-
loadFactor
float loadFactor
- The load factor for the hash table.
-
|
Package org.karora.cooee.ng.util.reflect |
|
Package org.karora.cooee.ng.util.throwable |
throwable
java.lang.Throwable throwable
message
java.lang.String message
causes
ThrowableDescriptor[] causes
properties
ThrowablePropertyDescriptor[] properties
stackTrace
java.lang.String[] stackTrace
type
java.lang.Class<T> type
name
java.lang.String name
value
java.lang.Object value
modifiers
int modifiers
|
Package org.karora.cooee.ng.xhtml |
fragment
java.lang.String fragment
layoutData
LayoutData layoutData
|
Package org.karora.cooee.webcontainer |
applicationInstance
ApplicationInstance applicationInstance
componentToRenderStateMap
java.util.Map<K,V> componentToRenderStateMap
initialized
boolean initialized
initialRequestParameterMap
java.util.Map<K,V> initialRequestParameterMap
messageElement
org.w3c.dom.Element messageElement
- Message content.
|
Package org.karora.cooee.webcontainer.filetransfer |
|
Package org.karora.cooee.webcontainer.util |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- See Also:
Writes objects directly into values of Map as straight references.
The values will be changed to WeakReferences when
purge() is called.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException- See Also:
Serializable
hasHardReferences
boolean hasHardReferences
serialVersionUID: 603449238442585723L
messageElement
org.w3c.dom.Element messageElement
- Message content.
|
Package org.karora.cooee.webrender |
propertyMap
java.util.Map<K,V> propertyMap
- Mapping from property names to property values.
data
java.util.Map<K,V> data
mimeType
java.lang.String mimeType
binary
boolean binary
messageText
java.lang.String messageText
characterEncoding
java.lang.String characterEncoding
- The default character encoding in which responses should be rendered.
clientConfiguration
ClientConfiguration clientConfiguration
ClientConfiguration information containing
application-specific client behavior settings.
serverDelayMessage
ServerDelayMessage serverDelayMessage
- The
ServerDelayMessage displayed during
client/server-interactions.
serverStartupMessage
ServerProgressMessage serverStartupMessage
- The message to be displayed on application startup
clientProperties
ClientProperties clientProperties
- A
ClientProperties object describing the web browser
client.
baseClientDocumentClass
java.lang.Class<T> baseClientDocumentClass
- A
BaseClientDocument object that specifies how the application
should be initially rendered.
- Since:
- Cooee 1.1
servletUri
java.lang.String servletUri
- The URI of the servlet.
updateManager
UserInstanceUpdateManager updateManager
- Provides information about updated
UserInstance properties.
transactionId
long transactionId
- The current transactionId. Used to ensure incoming ClientMessages reflect
changes made by user against current server-side state of user interface.
This is used to eliminate issues that could be encountered with two
browser windows pointing at the same application instance.
updatedPropertyNames
java.util.Set<E> updatedPropertyNames
cause
java.lang.Throwable cause
|
Package org.karora.cooee.webrender.util |
Copyright © 2009. All Rights Reserved.