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

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

public class MultiColumnShowCommandHandler
extends AbstractLayerCommandHandler<MultiColumnShowCommand>


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

MultiColumnShowCommandHandler

public MultiColumnShowCommandHandler(ColumnHideShowLayer columnHideShowLayer)
Method Detail

getCommandClass

public Class<MultiColumnShowCommand> getCommandClass()

doCommand

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


Copyright © 2015. All rights reserved.