edu.washington.cs.supple.customization
Class AppearanceCustomizationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byedu.washington.cs.supple.util.SuppleEvent
          extended byedu.washington.cs.supple.customization.CustomizationEvent
              extended byedu.washington.cs.supple.customization.AppearanceCustomizationEvent
All Implemented Interfaces:
java.io.Serializable

public class AppearanceCustomizationEvent
extends CustomizationEvent

Author:
kgajos
See Also:
Serialized Form

Field Summary
protected  WidgetDescriptor[] newWidgets
           
protected  WidgetDescriptor oldWidget
           
 
Fields inherited from class edu.washington.cs.supple.customization.CustomizationEvent
uiObject
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AppearanceCustomizationEvent(java.lang.Object source, UiObject uiObject, WidgetDescriptor oldWidget, WidgetDescriptor newWidget)
           
AppearanceCustomizationEvent(java.lang.Object source, UiObject uiObject, WidgetDescriptor oldWidget, WidgetDescriptor[] newWidgets)
           
 
Method Summary
 WidgetDescriptor[] getNewWidgets()
           
 WidgetDescriptor getOldWidget()
           
 
Methods inherited from class edu.washington.cs.supple.customization.CustomizationEvent
getUiObject
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

oldWidget

protected WidgetDescriptor oldWidget

newWidgets

protected WidgetDescriptor[] newWidgets
Constructor Detail

AppearanceCustomizationEvent

public AppearanceCustomizationEvent(java.lang.Object source,
                                    UiObject uiObject,
                                    WidgetDescriptor oldWidget,
                                    WidgetDescriptor newWidget)

AppearanceCustomizationEvent

public AppearanceCustomizationEvent(java.lang.Object source,
                                    UiObject uiObject,
                                    WidgetDescriptor oldWidget,
                                    WidgetDescriptor[] newWidgets)
Method Detail

getNewWidgets

public WidgetDescriptor[] getNewWidgets()
Returns:
Returns the newWidget.

getOldWidget

public WidgetDescriptor getOldWidget()
Returns:
Returns the oldWidget.