com.levigo.jadice.appbase.commands
Class OpenDocumentFromFileCommand

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.appbase.commands.OpenDocumentFromFileCommand
All Implemented Interfaces:
Command

public class OpenDocumentFromFileCommand
extends AbstractPageViewCommand

Opens a file chooser to select a file and loads the selected file into the PageView.

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


Constructor Summary
OpenDocumentFromFileCommand()
           
 
Method Summary
protected  void execute()
          This method is called in order to execute the command.
 
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, 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

OpenDocumentFromFileCommand

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


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