|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ilog.util.IlEventObject
ilog.cpl.style.StyleChangeEvent
public class StyleChangeEvent
Event used to notify changes in style values.
A StyleChangeEvent holds a set of IlpStyleKeys that have been modified.
StyleChangeListener,
IlpStyleListenerSupport,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
StyleChangeEvent.Type
Deprecated. Event types. |
| Field Summary | |
|---|---|
protected boolean |
generalNotification
Deprecated. Auxiliary flag used by the modifiers to know when to notify this event, only to the event source or to all its listeners |
protected Collection |
styleKeys
Deprecated. Modified keys |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
StyleChangeEvent(Object source,
Collection styleKeys)
Deprecated. Creates a new event. |
|
StyleChangeEvent(Object source,
Collection styleKeys,
boolean type)
Deprecated. Creates an event which may be general or not. |
|
StyleChangeEvent(Object source,
IlEventType evtype)
Deprecated. Creates an event which may be general or not. |
|
StyleChangeEvent(Object source,
IlpKey key)
Deprecated. Creates a new event. |
|
| Method Summary | |
|---|---|
Collection |
getStyleKeys()
Deprecated. Returns the modified style keys. |
boolean |
isGeneral()
Deprecated. Returns if the notification should be sent to all listeners or not. |
| Methods inherited from class ilog.util.IlEventObject |
|---|
getType |
| 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 |
|---|
protected Collection styleKeys
protected boolean generalNotification
| Constructor Detail |
|---|
public StyleChangeEvent(Object source,
IlpKey key)
key - The modified style key.
public StyleChangeEvent(Object source,
Collection styleKeys)
styleKeys - Holds a collection of the modified keys.
public StyleChangeEvent(Object source,
Collection styleKeys,
boolean type)
public StyleChangeEvent(Object source,
IlEventType evtype)
| Method Detail |
|---|
public Collection getStyleKeys()
public boolean isGeneral()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||