API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans. DesignMode View Source
Author(s)
Laurence P. G. Cable
Since
1.2
Version
1.15, 11/17/05
Serial
Hierarchy
 DesignMode
Subinterfaces
Description
public interface DesignMode
  This interface is intended to be implemented by, or delegated from, instances of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
Methods
Hide/Show inherited methods
public boolean isDesignTime ()
  A value of true denotes that JavaBeans should behave in design time mode, a value of false denotes runtime behavior.
public void setDesignTime (boolean designTime)
  Sets the "value" of the "designTime" property.
Fields
Hide/Show inherited fields
publicfinalstatic String PROPERTYNAME = "designTime"
The standard value of the propertyName as fired from a BeanContext or other source of PropertyChangeEvents.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar