com.levigo.jadice.swing.thumbnailview
Class ThumbnailResizeCommand

java.lang.Object
  extended by com.levigo.util.swing.action.injection.InjectedCommand
      extended by com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand
All Implemented Interfaces:
Command

public class ThumbnailResizeCommand
extends InjectedCommand

A command used to increase or decrease the thumbnail size.


Constructor Summary
ThumbnailResizeCommand()
           
 
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.
 float getRatio()
           
 String getWidths()
           
 boolean isIncrease()
           
 void setIncrease(boolean increase)
           
 void setRatio(float ratio)
           
 void setView(ThumbnailView view)
          Deprecated. Will be used by injection exclusively.
 void setWidths(String valuesEncoded)
           
 
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

ThumbnailResizeCommand

public ThumbnailResizeCommand()
Method Detail

setView

public void setView(ThumbnailView view)
Deprecated. Will be used by injection exclusively.

Invoked by command injection.

Developers should not invoke this method in any direct way.


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.

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

isIncrease

public boolean isIncrease()

setIncrease

public void setIncrease(boolean increase)

getWidths

public String getWidths()

setWidths

public void setWidths(String valuesEncoded)

getRatio

public float getRatio()

setRatio

public void setRatio(float ratio)


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