|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionListener | |
org.jbeans |
Uses of ConversionListener in org.jbeans |
Classes in org.jbeans that implement ConversionListener | |
class |
ConversionListenerAdapter
This class is a blank implementation of the ConversionListener interface It is abstract and implements every method of the listener with an empty implementation |
Methods in org.jbeans with parameters of type ConversionListener | |
void |
BaseBeanProperty.addConversionListener(ConversionListener listener)
Adds a conversion listener to the list of listeners for this property. |
void |
BaseBeanProperty.removeConversionListener(ConversionListener listener)
Removes the given conversion listener from the list of conversion listeners. |
void |
SynchronizedNestedBeanProperty.addConversionListener(ConversionListener listener)
This method is the same as the addConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
SynchronizedNestedBeanProperty.removeConversionListener(ConversionListener listener)
This method is the same as the removeConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
SynchronizedBeanProperty.addConversionListener(ConversionListener listener)
This method is the same as the addConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
SynchronizedBeanProperty.removeConversionListener(ConversionListener listener)
This method is the same as the removeConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
SynchronizedDynamicNestedBeanProperty.addConversionListener(ConversionListener listener)
This method is the same as the addConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
SynchronizedDynamicNestedBeanProperty.removeConversionListener(ConversionListener listener)
This method is the same as the removeConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
SynchronizedIndexedBeanProperty.addConversionListener(ConversionListener listener)
This method is the same as the addConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
SynchronizedIndexedBeanProperty.removeConversionListener(ConversionListener listener)
This method is the same as the removeConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |