public class InheritEvent extends Object
Constructor and Description |
---|
InheritEvent(String propertyName,
boolean selected)
Constructs a Inherit event.
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName()
Retrieves the name of the property.
|
boolean |
isInherited()
Tells is the property is inherited or not.
|
public InheritEvent(String propertyName, boolean selected)
propertyName
- The name of the property whose inherited state has changed.selected
- true
is the property is inherited, false
otherwise.public String getPropertyName()
public boolean isInherited()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.