- save() - Method in class examples.DocumentExample
-
Save the contents of the textArea to the current
file.
- save(Component, String) - Method in class org.jdesktop.application.SessionStorage
-
- save(Object, String) - Method in class org.jdesktop.application.LocalStorage
-
- saveAs() - Method in class examples.DocumentExample
-
Save the contents of the textArea to the current file.
- saveMap() - Method in class examples.LocalStorageExample1
-
- SelectedPropertyExample - Class in examples
-
A simple demonstration of the @Action(selectedProperty)
annotation parameter.
- SelectedPropertyExample() - Constructor for class examples.SelectedPropertyExample
-
- SessionStorage - Class in org.jdesktop.application
-
Support for storing GUI state that persists between Application sessions.
- SessionStorage(ApplicationContext) - Constructor for class org.jdesktop.application.SessionStorage
-
Constructs a SessionStorage object.
- SessionStorage.Property - Interface in org.jdesktop.application
-
Defines the sessionState property.
- SessionStorage.SplitPaneProperty - Class in org.jdesktop.application
-
A sessionState property for JSplitPane.
- SessionStorage.SplitPaneState - Class in org.jdesktop.application
-
This Java Bean records the dividerLocation and
orientation properties of a JSplitPane.
- SessionStorage.TabbedPaneProperty - Class in org.jdesktop.application
-
A sessionState property for JTabbedPane.
- SessionStorage.TabbedPaneState - Class in org.jdesktop.application
-
This Java Bean record the selectedIndex and
tabCount properties of a JTabbedPane.
- SessionStorage.TableProperty - Class in org.jdesktop.application
-
A sessionState property for JTable
- SessionStorage.TableState - Class in org.jdesktop.application
-
This Java Bean records the columnWidths for all
of the columns in a JTable.
- SessionStorage.WindowProperty - Class in org.jdesktop.application
-
A sessionState property for Window.
- SessionStorage.WindowState - Class in org.jdesktop.application
-
This Java Bean defines the Window state preserved across
sessions: the Window's bounds, and the bounds of the
Window's GraphicsConfiguration, i.e.
- SessionStorageExample1 - Class in examples
-
An example that demonstrates the default support for saving and
restoring GUI session state.
- SessionStorageExample1() - Constructor for class examples.SessionStorageExample1
-
- setActionManager(ActionManager) - Method in class org.jdesktop.application.ApplicationContext
-
Change this application's ActionManager.
- setApplicationBundleNames(List<String>) - Method in class org.jdesktop.application.ResourceManager
-
Specify the names of the ResourceBundles to be shared by the entire
application.
- setApplicationClass(Class) - Method in class org.jdesktop.application.ApplicationContext
-
- setAutoUpdateForegroundTask(boolean) - Method in class org.jdesktop.application.TaskMonitor
-
True if the foregroundTask property should be automatically
reset to the oldest Task in the queue when it finishes running.
- setBounds(Rectangle) - Method in class org.jdesktop.application.SessionStorage.WindowState
-
- setClearEnabled(boolean) - Method in class examples.ActionExample3
-
- setColumnWidths(int[]) - Method in class org.jdesktop.application.SessionStorage.TableState
-
- setComponent(JComponent) - Method in class org.jdesktop.application.View
-
Set the single main Component for this View.
- setDescription(String) - Method in class org.jdesktop.application.Task
-
Set the description property.
- setDirectory(File) - Method in class org.jdesktop.application.LocalStorage
-
- setDividerLocation(int) - Method in class org.jdesktop.application.SessionStorage.SplitPaneState
-
- setEnabled(boolean) - Method in class org.jdesktop.application.ApplicationAction
-
If the proxy action is null and enabledProperty was
specified, then set the value of the enabled property by
invoking the corresponding set method on our
ApplicationActionMap's actionsObject.
- setForegroundTask(Task) - Method in class org.jdesktop.application.TaskMonitor
-
The TaskMonitor's PropertyChangeListeners are fired each time
any property of the the foregroundTask changes.
- setFrame(JFrame) - Method in class org.jdesktop.application.FrameView
-
Sets the JFrame use to show this View
- setFrameState(int) - Method in class org.jdesktop.application.SessionStorage.WindowState
-
- setGraphicsConfigurationBounds(Rectangle) - Method in class org.jdesktop.application.SessionStorage.WindowState
-
- setInputBlocker(Task.InputBlocker) - Method in class org.jdesktop.application.Task
-
Set this task's InputBlocker.
- setLocalStorage(LocalStorage) - Method in class org.jdesktop.application.ApplicationContext
-
- setMainFrame(JFrame) - Method in class org.jdesktop.application.SingleFrameApplication
-
Sets the JFrame use to show this application.
- setMenuBar(JMenuBar) - Method in class org.jdesktop.application.View
-
- setMessage(String) - Method in class examples.StatusBar
-
- setMessage(String) - Method in class org.jdesktop.application.Task
-
Set the message property.
- setNextImageEnabled(boolean) - Method in class examples.SingleFrameExample5
-
- setOrientation(int) - Method in class org.jdesktop.application.SessionStorage.SplitPaneState
-
- setPlatform(String) - Method in class org.jdesktop.application.ResourceManager
-
Defines the value of the special Application ResourceMap resource
named "platform".
- setPreviousImageEnabled(boolean) - Method in class examples.SingleFrameExample5
-
- setProgress(float) - Method in class org.jdesktop.application.Task
-
A convenience method that sets the progress property to
percentage * 100.
- setProgress(float, float, float) - Method in class org.jdesktop.application.Task
-
A convenience method that sets the progress property to the following
ratio normalized to 0 ..
- setProgress(int, int, int) - Method in class org.jdesktop.application.Task
-
A convenience method that sets the progress property to the following
ratio normalized to 0 ..
- setProxy(Action) - Method in class org.jdesktop.application.ApplicationAction
-
Set the proxy for this action.
- setProxySource(Object) - Method in class org.jdesktop.application.ApplicationAction
-
Set the value that becomes the ActionEvent source before
the ActionEvent is passed along to the proxy Action.
- setResourceManager(ResourceManager) - Method in class org.jdesktop.application.ApplicationContext
-
Change this application's ResourceManager.
- setScreenCount(int) - Method in class org.jdesktop.application.SessionStorage.WindowState
-
- setSelected(boolean) - Method in class examples.SelectedPropertyExample
-
- setSelected(boolean) - Method in class org.jdesktop.application.ApplicationAction
-
If the proxy action is null and selectedProperty was
specified, then set the value of the selected property by
invoking the corresponding set method on our
ApplicationActionMap's actionsObject.
- setSelectedIndex(int) - Method in class org.jdesktop.application.SessionStorage.TabbedPaneState
-
- setSessionState(Component, Object) - Method in interface org.jdesktop.application.SessionStorage.Property
-
Restore Component c's sessionState from the specified
object.
- setSessionState(Component, Object) - Method in class org.jdesktop.application.SessionStorage.SplitPaneProperty
-
Restore the JSplitPane's dividerLocation
property if its orientation
has not changed.
- setSessionState(Component, Object) - Method in class org.jdesktop.application.SessionStorage.TabbedPaneProperty
-
Restore the JTabbedPane's selectedIndex
property if the number of tabs
has not changed.
- setSessionState(Component, Object) - Method in class org.jdesktop.application.SessionStorage.TableProperty
-
Restore the width of each resizable TableColumn, if
the number of columns haven't changed.
- setSessionState(Component, Object) - Method in class org.jdesktop.application.SessionStorage.WindowProperty
-
Restore the 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.
- setSessionStorage(SessionStorage) - Method in class org.jdesktop.application.ApplicationContext
-
- setStatusBar(JComponent) - Method in class org.jdesktop.application.View
-
- setStopEnabled(boolean) - Method in class examples.ActionExample4
-
- setStorageLimit(long) - Method in class org.jdesktop.application.LocalStorage
-
- setTabCount(int) - Method in class org.jdesktop.application.SessionStorage.TabbedPaneState
-
- setTitle() - Method in class examples.ActionExample1
-
- setTitle() - Method in class examples.ActionExample2
-
- setTitle() - Method in class examples.ActionExample3
-
- setTitle(String) - Method in class org.jdesktop.application.Task
-
Set the title property.
- setToolBar(JToolBar) - Method in class org.jdesktop.application.View
-
- setToolBars(List<JToolBar>) - Method in class org.jdesktop.application.View
-
- setUserCanCancel(boolean) - Method in class org.jdesktop.application.Task
-
Sets the userCanCancel property.
- show(JComponent) - Method in class org.jdesktop.application.SingleFrameApplication
-
- show(JDialog) - Method in class org.jdesktop.application.SingleFrameApplication
-
Initialize and show the JDialog.
- show(JFrame) - Method in class org.jdesktop.application.SingleFrameApplication
-
Initialize and show the secondary JFrame.
- show(View) - Method in class org.jdesktop.application.Application
-
- show(View) - Method in class org.jdesktop.application.SingleFrameApplication
-
- showAboutBox() - Method in class examples.DocumentExample
-
Show the about box dialog.
- showBusyAnimation() - Method in class examples.StatusBar
-
- showWindow0() - Method in class examples.SingleFrameExample6
-
- showWindow1() - Method in class examples.SingleFrameExample6
-
- showWindow2() - Method in class examples.SingleFrameExample6
-
- shutdown() - Method in class examples.ApplicationExample1
-
- shutdown() - Method in class examples.ApplicationExample2
-
- shutdown() - Method in class examples.ExitExample1
-
- shutdown() - Method in class examples.SessionStorageExample1
-
- shutdown() - Method in class org.jdesktop.application.Application
-
Called when the application
exits.
- shutdown() - Method in class org.jdesktop.application.SingleFrameApplication
-
Save session state for the component hierarchy rooted by
the mainFrame.
- shutdown() - Method in class org.jdesktop.application.TaskService
-
- shutdownNow() - Method in class org.jdesktop.application.TaskService
-
- SingleFrameApplication - Class in org.jdesktop.application
-
An application base class for simple GUIs with one primary JFrame.
- SingleFrameApplication() - Constructor for class org.jdesktop.application.SingleFrameApplication
-
- SingleFrameExample1 - Class in examples
-
A trivial (Hello World) example of SingleFrameApplication.
- SingleFrameExample1() - Constructor for class examples.SingleFrameExample1
-
- SingleFrameExample2 - Class in examples
-
- SingleFrameExample2() - Constructor for class examples.SingleFrameExample2
-
- SingleFrameExample3 - Class in examples
-
A SingleFrameApplication example with an exitListener.
- SingleFrameExample3() - Constructor for class examples.SingleFrameExample3
-
- SingleFrameExample4 - Class in examples
-
A simple demo of the @Action annotation.
- SingleFrameExample4() - Constructor for class examples.SingleFrameExample4
-
- SingleFrameExample5 - Class in examples
-
A demo of the Task class.
- SingleFrameExample5() - Constructor for class examples.SingleFrameExample5
-
- SingleFrameExample6 - Class in examples
-
A demo that shows the use of SingleFrameApplication secondary windows.
- SingleFrameExample6() - Constructor for class examples.SingleFrameExample6
-
- SplitPaneProperty() - Constructor for class org.jdesktop.application.SessionStorage.SplitPaneProperty
-
- SplitPaneState() - Constructor for class org.jdesktop.application.SessionStorage.SplitPaneState
-
- SplitPaneState(int, int) - Constructor for class org.jdesktop.application.SessionStorage.SplitPaneState
-
- startup() - Method in class examples.ActionExample1
-
- startup() - Method in class examples.ActionExample2
-
- startup() - Method in class examples.ActionExample3
-
- startup() - Method in class examples.ActionExample4
-
- startup() - Method in class examples.ActionMapExample
-
- startup() - Method in class examples.ApplicationExample1
-
- startup() - Method in class examples.ApplicationExample2
-
- startup() - Method in class examples.BlockingExample1
-
- startup() - Method in class examples.DocumentExample
-
- startup() - Method in class examples.ExitExample1
-
- startup() - Method in class examples.LocalStorageExample1
-
- startup() - Method in class examples.PeriodicTaskExample
-
- startup() - Method in class examples.SelectedPropertyExample
-
- startup() - Method in class examples.SessionStorageExample1
-
- startup() - Method in class examples.SingleFrameExample1
-
- startup() - Method in class examples.SingleFrameExample2
-
- startup() - Method in class examples.SingleFrameExample3
-
- startup() - Method in class examples.SingleFrameExample4
-
- startup() - Method in class examples.SingleFrameExample5
-
- startup() - Method in class examples.SingleFrameExample6
-
- startup() - Method in class org.jdesktop.application.Application
-
Responsible for starting the application; for creating and showing
the initial GUI.
- StatusBar - Class in examples
-
A StatusBar panel that tracks a TaskMonitor.
- StatusBar(Application, TaskMonitor) - Constructor for class examples.StatusBar
-
Constructs a panel that displays messages/progress/state
properties of the taskMonitor's foreground task.
- stop() - Method in class examples.ActionExample4
-
The stop @Action.
- stopBusyAnimation() - Method in class examples.StatusBar
-
- stopLoading() - Method in class examples.SingleFrameExample5
-
- succeeded(BufferedImage) - Method in class examples.LoadImageTask
-
- succeeded(TaskEvent<T>) - Method in class org.jdesktop.application.TaskListener.Adapter
-
- succeeded(TaskEvent<T>) - Method in interface org.jdesktop.application.TaskListener
-
Called after the Task's
succeeded
completion method is called.
- succeeded(T) - Method in class org.jdesktop.application.Task
-
Called when this Task has successfully completed, i.e.
- supportsType(Class) - Method in class org.jdesktop.application.ResourceConverter
-