@Deprecated public class StyleChangeEvent extends IlEventObject
IlpStyleKey
s that have been modified.StyleChangeListener
,
IlpStyleListenerSupport
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
StyleChangeEvent.Type
Deprecated.
Event types.
|
Modifier and Type | Field and Description |
---|---|
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<IlpKey> |
styleKeys
Deprecated.
Modified keys
|
source
Constructor and Description |
---|
StyleChangeEvent(Object source,
Collection<IlpKey> styleKeys)
Deprecated.
Creates a new event.
|
StyleChangeEvent(Object source,
Collection<IlpKey> 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<IlpKey> |
getStyleKeys()
Deprecated.
Returns the modified style keys.
|
boolean |
isGeneral()
Deprecated.
Returns if the notification should be sent to all listeners or not.
|
getType
getSource, toString
protected Collection<IlpKey> styleKeys
protected boolean generalNotification
public StyleChangeEvent(Object source, IlpKey key)
key
- The modified style key.public StyleChangeEvent(Object source, Collection<IlpKey> styleKeys)
styleKeys
- Holds a collection of the modified keys.public StyleChangeEvent(Object source, Collection<IlpKey> styleKeys, boolean type)
public StyleChangeEvent(Object source, IlEventType evtype)
public Collection<IlpKey> getStyleKeys()
public boolean isGeneral()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.