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

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

public class ShowAllColumnsCommandHandler
extends AbstractLayerCommandHandler<ShowAllColumnsCommand>


Constructor Summary
ShowAllColumnsCommandHandler(ColumnHideShowLayer columnHideShowLayer)
           
 
Method Summary
protected  boolean doCommand(ShowAllColumnsCommand command)
           
 Class<ShowAllColumnsCommand> 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

ShowAllColumnsCommandHandler

public ShowAllColumnsCommandHandler(ColumnHideShowLayer columnHideShowLayer)
Method Detail

getCommandClass

public Class<ShowAllColumnsCommand> getCommandClass()

doCommand

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


Copyright © 2015. All rights reserved.