| java.lang.Object com.jgoodies.binding.beans.Model com.jgoodies.binding.tests.beans.CustomAccessBean
CustomAccessBean | final public class CustomAccessBean extends Model (Code) | | A Java Bean that provides a bunch of properties that
are accessed via custom accessors that do not follow the
Java Bean naming conventions.
This class is intended to be used by the Binding unit test suite.
author: Karsten Lentzsch version: $Revision: 1.9 $ |
readOnlyBooleanProperty | public boolean readOnlyBooleanProperty(Code) | | |
readOnlyIntProperty | public int readOnlyIntProperty(Code) | | |
readOnlyObjectProperty | public Object readOnlyObjectProperty(Code) | | |
readWriteBooleanProperty | public boolean readWriteBooleanProperty(Code) | | |
readWriteIntProperty | public int readWriteIntProperty(Code) | | |
readWriteObjectProperty | public Object readWriteObjectProperty(Code) | | |
writeOnlyBooleanProperty | public boolean writeOnlyBooleanProperty(Code) | | |
writeOnlyIntProperty | public int writeOnlyIntProperty(Code) | | |
writeOnlyObjectProperty | public Object writeOnlyObjectProperty(Code) | | |
readROBooleanProperty | public boolean readROBooleanProperty()(Code) | | |
readROIntProperty | public int readROIntProperty()(Code) | | |
readROObjectProperty | public Object readROObjectProperty()(Code) | | |
readRWBooleanProperty | public boolean readRWBooleanProperty()(Code) | | |
readRWIntProperty | public int readRWIntProperty()(Code) | | |
readRWObjectProperty | public Object readRWObjectProperty()(Code) | | |
setReadWriteObjectProperties | public void setReadWriteObjectProperties(Object object, boolean b, int i)(Code) | | |
writeRWBooleanProperty | public void writeRWBooleanProperty(boolean newValue)(Code) | | |
writeRWIntProperty | public void writeRWIntProperty(int newValue)(Code) | | |
writeRWObjectProperty | public void writeRWObjectProperty(Object newValue)(Code) | | |
writeWOBooleanProperty | public void writeWOBooleanProperty(boolean newValue)(Code) | | |
writeWOIntProperty | public void writeWOIntProperty(int newValue)(Code) | | |
writeWOObjectProperty | public void writeWOObjectProperty(Object newValue)(Code) | | |
Methods inherited from com.jgoodies.binding.beans.Model | final public synchronized void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public synchronized void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc) final public synchronized void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) final public synchronized void addVetoableChangeListener(String propertyName, VetoableChangeListener listener)(Code)(Java Doc) final protected boolean equals(Object o1, Object o2)(Code)(Java Doc) final protected void fireIndexedPropertyChange(String propertyName, int index, Object oldValue, Object newValue)(Code)(Java Doc) final protected void fireIndexedPropertyChange(String propertyName, int index, int oldValue, int newValue)(Code)(Java Doc) final protected void fireIndexedPropertyChange(String propertyName, int index, boolean oldValue, boolean newValue)(Code)(Java Doc) final protected void fireMultiplePropertiesChanged()(Code)(Java Doc) final protected void firePropertyChange(PropertyChangeEvent event)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, Object oldValue, Object newValue, boolean checkIdentity)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, double oldValue, double newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, float oldValue, float newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, long oldValue, long newValue)(Code)(Java Doc) final protected void fireVetoableChange(PropertyChangeEvent event) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, boolean oldValue, boolean newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, double oldValue, double newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, int oldValue, int newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, float oldValue, float newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, long oldValue, long newValue) throws PropertyVetoException(Code)(Java Doc) final public synchronized PropertyChangeListener[] getPropertyChangeListeners()(Code)(Java Doc) final public synchronized PropertyChangeListener[] getPropertyChangeListeners(String propertyName)(Code)(Java Doc) final public synchronized VetoableChangeListener[] getVetoableChangeListeners()(Code)(Java Doc) final public synchronized VetoableChangeListener[] getVetoableChangeListeners(String propertyName)(Code)(Java Doc) final public synchronized void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public synchronized void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc) final public synchronized void removeVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) final public synchronized void removeVetoableChangeListener(String propertyName, VetoableChangeListener listener)(Code)(Java Doc)
|
|
|