org.eclipse.nebula.widgets.nattable.group.event
Class UngroupColumnsEvent

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.layer.event.VisualRefreshEvent
      extended by org.eclipse.nebula.widgets.nattable.group.event.UngroupColumnsEvent
All Implemented Interfaces:
ILayerEvent, IVisualChangeEvent

public class UngroupColumnsEvent
extends VisualRefreshEvent


Constructor Summary
  UngroupColumnsEvent(ILayer layer)
           
protected UngroupColumnsEvent(UngroupColumnsEvent event)
           
 
Method Summary
 UngroupColumnsEvent cloneEvent()
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.VisualRefreshEvent
convertToLocal, getChangedPositionRectangles, getLayer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UngroupColumnsEvent

public UngroupColumnsEvent(ILayer layer)

UngroupColumnsEvent

protected UngroupColumnsEvent(UngroupColumnsEvent event)
Method Detail

cloneEvent

public UngroupColumnsEvent cloneEvent()
Specified by:
cloneEvent in interface ILayerEvent
Overrides:
cloneEvent in class VisualRefreshEvent
Returns:
A cloned copy of the event. This cloned copy is provided to each listener.


Copyright © 2015. All rights reserved.