|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenClass
ControlBean
public class ControlBean
The ControlBean class is an class representing a generated JavaBean class that can host control implementation types associated with a particular control public or extension interface.
Constructor Summary | |
---|---|
protected |
ControlBean(ControlInterface controlIntf)
Constructs a new ControlBean class supporting a particular bean interface |
Method Summary | |
---|---|
String |
getBeanInfoName()
Returns the fully qualified classname of the ControlBean BeanInfo class. |
String |
getClassName()
Returns the fully qualified classname of the ControlBean |
ControlInterface |
getControlInterface()
Returns the public or extension interface associated with the ControlBean |
String |
getManifestName()
Returns the class as a Jar Manifest Name attribute |
String |
getPackage()
Returns the fully qualified package name of the ControlBean |
String |
getShortName()
Returns the unqualified classname of the ControlBean |
ControlBean |
getSuperClass()
Returns the super class for this ControlBean |
Methods inherited from class GenClass |
---|
getCheckOutput, getGeneratedTypes, getGenerateOutput, hasSuperClass |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ControlBean(ControlInterface controlIntf)
controlIntf
- the public interface associated with the beanMethod Detail |
---|
public String getPackage()
getPackage
in class GenClass
public String getShortName()
getShortName
in class GenClass
public String getClassName()
getClassName
in class GenClass
public String getBeanInfoName()
public String getManifestName()
public ControlInterface getControlInterface()
public ControlBean getSuperClass()
getSuperClass
in class GenClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |