|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.util.build.AbstractBean
public abstract class AbstractBean
Abstract base class for beans with the notion of desing/run time modes
| Field Summary |
|---|
| Fields inherited from interface java.beans.DesignMode |
|---|
PROPERTYNAME |
| Constructor Summary | |
|---|---|
AbstractBean()
|
|
| Method Summary | |
|---|---|
protected void |
checkBuildTime()
Check that the bean is in design or build time, or throw an exception if not. |
boolean |
isDesignTime()
|
void |
setDesignTime(boolean designTime)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBean()
| Method Detail |
|---|
public boolean isDesignTime()
isDesignTime in interface java.beans.DesignModepublic void setDesignTime(boolean designTime)
setDesignTime in interface java.beans.DesignModeprotected final void checkBuildTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||