Uses of Annotation Type
org.jdesktop.application.Action
Packages that use Action
-
Uses of Action in examples
Modifier and TypeMethodDescriptionvoid
LocalStorageExample1.addKeyValueEntry()
void
LocalStorageExample1.addRandomEntry()
BlockingExample1.blockAction()
BlockingExample1.blockApplication()
BlockingExample1.blockComponent()
BlockingExample1.blockWindow()
void
SelectedPropertyExample.buttonAction()
void
LocalStorageExample1.clearMap()
void
ActionExample1.clearTitle()
void
ActionExample2.clearTitle()
void
ActionExample3.clearTitle()
void
SingleFrameExample4.close()
Replace the contents of the textPane with the value of the "defaultText" resource.void
DocumentExample.closeAboutBox()
Close the about box dialog.void
ActionMapExample.BaseScenePanel.create()
void
SingleFrameExample6.disposeSecondaryWindows()
ActionExample4.go()
Thego
@Action
.void
SingleFrameExample6.hideWindow
(ActionEvent e) void
LocalStorageExample1.loadMap()
SingleFrameExample5.nextImage()
DocumentExample.open()
Prompt the user for a filename and then attempt to load the file.void
SingleFrameExample4.open()
Load the specified file into the textPane or popup an error dialog if something goes wrong.SingleFrameExample5.previousImage()
SingleFrameExample5.refreshImage()
void
ActionMapExample.BaseScenePanel.remove()
DocumentExample.save()
Save the contents of the textArea to the currentfile
.DocumentExample.saveAs()
Save the contents of the textArea to the current file.void
LocalStorageExample1.saveMap()
void
ActionExample1.setTitle()
void
ActionExample2.setTitle()
void
ActionExample3.setTitle()
void
DocumentExample.showAboutBox()
Show the about box dialog.void
SingleFrameExample6.showWindow0()
void
SingleFrameExample6.showWindow1()
void
SingleFrameExample6.showWindow2()
void
ActionExample4.stop()
Thestop
@Action
.void
SingleFrameExample5.stopLoading()
void
SelectedPropertyExample.toggleAction()
-
Uses of Action in org.jdesktop.application
Methods in org.jdesktop.application with annotations of type ActionModifier and TypeMethodDescriptionvoid
Application.quit
(ActionEvent e) The defaultAction
for quitting an application,quit
just exits the application by callingexit(e)
.