org.eclipse.nebula.widgets.nattable.persistence.command
Class DisplayPersistenceDialogCommand

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

public class DisplayPersistenceDialogCommand
extends AbstractContextFreeCommand

Author:
Dirk Fauth

Constructor Summary
DisplayPersistenceDialogCommand(NatTable natTable)
           
 
Method Summary
 NatTable getNatTable()
           
 
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

DisplayPersistenceDialogCommand

public DisplayPersistenceDialogCommand(NatTable natTable)
Parameters:
natTable - The NatTable instance to call the PersistenceDialog for.
Method Detail

getNatTable

public NatTable getNatTable()
Returns:
The NatTable instance to call the PersistenceDialog for.


Copyright © 2014. All rights reserved.