|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
file
.
LocalStorage.save(fileName)
.
@Action(selectedProperty)
annotation parameter.sessionState
property.sessionState
property for JSplitPane.dividerLocation
and orientation
properties of a JSplitPane
.sessionState
property for JTabbedPane.selectedIndex
and tabCount
properties of a JTabbedPane
.sessionState
property for JTable
This class defines how the session state for JTables
is saved
and
and restored
in
terms of a property called sessionState
.columnWidths
for all
of the columns in a JTable.sessionState
property for Window.Window
state preserved across
sessions: the Window's bounds
, and the bounds of the
Window's GraphicsConfiguration
, i.e. the bounds of the
screen that the Window appears on.ActionManager
.
Application.launch()
to
record the application's class.
foregroundTask
property should be automatically
reset to the oldest Task in the queue when it finishes running.
description
property.
enabledProperty
was
specified, then set the value of the enabled property by
invoking the corresponding set
method on our
ApplicationActionMap's actionsObject
.
foregroundTask
changes.
LocalStorage
object.
message
property.
progress
property to the following
ratio normalized to 0 .. 100.
progress
property to
percentage * 100
.
progress
property to the following
ratio normalized to 0 .. 100.
ResourceManager
.
selectedProperty
was
specified, then set the value of the selected property by
invoking the corresponding set
method on our
ApplicationActionMap's actionsObject
.
c's
sessionState
from the specified
object.
JSplitPane's
dividerLocation
property if its orientation
has not changed.
JTabbedPane's
selectedIndex
property if the number of tabs
has not changed.
TableColumn
, if
the number of columns haven't changed.
Window's
bounds if the dimensions of its
screen (GraphicsConfiguration
) haven't changed, the
number of screens hasn't changed, and the
isLocationByPlatform
property, which indicates that native Window manager should
pick the Window's location, is false.
SessionStorage
object.
title
property.
userCanCancel
property.
main frame
.
exits
.
taskMonitor's
foreground task.
stop
@Action
.
get
method returns a value.
succeeded
completion method is called.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |