| java.lang.Object it.businesslogic.ireport.gui.event.StyleChangedEvent
StyleChangedEvent | public class StyleChangedEvent (Code) | | author: Administrator |
Field Summary | |
final public static int | ADDED | final public static int | CHANGED | final public static int | DELETED |
ADDED | final public static int ADDED(Code) | | |
CHANGED | final public static int CHANGED(Code) | | |
DELETED | final public static int DELETED(Code) | | |
StyleChangedEvent | public StyleChangedEvent(Object source, int action, Style oldValue, Style newValue)(Code) | | Creates a new instance of ValueChangedEvent
|
getAction | public int getAction()(Code) | | |
getNewValue | public Style getNewValue()(Code) | | Getter for property newValue.
Value of property newValue. |
getOldValue | public Style getOldValue()(Code) | | Getter for property oldValue.
Value of property oldValue. |
getSource | public Object getSource()(Code) | | Getter for property source.
Value of property source. |
setAction | public void setAction(int action)(Code) | | |
setNewValue | public void setNewValue(Style newValue)(Code) | | Setter for property newValue.
Parameters: newValue - New value of property newValue. |
setOldValue | public void setOldValue(Style oldValue)(Code) | | Setter for property oldValue.
Parameters: oldValue - New value of property oldValue. |
setSource | public void setSource(Object source)(Code) | | Setter for property source.
Parameters: source - New value of property source. |
|
|