org.eclipse.nebula.widgets.nattable.tree.command
Class TreeExpandCollapseCommand

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
      extended by org.eclipse.nebula.widgets.nattable.tree.command.TreeExpandCollapseCommand
All Implemented Interfaces:
ILayerCommand

public class TreeExpandCollapseCommand
extends AbstractContextFreeCommand


Constructor Summary
  TreeExpandCollapseCommand(int parentIndex)
           
protected TreeExpandCollapseCommand(TreeExpandCollapseCommand command)
           
 
Method Summary
 int getParentIndex()
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeExpandCollapseCommand

public TreeExpandCollapseCommand(int parentIndex)

TreeExpandCollapseCommand

protected TreeExpandCollapseCommand(TreeExpandCollapseCommand command)
Method Detail

getParentIndex

public int getParentIndex()


Copyright © 2015. All rights reserved.