| java.lang.Object it.businesslogic.ireport.gui.event.ValueChangedEvent
ValueChangedEvent | public class ValueChangedEvent (Code) | | author: Administrator |
ValueChangedEvent | public ValueChangedEvent(JComponent source, double oldValue, double newValue)(Code) | | Creates a new instance of ValueChangedEvent
|
getNewValue | public double getNewValue()(Code) | | Getter for property newValue.
Value of property newValue. |
getOldValue | public double getOldValue()(Code) | | Getter for property oldValue.
Value of property oldValue. |
getSource | public JComponent getSource()(Code) | | Getter for property source.
Value of property source. |
setNewValue | public void setNewValue(double newValue)(Code) | | Setter for property newValue.
Parameters: newValue - New value of property newValue. |
setOldValue | public void setOldValue(double oldValue)(Code) | | Setter for property oldValue.
Parameters: oldValue - New value of property oldValue. |
setSource | public void setSource(JComponent source)(Code) | | Setter for property source.
Parameters: source - New value of property source. |
|
|