org.eclipse.nebula.widgets.nattable.test.fixture.command
Class CommandHandlerFixture

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<LayerCommandFixture>
      extended by org.eclipse.nebula.widgets.nattable.test.fixture.command.CommandHandlerFixture
All Implemented Interfaces:
ILayerCommandHandler<LayerCommandFixture>

public class CommandHandlerFixture
extends AbstractLayerCommandHandler<LayerCommandFixture>


Constructor Summary
CommandHandlerFixture()
           
 
Method Summary
 void clearLastCommandHandled()
           
 boolean doCommand(LayerCommandFixture command)
           
 Class<LayerCommandFixture> getCommandClass()
           
 LayerCommandFixture getLastCommandHandled()
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHandlerFixture

public CommandHandlerFixture()
Method Detail

doCommand

public boolean doCommand(LayerCommandFixture command)
Specified by:
doCommand in class AbstractLayerCommandHandler<LayerCommandFixture>

getCommandClass

public Class<LayerCommandFixture> getCommandClass()

getLastCommandHandled

public LayerCommandFixture getLastCommandHandled()

clearLastCommandHandled

public void clearLastCommandHandled()


Copyright © 2015. All rights reserved.