com.levigo.jadice.demo.commands
Class ToggleToolbarVisibilityCommand

java.lang.Object
  extended by com.levigo.util.swing.action.injection.InjectedCommand
      extended by com.levigo.jadice.demo.commands.ToggleToolbarVisibilityCommand
All Implemented Interfaces:
Command

public class ToggleToolbarVisibilityCommand
extends InjectedCommand

This command could be used to toggle visibility of jadice toolbars. To get access to the toolbar this command needs a JadiceToolbarProvider reference in the Context object. Furthermore a valid toolbar identification has to be defined in the commands properties as command parameter at index position 0.

Valid toolbar identifier are:

Identifiers
Description Command Parameter Value
toggle annotation toolbar anno
toggle main toolbar main

If this parameter is not set or set to any other value, the identifier for the annotation toolbar will be assumed by this command.


Constructor Summary
ToggleToolbarVisibilityCommand()
           
 
Method Summary
protected  boolean canExecute()
          Subclasses may override this method to perform argument validation beyond the validation that happens automatically during the injection phase.
protected  void execute()
          This method is called in order to execute the command.
protected  JComponent getToolbar(JadiceToolbarProvider tp)
           
 void setToolbarName(String toolbarName)
           
 void setToolbarProvider(JadiceToolbarProvider toolbarProvider)
          Deprecated. Will be used by injection exclusively.
 
Methods inherited from class com.levigo.util.swing.action.injection.InjectedCommand
canExecute, execute, getKey, isAvailable, isSelected, isSelected, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToggleToolbarVisibilityCommand

public ToggleToolbarVisibilityCommand()
Method Detail

execute

protected void execute()
Description copied from class: InjectedCommand
This method is called in order to execute the command. It is only called, after the arguments have been validated and injected and only if InjectedCommand.canExecute() has returned true.

Specified by:
execute in class InjectedCommand

canExecute

protected boolean canExecute()
Description copied from class: InjectedCommand
Subclasses may override this method to perform argument validation beyond the validation that happens automatically during the injection phase. This method is called after the context has been found to match the requirements specified via the Argument annotations and the arguments have been injected.

Overrides:
canExecute in class InjectedCommand
Returns:
true if the command can/may be executed in the current context, false otherwise.
See Also:
InjectedCommand.canExecute()

getToolbar

protected JComponent getToolbar(JadiceToolbarProvider tp)

setToolbarProvider

@Deprecated
public void setToolbarProvider(JadiceToolbarProvider toolbarProvider)
Deprecated. Will be used by injection exclusively.

Invoked by command injection.

Developers should not invoke this method in any direct way.


setToolbarName

public void setToolbarName(String toolbarName)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.