com.levigo.jadice.demo.commands
Class ShowTrayLicenseCommand

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

public class ShowTrayLicenseCommand
extends ShowProductInfoWindowCommand


Constructor Summary
ShowTrayLicenseCommand()
           
 
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.
 BasicDemoApplication getDemoApplication()
           
 void setDemoApplication(BasicDemoApplication demoApplication)
          Deprecated. Will be used by injection exclusively.
 
Methods inherited from class com.levigo.jadice.swing.commands.ShowProductInfoWindowCommand
getComponent, setComponent
 
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

ShowTrayLicenseCommand

public ShowTrayLicenseCommand()
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.

Overrides:
execute in class ShowProductInfoWindowCommand

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.

getDemoApplication

public BasicDemoApplication getDemoApplication()

setDemoApplication

public void setDemoApplication(BasicDemoApplication demoApplication)
Deprecated. Will be used by injection exclusively.

Invoked by command injection.

Developers should not invoke this method in any direct way.



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