jaxx.compiler.tags.swing
Class JScrollPaneHandler.JScrollPaneCompiledObject

java.lang.Object
  extended by jaxx.compiler.CompiledObject
      extended by 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
static java.lang.String COLUMN_HEADER_VIEW
           
 
Constructor Summary
JScrollPaneHandler.JScrollPaneCompiledObject(java.lang.String id, ClassDescriptor beanclass, JAXXCompiler compiler)
           
 
Method Summary
 void addChild(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, 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, getStyleClass, hasClientProperties, isJavaBean, isOverride, isOverrideType, isValidID, setConstructorParams, setDecorator, setGenericTypes, setInitializer, setJavaBean, setJavaBeanInitCode, setOverride, setOverrideType, setParent, setStyleClass, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COLUMN_HEADER_VIEW

public static final java.lang.String COLUMN_HEADER_VIEW
See Also:
Constant Field Values
Constructor Detail

JScrollPaneHandler.JScrollPaneCompiledObject

public JScrollPaneHandler.JScrollPaneCompiledObject(java.lang.String id,
                                                    ClassDescriptor beanclass,
                                                    JAXXCompiler compiler)
Method Detail

addChild

public void addChild(CompiledObject child,
                     java.lang.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 add
constraints - Java code for the layout constraints object
compiler - the current JAXXCompiler
Throws:
CompilerException - if this object is not a container
See Also:
CompiledObject.addChild(CompiledObject, JAXXCompiler)


Copyright © 2008-2010 CodeLutin. All Rights Reserved.