GNU Classpath (0.95) | |
Frames | No Frames |
Methods which throw type java.beans.PropertyVetoException | |
void | Fire a vetoable property change.
|
void | Set the parent BeanContext .
|
void | Set the parent BeanContext .
|
void | |
void | Subclasses may use this method to veto changes arising
from the children of this context.
|
Methods which throw type java.beans.PropertyVetoException | |
void | Fire a PropertyChangeEvent to all the global listeners, and to all the
listeners for the specified property name. |
void | Fire a PropertyChangeEvent containing the old and new values of the
property to all the global listeners, and to all the listeners for the
specified property name. |
void | Fire a PropertyChangeEvent containing the old and new values of the
property to all the global listeners, and to all the listeners for the
specified property name. |
void | Fire a PropertyChangeEvent containing the old and new values of the
property to all the global listeners, and to all the listeners for the
specified property name. |
void | Fired before a Bean's property changes.
|
void | Forwards the event on to the delegate if the property name matches.
|
Methods which throw type java.beans.PropertyVetoException | |
void | Fires a property change event as a response to a vetoable change to
to the specified property. |
Methods which throw type java.beans.PropertyVetoException | |
void | Call VetoableChangeListener.vetoableChange(PropertyChangeEvent) on all listeners
registered to listen to a given property. |
void | JInternalFrame.setClosed(boolean b) This method closes the JInternalFrame if the given boolean is true. |
void | JInternalFrame.setIcon(boolean b) This method iconifies or deiconifies this JInternalFrame given the
boolean argument. |
void | JInternalFrame.setMaximum(boolean b) This method sets the JInternalFrame to maximized (if the given argument
is true) or restores the JInternalFrame to its normal bounds otherwise.
|
void | JInternalFrame.setSelected(boolean selected) This method sets whether this JInternalFrame is the selected frame in the
JDesktopPane (or other container). |
GNU Classpath (0.95) |