Index
All Classes and Interfaces|All Packages|Serialized Form
G
- getAction() - Method in class org.jdesktop.application.Task.InputBlocker
-
The ApplicationAction (
@Action
) that caused the task to be executed. - getActionArgument(Class, String, ActionEvent) - Method in class org.jdesktop.application.ApplicationAction
-
Provides parameter values to @Action methods.
- getActionManager() - Method in class org.jdesktop.application.ApplicationContext
- getActionMap() - Method in class org.jdesktop.application.ActionManager
-
The
ActionMap
chain for the entireApplication
. - getActionMap() - Method in class org.jdesktop.application.ApplicationContext
-
Returns the shared
ActionMap
chain for the entireApplication
. - getActionMap(Class, Object) - Method in class org.jdesktop.application.ActionManager
-
Returns the
ApplicationActionMap
chain for the specified actions class and target object. - getActionMap(Class, Object) - Method in class org.jdesktop.application.ApplicationContext
-
Returns the
ApplicationActionMap
chain for the specified actions class and target object. - getActionMap(Object) - Method in class org.jdesktop.application.ApplicationContext
-
Defined as
getActionMap(actionsObject.getClass(), actionsObject)
. - getActionsClass() - Method in class org.jdesktop.application.ApplicationActionMap
- getActionsObject() - Method in class org.jdesktop.application.ApplicationActionMap
- getApplication() - Method in class examples.ActionMapExample.BaseScenePanel
- getApplication() - Method in class org.jdesktop.application.ApplicationContext
-
The
Application
singleton, or null iflaunch
hasn't been called yet. - getApplication() - Method in class org.jdesktop.application.Task
- getApplication() - Method in class org.jdesktop.application.View
-
The
Application
that's responsible for showing/hiding this View. - getApplicationBundleNames() - Method in class org.jdesktop.application.ResourceManager
-
The names of the ResourceBundles to be shared by the entire application.
- getApplicationClass() - Method in class org.jdesktop.application.ApplicationContext
-
Returns the application's class or null if the application hasn't been launched and this property hasn't been set.
- getAutoUpdateForegroundTask() - 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. - getBoolean(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Boolean.class).
- getBounds() - Method in class org.jdesktop.application.SessionStorage.WindowState
- getBundleNames() - Method in class org.jdesktop.application.ResourceMap
-
Returns the names of the ResourceBundles that define the resources contained by this ResourceMap.
- getByte(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Byte.class).
- getClassBundleNames(Class) - Method in class org.jdesktop.application.ResourceManager
-
Map from a class to a list of the names of the
ResourceBundles
specific to the class. - getClassLoader() - Method in class org.jdesktop.application.ResourceMap
-
Returns the ClassLoader used to load the ResourceBundles for this ResourceMap.
- getClipboard() - Method in class org.jdesktop.application.ApplicationContext
-
A shared
Clipboard
. - getColor(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Color.class).
- getColumnWidths() - Method in class org.jdesktop.application.SessionStorage.TableState
- getComponent() - Method in exception class org.jdesktop.application.ResourceMap.PropertyInjectionException
-
Returns the component whose property could not be set
- getComponent() - Method in class org.jdesktop.application.View
-
The main {JComponent} for this View.
- getContext() - Method in class examples.ActionMapExample.BaseScenePanel
- getContext() - Method in class org.jdesktop.application.ActionManager
- getContext() - Method in class org.jdesktop.application.Application
-
The ApplicationContext singleton for this Application.
- getContext() - Method in class org.jdesktop.application.ApplicationActionMap
- getContext() - Method in class org.jdesktop.application.LocalStorage
- getContext() - Method in class org.jdesktop.application.ResourceManager
- getContext() - Method in class org.jdesktop.application.SessionStorage
- getContext() - Method in class org.jdesktop.application.Task
- getContext() - Method in class org.jdesktop.application.View
-
The
ApplicationContext
for theApplication
that's responsible for showing/hiding this View. - getDescription() - Method in class org.jdesktop.application.Task
-
Return the value of the
description
property. - getDirectory() - Method in class org.jdesktop.application.LocalStorage
- getDividerLocation() - Method in class org.jdesktop.application.SessionStorage.SplitPaneState
- getDouble(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Double.class).
- getExecutionDuration(TimeUnit) - Method in class org.jdesktop.application.Task
-
Returns the length of time this Task has run.
- getExitListeners() - Method in class org.jdesktop.application.Application
-
All of the
ExitListeners
added so far. - getField() - Method in exception class org.jdesktop.application.ResourceMap.InjectFieldException
-
Return the Field whose value couldn't be set.
- getFile() - Method in class examples.DocumentExample
-
The File currently being edited.
- getFloat(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Float.class).
- getFocusOwner() - Method in class org.jdesktop.application.ApplicationContext
-
The application's focus owner.
- getFont(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Font.class).
- getForegroundTask() - Method in class org.jdesktop.application.TaskMonitor
-
Indicates the
Task
whose status the ApplicationContext's GUI wants to be displayed, typically in the main window's status bar. - getFrame() - Method in class org.jdesktop.application.FrameView
-
Return the JFrame used to show this View
- getFrameState() - Method in class org.jdesktop.application.SessionStorage.WindowState
- getGraphicsConfigurationBounds() - Method in class org.jdesktop.application.SessionStorage.WindowState
- getIcon(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Icon.class).
- getImageIcon(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, ImageIcon.class).
- getImageURL() - Method in class examples.LoadImageTask
- getInputBlocker() - Method in class org.jdesktop.application.Task
-
Return this task's InputBlocker.
- getInstance() - Static method in class org.jdesktop.application.Application
-
The
Application
singleton, or a placeholder iflaunch
hasn't been called yet. - getInstance(Class<T>) - Static method in class org.jdesktop.application.Application
-
The
Application
singleton. - getInteger(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Integer.class).
- getKey() - Method in exception class org.jdesktop.application.ResourceMap.InjectFieldException
-
Returns the type of the name of resource for which lookup failed.
- getKey() - Method in exception class org.jdesktop.application.ResourceMap.LookupException
-
Returns the type of the name of resource for which lookup failed.
- getKey() - Method in exception class org.jdesktop.application.ResourceMap.PropertyInjectionException
-
Returns the the name of resource whose value was to be used to set the property
- getKeyCode(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getKeyStroke(key).getKeyCode().
- getKeyStroke(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, KeyStroke.class).
- getLocalStorage() - Method in class org.jdesktop.application.ApplicationContext
-
The shared
LocalStorage
object. - getLong(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Long.class).
- getMainFrame() - Method in class org.jdesktop.application.SingleFrameApplication
-
Return the JFrame used to show this application.
- getMainView() - Method in class org.jdesktop.application.SingleFrameApplication
- getMenuBar() - Method in class org.jdesktop.application.View
-
The main {JMenuBar} for this View.
- getMessage() - Method in class org.jdesktop.application.Task
-
Return the value of the
message
property. - getMessageDuration(TimeUnit) - Method in class org.jdesktop.application.Task
-
Returns the length of time that has elapsed since the
message
property was last set. - getName() - Method in class org.jdesktop.application.ApplicationAction
-
The name of this Action.
- getName() - Method in class org.jdesktop.application.TaskService
- getObject(String, Class) - Method in class org.jdesktop.application.ResourceMap
-
Returns the value of the resource named key, or null if no resource with that name exists.
- getOrientation() - Method in class org.jdesktop.application.SessionStorage.SplitPaneState
- getParent() - Method in class org.jdesktop.application.ResourceMap
-
Returns the parent ResourceMap, or null.
- getPlatform() - Method in class org.jdesktop.application.ResourceManager
-
The value of the special Application ResourceMap resource named "platform".
- getPreferredSize() - Method in class examples.ActionMapExample.BaseScenePanel
- getProperty(Component) - Method in class org.jdesktop.application.SessionStorage
-
If a
sessionState Property
object exists for the specified Component return it, otherwise return null. - getProperty(Class) - Method in class org.jdesktop.application.SessionStorage
-
Returns the
Property
object that wasregistered
for the specified class or a superclass. - getPropertyChangeListeners() - Method in class org.jdesktop.application.AbstractBean
-
An array of all of the
PropertyChangeListeners
added so far. - getPropertyName() - Method in exception class org.jdesktop.application.ResourceMap.PropertyInjectionException
-
Returns the the name of property that could not be set
- getProxy() - Method in class org.jdesktop.application.ApplicationAction
-
Return the proxy for this action or null.
- getProxyActions() - Method in class org.jdesktop.application.ApplicationActionMap
-
All of the
@ProxyActions
recursively defined by thisApplicationActionMap
and its parent ancestors. - getProxySource() - Method in class org.jdesktop.application.ApplicationAction
-
Return the value that becomes the ActionEvent source before the ActionEvent is passed along to the proxy Action.
- getResource(String) - Method in class org.jdesktop.application.ResourceMap
-
By default this method is used by
getObject
to look up resource values in the internal representation of theResourceBundles
named when this ResourceMap was constructed. - getResourceKeySet() - Method in class org.jdesktop.application.ResourceMap
-
By default this method is used by
keySet
to get the names of the resources defined in this ResourceMap. - getResourceManager() - Method in class org.jdesktop.application.ApplicationContext
-
The application's
ResourceManager
provides read-only cached access to resources in ResourceBundles via theResourceMap
class. - getResourceMap() - Method in class org.jdesktop.application.ApplicationAction
-
The resourceMap for this Action.
- getResourceMap() - Method in class org.jdesktop.application.ApplicationContext
-
Returns the
chain
of ResourceMaps that's shared by the entire application, beginning with the one defined for the Application class, i.e. - getResourceMap() - Method in class org.jdesktop.application.ResourceManager
-
Returns the chain of ResourceMaps that's shared by the entire application, beginning with the resources defined for the application's class, i.e.
- getResourceMap() - Method in class org.jdesktop.application.Task
-
Returns the
ResourceMap
used by the constructor to initialize thetitle
,message
, etc properties, and by themessage
method to look up format strings. - getResourceMap() - Method in class org.jdesktop.application.View
-
The
ResourceMap
for this View. - getResourceMap(Class) - Method in class org.jdesktop.application.ApplicationContext
-
Returns a
chain
of two or more ResourceMaps. - getResourceMap(Class) - Method in class org.jdesktop.application.ResourceManager
-
Return the ResourcedMap chain for the specified class.
- getResourceMap(Class, Class) - Method in class org.jdesktop.application.ApplicationContext
-
Returns a
chain
of two or more ResourceMaps. - getResourceMap(Class, Class) - Method in class org.jdesktop.application.ResourceManager
-
Returns a
chain
ofResourceMaps
that encapsulate theResourceBundles
for each class fromstartClass
to (including)stopClass
. - getResourcesDir() - Method in class org.jdesktop.application.ResourceMap
-
Returns the resources directory that contains all of the ResourceBundles in this ResourceMap.
- getRootPane() - Method in class org.jdesktop.application.FrameView
- getRootPane() - Method in class org.jdesktop.application.View
-
The
JRootPane
for this View. - getScene() - Method in class examples.ActionMapExample.BaseScenePanel
- getScope() - Method in class org.jdesktop.application.Task.InputBlocker
-
Defines the extent to which the GUI is blocked while the task is being executed.
- getScreenCount() - Method in class org.jdesktop.application.SessionStorage.WindowState
- getSelectedIndex() - Method in class org.jdesktop.application.SessionStorage.TabbedPaneState
- getSessionState(Component) - Method in interface org.jdesktop.application.SessionStorage.Property
-
Return the value of the
sessionState
property, typically a Java bean or a Collection the defines theComponent
state that should be preserved across Application sessions. - getSessionState(Component) - Method in class org.jdesktop.application.SessionStorage.SplitPaneProperty
-
Returns a
SplitPaneState
object forJSplitPane c
. - getSessionState(Component) - Method in class org.jdesktop.application.SessionStorage.TabbedPaneProperty
-
Returns a
TabbedPaneState
object forJTabbedPane c
. - getSessionState(Component) - Method in class org.jdesktop.application.SessionStorage.TableProperty
- getSessionState(Component) - Method in class org.jdesktop.application.SessionStorage.WindowProperty
-
Returns a
WindowState
object forWindow c
. - getSessionStorage() - Method in class org.jdesktop.application.ApplicationContext
-
The shared
SessionStorage
object. - getShort(String) - Method in class org.jdesktop.application.ResourceMap
-
A convenience method that's shorthand for calling: getObject(key, Short.class).
- getStatusBar() - Method in class org.jdesktop.application.View
- getStorageLimit() - Method in class org.jdesktop.application.LocalStorage
- getString(String, Object...) - Method in class org.jdesktop.application.ResourceMap
-
If no arguments are specified, return the String value of the resource named key.
- getTabCount() - Method in class org.jdesktop.application.SessionStorage.TabbedPaneState
- getTarget() - Method in exception class org.jdesktop.application.ResourceMap.InjectFieldException
-
Return the Object whose Field we were attempting to set
- getTarget() - Method in class org.jdesktop.application.Task.InputBlocker
-
Specifies the GUI element that will be blocked while the task is being executed.
- getTask() - Method in class org.jdesktop.application.Task.InputBlocker
-
The
block
method will block input while this Task is being executed by a TaskService. - getTaskListeners() - Method in class org.jdesktop.application.Task
-
Returns a copy of this Task's
TaskListeners
. - getTaskMonitor() - Method in class org.jdesktop.application.ApplicationContext
-
Returns a shared TaskMonitor object.
- getTasks() - Method in class org.jdesktop.application.TaskMonitor
-
All of the Application Tasks whose
state
is notDONE
. - getTasks() - Method in class org.jdesktop.application.TaskService
- getTaskService() - Method in class org.jdesktop.application.ApplicationContext
-
Returns the default TaskService, i.e.
- getTaskService() - Method in class org.jdesktop.application.Task
-
Returns the TaskService that this Task has been submitted to, or null.
- getTaskService(String) - Method in class org.jdesktop.application.ApplicationContext
- getTaskServices() - Method in class org.jdesktop.application.ApplicationContext
-
Returns a read-only view of the complete list of TaskServices.
- getTitle() - Method in class org.jdesktop.application.Task
-
Return the value of the
title
property. - getToolBar() - Method in class org.jdesktop.application.View
- getToolBars() - Method in class org.jdesktop.application.View
- getType() - Method in exception class org.jdesktop.application.ResourceMap.LookupException
-
Returns the type of the resource for which lookup failed.
- getUserCanCancel() - Method in class org.jdesktop.application.Task
-
Returns the value of the
userCanCancel
property. - getValue() - Method in class org.jdesktop.application.TaskEvent
-
Returns the value this event represents.
- go() - Method in class examples.ActionExample4
-
The
go
@Action
.
All Classes and Interfaces|All Packages|Serialized Form