net.sf.kagiru.ui.cmd
Class AbstractPuzzleFrameCommand

java.lang.Object
  extended by net.sf.kagiru.ui.cmd.AbstractPuzzleFrameCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
PuzzleClearCommand, PuzzleDefineCommand, PuzzleGenerateCommand, PuzzleLoadCommand, PuzzlePlayCommand, PuzzlePropertiesCommand, PuzzleSaveAsCommand, PuzzleSaveCommand, PuzzleSolveCommand

public abstract class AbstractPuzzleFrameCommand
extends java.lang.Object
implements Command


Constructor Summary
AbstractPuzzleFrameCommand(Controller c, PuzzleFrame pf)
           
 
Method Summary
protected  Controller getController()
           
 PuzzleFrame getPuzzleFrame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.myjaut.cmd.Command
execute
 

Constructor Detail

AbstractPuzzleFrameCommand

public AbstractPuzzleFrameCommand(Controller c,
                                  PuzzleFrame pf)
Method Detail

getController

protected Controller getController()

getPuzzleFrame

public PuzzleFrame getPuzzleFrame()


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.