| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.beans |
Contains classes related to developing
beans -- components based on the JavaBeans™ architecture.
|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
KeyboardFocusManager.fireVetoableChange(String
Fires a PropertyChangeEvent in response to a change in a vetoable property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VetoableChangeSupport.fireVetoableChange(PropertyChangeEvent
Fires a property change event to listeners that have been registered to track updates of all properties or a property with the specified name.
|
void |
VetoableChangeSupport.fireVetoableChange(String
Reports a boolean constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
|
void |
VetoableChangeSupport.fireVetoableChange(String
Reports an integer constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
|
void |
VetoableChangeSupport.fireVetoableChange(String
Reports a constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
|
void |
VetoableChangeListener.vetoableChange(PropertyChangeEvent
This method gets called when a constrained property is changed.
|
void |
VetoableChangeListenerProxy.vetoableChange(PropertyChangeEvent
Forwards the property change event to the listener delegate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContextChildSupport.fireVetoableChange(String
Report a vetoable property update to any registered listeners.
|
void |
BeanContextChild.setBeanContext(BeanContext
Objects that implement this interface, shall fire a java.beans.PropertyChangeEvent, with parameters: propertyName "beanContext", oldValue (the previous nesting
BeanContext instance, or
null), newValue (the current nesting
BeanContext instance, or
null).
|
void |
BeanContextChildSupport.setBeanContext(BeanContext
Sets the
BeanContext for this
BeanContextChildSupport.
|
void |
BeanContextSupport.setLocale(Locale
Sets the locale of this BeanContext.
|
void |
BeanContextSupport.vetoableChange(PropertyChangeEvent
subclasses may envelope to monitor veto child property changes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JComponent.fireVetoableChange(String
Supports reporting constrained property changes.
|
void |
JInternalFrame.setClosed(boolean b)
Closes this internal frame if the argument is
true.
|
void |
JInternalFrame.setIcon(boolean b)
Iconifies or de-iconifies this internal frame, if the look and feel supports iconification.
|
void |
JInternalFrame.setMaximum(boolean b)
Maximizes and restores this internal frame.
|
void |
JInternalFrame.setSelected(boolean selected)
Selects or deselects the internal frame if it's showing.
|