Uses of Class
org.jtheque.core.managers.view.impl.actions.JThequeAction

Packages that use JThequeAction
org.jtheque.core.managers.feature Contains the feature manager. 
org.jtheque.core.managers.resource Contains the resource manager. 
org.jtheque.core.managers.view.impl.actions.about Onine actions. 
org.jtheque.core.managers.view.impl.actions.author Action of the author view. 
org.jtheque.core.managers.view.impl.actions.backup Contains the backup actions. 
org.jtheque.core.managers.view.impl.actions.collections Contains the collections actions. 
org.jtheque.core.managers.view.impl.actions.config Contains the actions for the configuration view. 
org.jtheque.core.managers.view.impl.actions.core Contains the base actions. 
org.jtheque.core.managers.view.impl.actions.event Contains the event view actions. 
org.jtheque.core.managers.view.impl.actions.messages Contains the actions of the messages view. 
org.jtheque.core.managers.view.impl.actions.module Contains the actions of the module view. 
org.jtheque.core.managers.view.impl.actions.module.repository Contains the the actions of the repository view. 
org.jtheque.core.managers.view.impl.actions.module.update Contains the actions of the update module view. 
org.jtheque.core.managers.view.impl.actions.undo Contains the undo/redo actions. 
org.jtheque.core.managers.view.impl.actions.utils Contains the utils for the action. 
org.jtheque.core.managers.view.impl.components.filthy.java2d Contains the Java 2D views. 
org.jtheque.core.managers.view.impl.components.panel Contains the panel components. 
org.jtheque.core.managers.view.impl.frame Contains the frames of the application. 
 

Uses of JThequeAction in org.jtheque.core.managers.feature
 

Methods in org.jtheque.core.managers.feature that return JThequeAction
 JThequeAction Feature.getAction()
          Return the action of the feature.
 

Methods in org.jtheque.core.managers.feature with parameters of type JThequeAction
 Feature IFeatureManager.addSubFeature(Feature parent, JThequeAction action, Feature.FeatureType type, int position)
          Add a sub feature to a parent feature.
 Feature FeatureManager.addSubFeature(Feature parent, JThequeAction action, Feature.FeatureType type, int position)
           
 void Feature.setAction(JThequeAction action)
          Set the action of the feature.
 

Uses of JThequeAction in org.jtheque.core.managers.resource
 

Methods in org.jtheque.core.managers.resource that return JThequeAction
 JThequeAction ResourceManager.getAction(java.lang.String name)
           
 JThequeAction IResourceManager.getAction(java.lang.String name)
          Return the action of the specified name.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.about
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.about
 class DisplayAboutViewAction
          Action to display the about view.
 class PrintLicenseAction
          An action to print the licence of the application.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.author
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.author
 class AcInformOfABug
          Action to inform the author of a bug.
 class AcMakeDonation
          Action to make a donation to the author.
 class AcOpenHelp
          Action to open the help.
 class AcProposeImprovement
          Action to propose an improvement.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.backup
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.backup
 class AcBackup
          An abstract action to backup.
 class AcBackupToJTD
          Action to backup to JTD.
 class AcBackupToXML
          Action to backup to XML.
 class AcRestore
          Action to restore from JTD.
 class AcRestoreFromJTD
          Action to restore from JTD.
 class AcRestoreFromXML
          Action to restore from XML.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.collections
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.collections
 class CancelAction
          An action to cancel the collection choosing process.
 class ChooseAction
          An action to choose a collection.
 class CreateAction
          An action to create the collection.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.config
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.config
 class ApplyChangesAction
          An action to apply the changes of the current configuration panel.
 class ApplyChangesAndCloseAction
          An action to apply the changes of the current configuration panel and close the configuration view.
 class CancelChangesAction
          An action to cancel the changes of the current configuration panel.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.core
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.core
 class ExitAction
          An action to exit of the application.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.event
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.event
 class UpdateAction
          An action to update the event view.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.messages
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.messages
 class DisplayNextMessageAction
          An action to display the next message.
 class DisplayPreviousMessageAction
          An action to display the previous message.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.module
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.module
 class AbstractUpdateAction
          An abstract update action.
 class DisableModuleAction
          An action to disable a module.
 class EnableModuleAction
          An action to enable a module.
 class InstallModuleAction
          An action to install a module.
 class LoadModuleAction
          An action to load a module.
 class SwitchPrimaryModuleAction
          An action to swith the primary module.
 class UninstallModuleAction
          An action to uninstall a module.
 class UpdateKernelAction
          An action to update the kernel.
 class UpdateModuleAction
          An action to update a module.
 class UpdateUpdatableAction
          An action to update a module.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.module.repository
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.module.repository
 class ExpandRepositoryModuleAction
          Expand the selected module.
 class InstallRepositoryModuleAction
          Install the selected module.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.module.update
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.module.update
 class AcValidateUpdateView
          An action to validate the update view.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.undo
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.undo
 class AbstractAction
          An abstract undo action.
 class RedoAction
          An redo action.
 class UndoAction
          An undo action.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.actions.utils
 

