Uses of Class
ca.cgjennings.apps.arkham.commands.AbstractCommand
-
Packages that use AbstractCommand Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.commands ca.cgjennings.apps.arkham.deck ca.cgjennings.apps.arkham.diy ca.cgjennings.apps.arkham.editors -
-
Uses of AbstractCommand in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return AbstractCommand Modifier and Type Method Description AbstractCommandContextBar.CommandButton. getCommand()Returns the command that this button is a proxy for.Methods in ca.cgjennings.apps.arkham with parameters of type AbstractCommand Modifier and Type Method Description booleanAbstractGameComponentEditor. canPerformCommand(AbstractCommand command)Returnstrueif the commandable wishes to handle the given command.booleanAbstractStrangeEonsEditor. canPerformCommand(AbstractCommand command)Returnstrueif the commandable wishes to handle the given command.booleanAbstractSupportEditor. canPerformCommand(AbstractCommand command)Returnstrueif the commandable wishes to handle the given command.booleanStrangeEonsEditor. canPerformCommand(AbstractCommand command)Returnstrueif the commandable wishes to handle the given command.booleanAbstractGameComponentEditor. isCommandApplicable(AbstractCommand command)booleanAbstractStrangeEonsEditor. isCommandApplicable(AbstractCommand command)Returnstrueif thecommandcan be performed by this commandable in its current state.booleanStrangeEonsEditor. isCommandApplicable(AbstractCommand command)Returnstrueif thecommandcan be performed by this commandable in its current state.voidAbstractGameComponentEditor. performCommand(AbstractCommand command)voidAbstractStrangeEonsEditor. performCommand(AbstractCommand command)Performs the command.voidStrangeEonsEditor. performCommand(AbstractCommand command)Performs the command.Constructors in ca.cgjennings.apps.arkham with parameters of type AbstractCommand Constructor Description CommandButton(AbstractCommand command)Creates a newCommandButtonfor the specified command.CommandButton(java.lang.String id, AbstractCommand command)Creates a newCommandButtonfor the specified command. -
Uses of AbstractCommand in ca.cgjennings.apps.arkham.commands
Subclasses of AbstractCommand in ca.cgjennings.apps.arkham.commands Modifier and Type Class Description classAbstractToggleCommandAn abstract base class for commands that toggle a state when selected.classDelegatedCommandDelegated commands are commands that are normally handled by aCommandable, such as aStrangeEonsEditor, instead of being handled by the command itself.Fields in ca.cgjennings.apps.arkham.commands declared as AbstractCommand Modifier and Type Field Description static AbstractCommandCommands. ABOUTDisplays the About dialog.static AbstractCommandCommands. CLOSECloses the active editor.static AbstractCommandCommands. CLOSE_ALLCloses all open editors.static AbstractCommandCommands. CLOSE_PROJECTCloses the open project, if any.static AbstractCommandCommands. CODE_ABBREVIATIONSDisplays the source code abbreviation table editor.static AbstractCommandCommands. CONFIGURE_UPDATESOpens a dialog box that allows the user to configure update notifications.static AbstractCommandCommands. EXITExits the application after giving the user a chance to save open files with unsaved changes.static AbstractCommandCommands. FILE_BUG_REPORTFiles a bug report with no specific message or exception information.static AbstractCommandCommands. FIND_IN_PROJECTActivates the find in project field, making it visible if necessary.static AbstractCommandCommands. HELP_DEV_JAVA_APIOpens the Java API documentation for browsing.static AbstractCommandCommands. HELP_DEV_JS_APIOpens the JS API documentation for browsing.static AbstractCommandCommands. HELP_DEV_MANUALOpens the Developer Manual for browsing.static AbstractCommandCommands. HELP_TRANSLATOR_MANUALOpens the Translation Manual for browsing.static AbstractCommandCommands. HELP_USER_MANUALOpens the User Manual for browsing.static AbstractCommandCommands. MAKE_BUNDLEMakes the bundle associated with the open editor file (or project view selection).static AbstractCommandCommands. MARKUP_ABBREVIATIONSDisplays the markup abbreviation table editor.static AbstractCommandCommands. NEW_GAME_COMPONENTDisplays a dialog that allows the user to create a new game component.static AbstractCommandCommands. NEW_PROJECTDisplays a dialog that allows the user to create a new project.static AbstractCommandCommands. OPENDisplays a dialog that allows the user to open game components.static AbstractCommandCommands. OPEN_PROJECTDisplays a dialog that allows the user to open a project.static AbstractCommandCommands. PLUGIN_CATALOGOpens the plug-in catalog.static AbstractCommandCommands. PLUGIN_MANAGEROpens the plug-in manager.static AbstractCommandCommands. PREFERENCESShows the Preferences dialog using the default location and category.static AbstractCommandCommands. SAVE_ALLSaves every open editor that supports theCommands.SAVEcommand and has unsaved changes.static AbstractCommandCommands. TEST_BUNDLETests the bundle associated with the open editor file (or project view selection).Methods in ca.cgjennings.apps.arkham.commands with parameters of type AbstractCommand Modifier and Type Method Description booleanCommandable. canPerformCommand(AbstractCommand command)Returnstrueif the commandable wishes to handle the given command.static javax.swing.JMenuItemCommands. findCommand(javax.swing.JMenuBar menu, AbstractCommand command)Returns the item in a menu bar that will execute the specified command, ornullif the menu does not contain such an item.static javax.swing.JMenuItemCommands. findCommand(javax.swing.JMenu menu, AbstractCommand command)Returns the item in a menu that will execute the specified command, ornullif the menu does not contain such an item.static javax.swing.JMenuItemCommands. findCommand(javax.swing.JPopupMenu menu, AbstractCommand command)Returns the item in a popup menu that will execute the specified command, ornullif the menu does not contain such an item.static CommandableCommands. findCommandable(AbstractCommand command)Returns a command handler that is currently able to handle this command by following a default search strategy.booleanCommandable. isCommandApplicable(AbstractCommand command)Returnstrueif thecommandcan be performed by this commandable in its current state.voidCommandable. performCommand(AbstractCommand command)Performs the command. -
Uses of AbstractCommand in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck with parameters of type AbstractCommand Modifier and Type Method Description booleanDeckEditor. canPerformCommand(AbstractCommand command)booleanDeckEditor. isCommandApplicable(AbstractCommand command)voidDeckEditor. performCommand(AbstractCommand command) -
Uses of AbstractCommand in ca.cgjennings.apps.arkham.diy
Methods in ca.cgjennings.apps.arkham.diy with parameters of type AbstractCommand Modifier and Type Method Description booleanDIYEditor. isCommandApplicable(AbstractCommand command) -
Uses of AbstractCommand in ca.cgjennings.apps.arkham.editors
Methods in ca.cgjennings.apps.arkham.editors with parameters of type AbstractCommand Modifier and Type Method Description booleanCardLayoutEditor. canPerformCommand(AbstractCommand command)booleanCodeEditor. canPerformCommand(AbstractCommand command)booleanPropertyBundleEditor. canPerformCommand(AbstractCommand command)booleanCodeEditor. isCommandApplicable(AbstractCommand command)voidCodeEditor. performCommand(AbstractCommand command)voidPropertyBundleEditor. performCommand(AbstractCommand command)
-