org.eclipse.nebula.widgets.nattable.hideshow.command
Class ShowAllRowsCommandHandler

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<ShowAllRowsCommand>
      extended by org.eclipse.nebula.widgets.nattable.hideshow.command.ShowAllRowsCommandHandler
All Implemented Interfaces:
ILayerCommandHandler<ShowAllRowsCommand>

public class ShowAllRowsCommandHandler
extends AbstractLayerCommandHandler<ShowAllRowsCommand>


Constructor Summary
ShowAllRowsCommandHandler(IRowHideShowCommandLayer rowHideShowLayer)
           
 
Method Summary
protected  boolean doCommand(ShowAllRowsCommand command)
           
 Class<ShowAllRowsCommand> getCommandClass()
           
 
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

ShowAllRowsCommandHandler

public ShowAllRowsCommandHandler(IRowHideShowCommandLayer rowHideShowLayer)
Method Detail

getCommandClass

public Class<ShowAllRowsCommand> getCommandClass()

doCommand

protected boolean doCommand(ShowAllRowsCommand command)
Specified by:
doCommand in class AbstractLayerCommandHandler<ShowAllRowsCommand>


Copyright © 2015. All rights reserved.