edu.washington.cs.supple.customization
Class AppearanceCustomizationEvent
java.lang.Object
java.util.EventObject
edu.washington.cs.supple.util.SuppleEvent
edu.washington.cs.supple.customization.CustomizationEvent
edu.washington.cs.supple.customization.AppearanceCustomizationEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class AppearanceCustomizationEvent
- extends CustomizationEvent
- Author:
- kgajos
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
oldWidget
protected WidgetDescriptor oldWidget
newWidgets
protected WidgetDescriptor[] newWidgets
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)
getNewWidgets
public WidgetDescriptor[] getNewWidgets()
- Returns:
- Returns the newWidget.
getOldWidget
public WidgetDescriptor getOldWidget()
- Returns:
- Returns the oldWidget.