Package 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
-
Nested Class Summary
Nested classes/interfaces inherited from class jaxx.compiler.CompiledObject
CompiledObject.ChildRef -
Constructor Summary
Constructors Constructor Description CompiledTabbedPane(java.lang.String id, ClassDescriptor objectClass, JAXXCompiler compiler) -
Method Summary
Modifier and Type Method Description voidaddChild(CompiledObject child, java.lang.String constraints, JAXXCompiler compiler)Adds a child component to this container.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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CompiledTabbedPane
public CompiledTabbedPane(java.lang.String id, ClassDescriptor objectClass, JAXXCompiler compiler) throws CompilerException- Throws:
CompilerException
-
-
Method Details
-
addChild
public void addChild(CompiledObject child, java.lang.String constraints, JAXXCompiler compiler) throws CompilerExceptionDescription 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- See Also:
CompiledObject.addChild(CompiledObject, JAXXCompiler)
-