Serialized Form
-
Package examples
-
Class examples.ActionMapExample.BaseScenePanel
class BaseScenePanel extends JComponent implements Serializable-
Serialized Fields
-
application
Application application
-
scene
examples.ActionMapExample.Scene scene
-
-
-
Class examples.ActionMapExample.DerivedScenePanelA
class DerivedScenePanelA extends ActionMapExample.BaseScenePanel implements Serializable -
Class examples.ActionMapExample.DerivedScenePanelB
class DerivedScenePanelB extends ActionMapExample.BaseScenePanel implements Serializable -
Class examples.StatusBar
class StatusBar extends JPanel implements Serializable-
Serialized Fields
-
busyAnimationRate
int busyAnimationRate
-
busyIconIndex
int busyIconIndex
-
busyIcons
Icon[] busyIcons
-
busyIconTimer
Timer busyIconTimer
-
idleIcon
Icon idleIcon
-
messageLabel
JLabel messageLabel
-
messageTimeout
int messageTimeout
-
messageTimer
Timer messageTimer
-
progressBar
JProgressBar progressBar
-
statusAnimationLabel
JLabel statusAnimationLabel
-
zeroInsets
Insets zeroInsets
-
-
-
-
Package org.jdesktop.application
-
Class org.jdesktop.application.ApplicationAction
class ApplicationAction extends AbstractAction implements Serializable-
Serialized Fields
-
actionMethod
Method actionMethod
-
actionName
String actionName
-
appAM
ApplicationActionMap appAM
-
block
Task.BlockingScope block
-
enabledProperty
String enabledProperty
-
isEnabledMethod
Method isEnabledMethod
-
isSelectedMethod
Method isSelectedMethod
-
proxy
Action proxy
-
proxyPCL
PropertyChangeListener proxyPCL
-
proxySource
Object proxySource
-
resourceMap
ResourceMap resourceMap
-
selectedProperty
String selectedProperty
-
setEnabledMethod
Method setEnabledMethod
-
setSelectedMethod
Method setSelectedMethod
-
-
-
Class org.jdesktop.application.ApplicationActionMap
class ApplicationActionMap extends ActionMap implements Serializable-
Serialized Fields
-
actionsClass
Class actionsClass
-
actionsObject
Object actionsObject
-
context
ApplicationContext context
-
proxyActions
List<ApplicationAction> proxyActions
-
resourceMap
ResourceMap resourceMap
-
-
-
Exception Class org.jdesktop.application.ResourceConverter.ResourceConverterException
class ResourceConverterException extends Exception implements Serializable-
Serialized Fields
-
badString
String badString
-
-
-
Exception Class org.jdesktop.application.ResourceMap.InjectFieldException
class InjectFieldException extends RuntimeException implements Serializable -
Exception Class org.jdesktop.application.ResourceMap.LookupException
class LookupException extends RuntimeException implements Serializable -
Exception Class org.jdesktop.application.ResourceMap.PropertyInjectionException
class PropertyInjectionException extends RuntimeException implements Serializable -
Class org.jdesktop.application.TaskEvent
class TaskEvent extends EventObject implements Serializable-
Serialized Fields
-
value
T value
-
-
-