com.levigo.jadice.appbase.commands
Class DragTextActivationCommand

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.appbase.commands.AbstractToolActivationCommand
                      extended by com.levigo.jadice.appbase.commands.DragTextActivationCommand
All Implemented Interfaces:
Command

public class DragTextActivationCommand
extends AbstractToolActivationCommand


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.appbase.commands.AbstractToolActivationCommand
LOGGER
 
Fields inherited from class com.levigo.jadice.swing.commands.AbstractDocumentCommand
document
 
Constructor Summary
DragTextActivationCommand()
           
 
Method Summary
protected  Class<? extends Tool> getToolClass()
           
 boolean isAvailable()
          Returns an indicator whether the command is available and therefore integrable.
 
Methods inherited from class com.levigo.jadice.appbase.commands.AbstractToolActivationCommand
canExecute, execute, isSelected
 
Methods inherited from class com.levigo.jadice.swing.commands.AbstractDocumentCommand
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, isSelected, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragTextActivationCommand

public DragTextActivationCommand()
Method Detail

getToolClass

protected Class<? extends Tool> getToolClass()
Specified by:
getToolClass in class AbstractToolActivationCommand
See Also:
AbstractToolActivationCommand.getToolClass()

isAvailable

public boolean isAvailable()
Description copied from interface: Command
Returns an indicator whether the command is available and therefore integrable.

Specified by:
isAvailable in interface Command
Overrides:
isAvailable in class InjectedCommand
Returns:
true - available false - not available
See Also:
InjectedCommand.isAvailable()


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