Package jaxx.compiler.tags.swing
Class JScrollPaneHandler.JScrollPaneCompiledObject
java.lang.Object
jaxx.compiler.CompiledObject
jaxx.compiler.tags.swing.JScrollPaneHandler.JScrollPaneCompiledObject
- Enclosing class:
- JScrollPaneHandler
public static class JScrollPaneHandler.JScrollPaneCompiledObject extends CompiledObject
-
Nested Class Summary
Nested classes/interfaces inherited from class jaxx.compiler.CompiledObject
CompiledObject.ChildRef -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOLUMN_HEADER_VIEW -
Constructor Summary
Constructors Constructor Description JScrollPaneCompiledObject(java.lang.String id, ClassDescriptor beanclass, 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
-
Field Details
-
COLUMN_HEADER_VIEW
public static final java.lang.String COLUMN_HEADER_VIEW- See Also:
- Constant Field Values
-
-
Constructor Details
-
JScrollPaneCompiledObject
public JScrollPaneCompiledObject(java.lang.String id, ClassDescriptor beanclass, JAXXCompiler compiler)
-
-
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)
-