gov.sandia.ccaffeine.dc.user_iface.MVC.event
Class DisplayPaletteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gov.sandia.ccaffeine.dc.user_iface.MVC.event.DisplayPaletteEvent
All Implemented Interfaces:
java.io.Serializable

public class DisplayPaletteEvent
extends java.util.EventObject

This event can be used to notify components that an entity wants to know what components are in the palette. A palette is a menu of cca components; the end-user can drag components from the palette to the arena (workspace). A view might respond by rending icons in the palette. The end-user can drag icons from the palette onto the main workspace (the arena).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DisplayPaletteEvent(java.lang.Object source)
          Create a DisplayPaletteEvent.
 
Method Summary
 
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
 

Constructor Detail

DisplayPaletteEvent

public DisplayPaletteEvent(java.lang.Object source)
Create a DisplayPaletteEvent. This event can be used to notify components that an entity wants to know what components are in the palette. A palette is a menu of cca components; the end-user can drag components from the palette to the arena (workspace). A view might respond by rending icons in the palette. The end-user can drag icons from the palette onto the main workspace (the arena).

Parameters:
source - The entity that created this event.