Uses of Annotation Type
org.jdesktop.application.Action
Packages that use Action
-
Uses of Action in examples
Modifier and TypeMethodDescriptionvoidLocalStorageExample1.addKeyValueEntry()voidLocalStorageExample1.addRandomEntry()BlockingExample1.blockAction()BlockingExample1.blockApplication()BlockingExample1.blockComponent()BlockingExample1.blockWindow()voidSelectedPropertyExample.buttonAction()voidLocalStorageExample1.clearMap()voidActionExample1.clearTitle()voidActionExample2.clearTitle()voidActionExample3.clearTitle()voidSingleFrameExample4.close()Replace the contents of the textPane with the value of the "defaultText" resource.voidDocumentExample.closeAboutBox()Close the about box dialog.voidActionMapExample.BaseScenePanel.create()voidSingleFrameExample6.disposeSecondaryWindows()ActionExample4.go()Thego@Action.voidSingleFrameExample6.hideWindow(ActionEvent e) voidLocalStorageExample1.loadMap()SingleFrameExample5.nextImage()DocumentExample.open()Prompt the user for a filename and then attempt to load the file.voidSingleFrameExample4.open()Load the specified file into the textPane or popup an error dialog if something goes wrong.SingleFrameExample5.previousImage()SingleFrameExample5.refreshImage()voidActionMapExample.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.voidLocalStorageExample1.saveMap()voidActionExample1.setTitle()voidActionExample2.setTitle()voidActionExample3.setTitle()voidDocumentExample.showAboutBox()Show the about box dialog.voidSingleFrameExample6.showWindow0()voidSingleFrameExample6.showWindow1()voidSingleFrameExample6.showWindow2()voidActionExample4.stop()Thestop@Action.voidSingleFrameExample5.stopLoading()voidSelectedPropertyExample.toggleAction() -
Uses of Action in org.jdesktop.application
Methods in org.jdesktop.application with annotations of type ActionModifier and TypeMethodDescriptionvoidApplication.quit(ActionEvent e) The defaultActionfor quitting an application,quitjust exits the application by callingexit(e).