Subclasses of JThequeAction in org.jtheque.core.managers.view.impl.actions.utils
 class AbstractBrowseAction
          Ab abstract browse action.
 class CloseViewAction
          A generic close view action.
 class DisplayViewAction
          A generic display view action.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.components.filthy.java2d
 

Methods in org.jtheque.core.managers.view.impl.components.filthy.java2d with parameters of type JThequeAction
 void CollectionPane.setCancelAction(JThequeAction cancelAction)
          Set the action to launch with the cancel button.
 void CollectionPane.setChooseAction(JThequeAction chooseAction)
          Set the action to launch with the choose button.
 void CollectionPane.setCreateAction(JThequeAction createAction)
          Set the action to launch with the create button.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.components.panel
 

Methods in org.jtheque.core.managers.view.impl.components.panel with parameters of type JThequeAction
 void ModulesPanel.setDisableModuleAction(JThequeAction disableModuleAction)
          Set the action to launch to disable the module.
 void ModulesPanel.setEnableModuleAction(JThequeAction enableModuleAction)
          Set the action to launch to enable the module.
 void ModulesPanel.setInstallModuleAction(JThequeAction installModuleAction)
          Set the action to launch to install the module.
 void ModulesPanel.setLoadModuleAction(JThequeAction loadModuleAction)
          Set the action to launch to load the module.
 void ModulesPanel.setSearchRepositoryAction(JThequeAction searchRepositoryAction)
          Set the action to launch to search in the repository for modules.
 void ModulesPanel.setSwitchPrimaryModuleAction(JThequeAction switchPrimaryModuleAction)
          Set the action to launch to switch the module.
 void ModulesPanel.setUninstallModuleAction(JThequeAction uninstallModuleAction)
          Set the action to launch to uninstall the module.
 void ModulesPanel.setUpdateModuleAction(JThequeAction updateModuleAction)
          Set the action to launch to update the module.
 void UpdatablesPanel.setUpdateUpdatableAction(JThequeAction updateUpdatableAction)
          Set the action to update the updatable.
 

Uses of JThequeAction in org.jtheque.core.managers.view.impl.frame
 

Methods in org.jtheque.core.managers.view.impl.frame with parameters of type JThequeAction
 void ConfigView.setApplyChangesAction(JThequeAction applyChangesAction)
          Set the action to apply the changes.
 void ConfigView.setApplyChangesAndCloseAction(JThequeAction applyChangesAndCloseAction)
          Set the action to apply the changes and close the view.
 void ConfigView.setCancelChangesAction(JThequeAction cancelChangesAction)
          Set the action to cancel the changes.
 void UpdateView.setCloseAction(JThequeAction closeAction)
          Set the action to close the update view.
 void MessageView.setCloseAction(JThequeAction closeAction)
          Set the action to close the view.
 void LicenceView.setCloseAction(JThequeAction closeAction)
          Set the action to launch to close the view.
 void MessageView.setDisplayNextAction(JThequeAction displayNextAction)
          Set the action to display the next message.
 void MessageView.setDisplayPreviousAction(JThequeAction displayPreviousAction)
          Set the action to display the previous message.
 void RepositoryView.setExpandAction(JThequeAction expandAction)
          Set the action to expand a module information.
 void RepositoryView.setInstallAction(JThequeAction installAction)
          Set the action to install a module.
 void LicenceView.setPrintAction(JThequeAction printAction)
          Set the action to launch to print the licence.
 void LogView.setUpdateAction(JThequeAction updateAction)
          Set the action to launch to update the view.
 void UpdateView.setValidateAction(JThequeAction validateAction)
          Set the action to validate the update view.
 



Copyright © 2009 JTheque. All Rights Reserved.