com.ezware.common
Class SwingBean
java.lang.Object
com.ezware.common.SwingBean
- Direct Known Subclasses:
- TaskDialog
public class SwingBean
- extends java.lang.Object
Base for all beans not inherited from JComponent
Created on Mar 1, 2010
* @author Eugene Ryzhikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingBean
public SwingBean()
addPropertyListener
public void addPropertyListener(java.beans.PropertyChangeListener pl)
addPropertyListener
public void addPropertyListener(java.lang.String propertyName,
java.beans.PropertyChangeListener pl)
removePropertyListener
public void removePropertyListener(java.beans.PropertyChangeListener pl)
removePropertyListener
public void removePropertyListener(java.lang.String propertyName,
java.beans.PropertyChangeListener pl)
firePropertyChange
protected <T> boolean firePropertyChange(java.lang.String propertyName,
T oldValue,
T newValue)
- Fires property change is values are not the same
- Type Parameters:
T - - Parameters:
propertyName - oldValue - newValue -
- Returns:
- true if property change is fired, otherwise returns false
Copyright © 2010 ezware. All Rights Reserved.