Class StyleAttributeChangeEvent
- java.lang.Object
-
- com.inductiveautomation.perspective.designer.styles.events.StyleAttributeChangeEvent
-
public class StyleAttributeChangeEvent extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StyleAttributeChangeEvent.EventType
Enum that determines the origin of this event.
-
Constructor Summary
Constructors Constructor Description StyleAttributeChangeEvent​(StyleAttribute attribute, java.lang.String newValue, StyleAttributeChangeEvent.EventType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleAttribute
getAttribute()
java.lang.String
getNewValue()
StyleAttributeChangeEvent.EventType
getType()
-
-
-
Constructor Detail
-
StyleAttributeChangeEvent
public StyleAttributeChangeEvent​(StyleAttribute attribute, java.lang.String newValue, StyleAttributeChangeEvent.EventType type)
-
-
Method Detail
-
getAttribute
public StyleAttribute getAttribute()
-
getType
public StyleAttributeChangeEvent.EventType getType()
-
getNewValue
public java.lang.String getNewValue()
-
-