A B C D E F G H I K L M O P Q R S T U V W

S

save(Object, String) - Method in class org.jdesktop.application.LocalStorage
 
save(Component, String) - Method in class org.jdesktop.application.SessionStorage
Saves the state of each named component in the specified hierarchy to a file using LocalStorage.save(fileName).
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.SplitPaneProperty() - Constructor for class org.jdesktop.application.SessionStorage.SplitPaneProperty
 
SessionStorage.SplitPaneState - Class in org.jdesktop.application
This Java Bean records the dividerLocation and orientation properties of a JSplitPane.
SessionStorage.SplitPaneState() - Constructor for class org.jdesktop.application.SessionStorage.SplitPaneState
 
SessionStorage.SplitPaneState(int, int) - Constructor for class org.jdesktop.application.SessionStorage.SplitPaneState
 
SessionStorage.TabbedPaneProperty - Class in org.jdesktop.application
A sessionState property for JTabbedPane.
SessionStorage.TabbedPaneProperty() - Constructor for class org.jdesktop.application.SessionStorage.TabbedPaneProperty
 
SessionStorage.TabbedPaneState - Class in org.jdesktop.application
This Java Bean record the selectedIndex and tabCount properties of a JTabbedPane.
SessionStorage.TabbedPaneState() - Constructor for class org.jdesktop.application.SessionStorage.TabbedPaneState
 
SessionStorage.TabbedPaneState(int, int) - Constructor for class org.jdesktop.application.SessionStorage.TabbedPaneState
 
SessionStorage.TableProperty - Class in org.jdesktop.application
A sessionState property for JTable
SessionStorage.TableProperty() - Constructor for class org.jdesktop.application.SessionStorage.TableProperty
 
SessionStorage.TableState - Class in org.jdesktop.application
This Java Bean records the columnWidths for all of the columns in a JTable.
SessionStorage.TableState() - Constructor for class org.jdesktop.application.SessionStorage.TableState
 
SessionStorage.TableState(int[]) - Constructor for class org.jdesktop.application.SessionStorage.TableState
 
SessionStorage.WindowProperty - Class in org.jdesktop.application
A sessionState property for Window.
SessionStorage.WindowProperty() - Constructor for class org.jdesktop.application.SessionStorage.WindowProperty
 
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.
SessionStorage.WindowState() - Constructor for class org.jdesktop.application.SessionStorage.WindowState
 
SessionStorage.WindowState(Rectangle, Rectangle, int, int) - Constructor for class org.jdesktop.application.SessionStorage.WindowState
 
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
Called by Application.launch() to record the application's class.
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
 
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
The shared LocalStorage object.
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 org.jdesktop.application.Task
Set the message property.
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".
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 ..
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 ..
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 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
The shared SessionStorage object.
setStatusBar(JComponent) - Method in class org.jdesktop.application.View
 
setStorageLimit(long) - Method in class org.jdesktop.application.LocalStorage
 
setTabCount(int) - Method in class org.jdesktop.application.SessionStorage.TabbedPaneState
 
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(View) - Method in class org.jdesktop.application.Application
 
show(JComponent) - Method in class org.jdesktop.application.SingleFrameApplication
Show the specified component in the main frame.
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.SingleFrameApplication
 
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
 
startup() - Method in class org.jdesktop.application.Application
Responsible for starting the application; for creating and showing the initial GUI.
succeeded(T) - Method in class org.jdesktop.application.Task
Called when this Task has successfully completed, i.e.
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.
supportsType(Class) - Method in class org.jdesktop.application.ResourceConverter
 

A B C D E F G H I K L M O P Q R S T U V W