Class SelectCommand

java.lang.Object
de.swa.fuh.qrefinement.command.SelectCommand
All Implemented Interfaces:
UndoableCommand

public class SelectCommand
extends java.lang.Object
implements UndoableCommand
This is a command class implementing command pattern. This command selects an asset and emphasized selection in UI
Author:
Nicolas Boch
  • Constructor Summary

    Constructors 
    Constructor Description
    SelectCommand​(java.io.File f)  
  • Method Summary

    Modifier and Type Method Description
    void execute()  
    void redo()  
    void undo()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait