|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.propertysheet.InheritEvent
public class InheritEvent
Event send when the inheritance button in the style sheet is toggled.
| Constructor Summary | |
|---|---|
InheritEvent(String propertyName,
boolean selected)
Constructs a Inherit event. |
|
| Method Summary | |
|---|---|
String |
getPropertyName()
Retrieves the name of the property. |
boolean |
isInherited()
Tells is the property is inherited or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public String getPropertyName()
public boolean isInherited()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||