Uses of Class
org.eclipse.nebula.widgets.nattable.hideshow.command.RowHideCommand

Packages that use RowHideCommand
org.eclipse.nebula.widgets.nattable.hideshow.command   
org.eclipse.nebula.widgets.nattable.selection   
org.eclipse.nebula.widgets.nattable.tree   
 

Uses of RowHideCommand in org.eclipse.nebula.widgets.nattable.hideshow.command
 

Methods in org.eclipse.nebula.widgets.nattable.hideshow.command that return types with arguments of type RowHideCommand
 Class<RowHideCommand> RowHideCommandHandler.getCommandClass()
           
 

Methods in org.eclipse.nebula.widgets.nattable.hideshow.command with parameters of type RowHideCommand
protected  boolean RowHideCommandHandler.doCommand(RowHideCommand command)
           
 

Constructors in org.eclipse.nebula.widgets.nattable.hideshow.command with parameters of type RowHideCommand
RowHideCommand(RowHideCommand command)
           
 

Uses of RowHideCommand in org.eclipse.nebula.widgets.nattable.selection
 

Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type RowHideCommand
protected  boolean SelectionLayer.handleRowHideCommand(RowHideCommand command)
          Will check if there are fully selected row positions.
 

Uses of RowHideCommand in org.eclipse.nebula.widgets.nattable.tree
 

Methods in org.eclipse.nebula.widgets.nattable.tree with parameters of type RowHideCommand
protected  boolean TreeLayer.handleRowHideCommand(RowHideCommand command)
          Checks if the given command tries to hide a row that is a node that is not collapsed and has children.
 



Copyright © 2014. All rights reserved.