Class JTabbedPaneHandler.CompiledTabbedPane
- java.lang.Object
-
- org.nuiton.jaxx.compiler.CompiledObject
-
- org.nuiton.jaxx.compiler.tags.swing.JTabbedPaneHandler.CompiledTabbedPane
-
- Enclosing class:
- JTabbedPaneHandler
public class JTabbedPaneHandler.CompiledTabbedPane extends CompiledObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuiton.jaxx.compiler.CompiledObject
CompiledObject.ChildRef
-
-
Constructor Summary
Constructors Constructor Description CompiledTabbedPane(String id, ClassDescriptor objectClass, JAXXCompiler compiler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(CompiledObject child, String constraints, JAXXCompiler compiler)Adds a child component to this container.-
Methods inherited from class org.nuiton.jaxx.compiler.CompiledObject
addChild, addClientProperty, addEventHandler, addProperty, appendAdditionCode, appendInitializationCode, finalizeCompiler, getAdditionCode, getAdditionMethodName, getBeanScope, getChilds, getClientProperties, getClientProperty, getConstructorParams, getCreationMethodName, getDecorator, getGenericTypes, getGenericTypesLength, getGetterName, getI18nProperty, getId, getInitializationCode, getInitializationCode, getInitializer, getJavaBeanInitCode, getJavaCode, getJavaCodeForProperty, getObjectClass, getOverrideType, getParent, getProperties, getSetterName, getSimpleType, getStyleClass, getStyleClasses, hasClientProperties, isAddToContainer, isJavaBean, isOverride, isOverrideType, isUseComputeI18n, isValidID, matchStyleClass, newChildRef, setAddToContainer, setBeanScope, setConstructorParams, setDecorator, setGenericTypes, setI18nProperty, setInitializer, setJavaBean, setJavaBeanInitCode, setOverride, setOverrideType, setParent, setSimpleType, setStyleClass, toString
-
-
-
-
Constructor Detail
-
CompiledTabbedPane
public CompiledTabbedPane(String id, ClassDescriptor objectClass, JAXXCompiler compiler) throws CompilerException
- Throws:
CompilerException
-
-
Method Detail
-
addChild
public void addChild(CompiledObject child, String constraints, JAXXCompiler compiler) throws CompilerException
Description copied from class:CompiledObjectAdds a child component to this container. This variant allows the Java code for a layout constraints object to be specified.- Overrides:
addChildin classCompiledObject- Parameters:
child- the component to addconstraints- Java code for the layout constraints objectcompiler- the currentJAXXCompiler- Throws:
CompilerException- if this object is not a container
-
-