jaxx.compiler.tags.swing
Class JTabbedPaneHandler.CompiledTabbedPane
java.lang.Object
jaxx.compiler.CompiledObject
jaxx.compiler.tags.swing.JTabbedPaneHandler.CompiledTabbedPane
- Enclosing class:
- JTabbedPaneHandler
public static class JTabbedPaneHandler.CompiledTabbedPane
- extends CompiledObject
| Methods inherited from class jaxx.compiler.CompiledObject |
addChild, addClientProperty, addEventHandler, addProperty, appendAdditionCode, appendInitializationCode, finalizeCompiler, getAdditionCode, getAdditionMethodName, getChilds, getClientProperties, getClientProperty, getConstructorParams, getCreationMethodName, getDecorator, getGenericTypes, getGenericTypesLength, getGetterName, getId, getInitializationCode, getInitializationCode, getInitializer, getJavaBeanInitCode, getJavaCode, getJavaCodeForProperty, getObjectClass, getOverrideType, getParent, getProperties, getSimpleType, getStyleClass, hasClientProperties, isJavaBean, isOverride, isOverrideType, isValidID, newChildRef, setConstructorParams, setDecorator, setGenericTypes, setInitializer, setJavaBean, setJavaBeanInitCode, setOverride, setOverrideType, setParent, setSimpleType, setStyleClass, toString |
JTabbedPaneHandler.CompiledTabbedPane
public JTabbedPaneHandler.CompiledTabbedPane(String id,
ClassDescriptor objectClass,
JAXXCompiler compiler)
throws CompilerException
- Throws:
CompilerException
addChild
public void addChild(CompiledObject child,
String constraints,
JAXXCompiler compiler)
throws CompilerException
- Description copied from class:
CompiledObject
- Adds a child component to this container. This variant allows the Java
code for a layout constraints object to be specified.
- Overrides:
addChild in class CompiledObject
- Parameters:
child - the component to addconstraints - Java code for the layout constraints objectcompiler - the current JAXXCompiler
- Throws:
CompilerException - if this object is not a container- See Also:
CompiledObject.addChild(CompiledObject, JAXXCompiler)
Copyright © 2008-2011 CodeLutin. All Rights Reserved.