com.levigo.jadice.appbase.search
Class ToggleCaseSensitiveCommand

java.lang.Object
  extended by com.levigo.util.swing.action.injection.InjectedCommand
      extended by com.levigo.jadice.appbase.search.ToggleCaseSensitiveCommand
All Implemented Interfaces:
Command

public class ToggleCaseSensitiveCommand
extends InjectedCommand


Constructor Summary
ToggleCaseSensitiveCommand()
           
 
Method Summary
protected  void execute()
          This method is called in order to execute the command.
protected  boolean isSelected()
          Returns the selected state of this command.
 void setContext(Context context)
          Deprecated. Will be used by injection exclusively.
 void setSearchRequest(SearchRequest searchRequest)
          Deprecated. Will be used by injection exclusively.
 
Methods inherited from class com.levigo.util.swing.action.injection.InjectedCommand
canExecute, canExecute, execute, getKey, isAvailable, isSelected, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToggleCaseSensitiveCommand

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

isSelected

protected boolean isSelected()
Description copied from class: InjectedCommand
Returns the selected state of this command. This is typically used only for commands with a meaningful selection state.

Overrides:
isSelected in class InjectedCommand
Returns:
the selected state

setSearchRequest

public void setSearchRequest(SearchRequest searchRequest)
Deprecated. Will be used by injection exclusively.

Invoked by command injection.

Developers should not invoke this method in any direct way.


setContext

public void setContext(Context context)
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.