com.levigo.jadice.swing.commands
Class SpinCommand

java.lang.Object
  extended by com.levigo.util.swing.action.injection.InjectedCommand
      extended by com.levigo.util.swing.action.AbstractContextCommand
          extended by com.levigo.jadice.swing.commands.AbstractPageViewCommand
              extended by com.levigo.jadice.swing.commands.AbstractDocumentCommand
                  extended by com.levigo.jadice.swing.commands.SpinCommand
All Implemented Interfaces:
Command

public class SpinCommand
extends AbstractDocumentCommand

This command could be used to spin the document or the current page of a PageView instance in the context object.

The spin direction and whether the spin should be applied on the document or just the current page can be defined via command properties file.

Hint:
To work properly this command needs a PageView instance in the Context object.

Furthermore the spin direction and the scope (document/page) can be defined as command parameters.

Command parameters
Description Command Parameter Name Possible Parameter Values
spin direction (clockwise?) cw true, false
scope (document/page) scope PAGE,DOCUMENT, see AbstractDocumentCommand.Scope


Nested Class Summary
 
Nested classes/interfaces inherited from class com.levigo.jadice.swing.commands.AbstractDocumentCommand
AbstractDocumentCommand.Scope
 
Field Summary
 
Fields inherited from class com.levigo.jadice.swing.commands.AbstractDocumentCommand
document
 
Constructor Summary
SpinCommand()
           
 
Method Summary
protected  void execute()
          This method is called in order to execute the command.
 boolean isCw()
           
 void setCw(boolean cw)
           
 
Methods inherited from class com.levigo.jadice.swing.commands.AbstractDocumentCommand
canExecute, getRenderControls, getScope, setScope
 
Methods inherited from class com.levigo.jadice.swing.commands.AbstractPageViewCommand
getPageView, setPageView
 
Methods inherited from class com.levigo.util.swing.action.AbstractContextCommand
getContext, propagateContextChange, setContext
 
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

SpinCommand

public SpinCommand()
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

setCw

public void setCw(boolean cw)

isCw

public boolean isCw()


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