Index
All Classes and Interfaces|All Packages|Serialized Form
R
- ready() - Method in class examples.DocumentExample
- ready() - Method in class examples.PeriodicTaskExample
- ready() - Method in class examples.SingleFrameExample5
-
Runs after the startup has completed and the GUI is up and ready.
- ready() - Method in class org.jdesktop.application.Application
-
Called after the startup() method has returned and there are no more events on the
system event queue
. - refreshImage() - Method in class examples.SingleFrameExample5
- register(ResourceConverter) - Static method in class org.jdesktop.application.ResourceConverter
- remove() - Method in class examples.ActionMapExample.BaseScenePanel
- removeExitListener(Application.ExitListener) - Method in class org.jdesktop.application.Application
-
Remove an
ExitListener
from the list. - removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.application.AbstractBean
-
Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jdesktop.application.AbstractBean
-
Remove a PropertyChangeListener for a specific property.
- removeTaskListener(TaskListener<T, V>) - Method in class org.jdesktop.application.Task
-
Removes a
TaskListener
from this Task. - removeTaskService(TaskService) - Method in class org.jdesktop.application.ApplicationContext
- Resource - Annotation Type in org.jdesktop.application
- ResourceConverter - Class in org.jdesktop.application
-
A base class for converting arbitrary types to and from Strings, as well as a registry of ResourceConverter implementations.
- ResourceConverter(Class) - Constructor for class org.jdesktop.application.ResourceConverter
- ResourceConverter.ResourceConverterException - Exception Class in org.jdesktop.application
- ResourceConverterException(String, String) - Constructor for exception class org.jdesktop.application.ResourceConverter.ResourceConverterException
- ResourceConverterException(String, String, Throwable) - Constructor for exception class org.jdesktop.application.ResourceConverter.ResourceConverterException
- ResourceManager - Class in org.jdesktop.application
-
The application's
ResourceManager
provides read-only cached access to resources inResourceBundles
via theResourceMap
class. - ResourceManager(ApplicationContext) - Constructor for class org.jdesktop.application.ResourceManager
-
Construct a
ResourceManager
. - ResourceMap - Class in org.jdesktop.application
-
A read-only encapsulation of one or more ResourceBundles that adds automatic string conversion, support for field and Swing component property injection, string resource variable substitution, and chaining.
- ResourceMap(ResourceMap, ClassLoader, String...) - Constructor for class org.jdesktop.application.ResourceMap
-
Just a convenience version of the constructor for the common case where there's only one bundle name.
- ResourceMap(ResourceMap, ClassLoader, List<String>) - Constructor for class org.jdesktop.application.ResourceMap
-
Creates a ResourceMap that contains all of the resources defined in the named
ResourceBundle
s as well as (recursively) the parent ResourceMap. - ResourceMap.InjectFieldException - Exception Class in org.jdesktop.application
-
Unchecked exception thrown by
ResourceMap.injectFields(java.lang.Object)
when an error occurs while attempting to set a field (a field that had been marked with @Resource). - ResourceMap.LookupException - Exception Class in org.jdesktop.application
-
Unchecked exception thrown by
ResourceMap.getObject(java.lang.String, java.lang.Class)
when resource lookup fails, for example because string conversion fails. - ResourceMap.PropertyInjectionException - Exception Class in org.jdesktop.application
-
Unchecked exception thrown by
ResourceMap.injectComponent(java.awt.Component)
andResourceMap.injectComponents(java.awt.Component)
when a property value specified by a resource can not be set. - resourceName(String) - Method in class org.jdesktop.application.Task
-
Returns a Task resource name with the specified suffix.
- restore(Component, String) - Method in class org.jdesktop.application.SessionStorage
-
Restores each named component in the specified hierarchy from the session state loaded from a file using
LocalStorage.load(fileName)
.
All Classes and Interfaces|All Packages|Serialized Form