|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.compiler.tags.DefaultObjectHandler
jaxx.compiler.tags.DefaultComponentHandler
jaxx.compiler.tags.swing.JPopupMenuHandler
public class JPopupMenuHandler
| Field Summary |
|---|
| Fields inherited from class jaxx.compiler.tags.DefaultComponentHandler |
|---|
ACTION_ICON_ATTRIBUTE, CONTAINER_DELEGATE_ATTRIBUTE, FONT_FACE_ATTRIBUTE, FONT_SIZE_ATTRIBUTE, FONT_STYLE_ATTRIBUTE, FONT_WEIGHT_ATTRIBUTE, HEIGHT_ATTRIBUTE, ICON_ATTRIBUTE, log, NAME_ATTRIBUTE, WIDTH_ATTRIBUTE, X_ATTRIBUTE, Y_ATTRIBUTE |
| Fields inherited from interface jaxx.compiler.tags.TagHandler |
|---|
XMLNS_ATTRIBUTE |
| Constructor Summary | |
|---|---|
JPopupMenuHandler(ClassDescriptor beanClass)
|
|
| Method Summary | |
|---|---|
boolean |
isContainer()
Returns true if this component can contain other components. |
protected void |
openComponent(CompiledObject object,
org.w3c.dom.Element tag,
JAXXCompiler compiler)
|
| Methods inherited from class jaxx.compiler.tags.DefaultComponentHandler |
|---|
closeComponent, compileFirstPass, compileSecondPass, configureProxyEventInfo, constantValue, getContainerDelegate, getGetPropertyCode, getPropertyType, getSetPropertyCode, init, isPropertyInherited, scanAttributesForDependencies, setAttribute, setDefaults |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JPopupMenuHandler(ClassDescriptor beanClass)
| Method Detail |
|---|
public boolean isContainer()
DefaultComponentHandlertrue if this component can contain other components. For children to be
allowed, the component must be a subclass of Container and its JAXXBeanInfo
must not have the value false for its isContainer value.
isContainer in class DefaultComponentHandlertrue if children are allowed
protected void openComponent(CompiledObject object,
org.w3c.dom.Element tag,
JAXXCompiler compiler)
openComponent in class DefaultComponentHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||