JRubik v0.6

es.aeat.eett.plugins.tableNavi.jpivot
Class CellBuilderImpl

java.lang.Object
  extended byes.aeat.eett.plugins.tableNavi.jpivot.PartBuilderSupport
      extended byes.aeat.eett.plugins.tableNavi.jpivot.CellBuilderImpl
All Implemented Interfaces:
com.tonbeller.wcf.bookmarks.Bookmarkable, CellBuilder, PartBuilder

public class CellBuilderImpl
extends PartBuilderSupport
implements CellBuilder

Created on 18.10.2002

Author:
av

Field Summary
private static java.lang.String NBSP
           
private static java.lang.String STYLE
           
 
Fields inherited from class es.aeat.eett.plugins.tableNavi.jpivot.PartBuilderSupport
table
 
Constructor Summary
CellBuilderImpl()
           
 
Method Summary
 javax.swing.tree.DefaultMutableTreeNode build(com.tonbeller.jpivot.olap.model.Cell cell, boolean even)
          renders DOM element of cell
 
Methods inherited from class es.aeat.eett.plugins.tableNavi.jpivot.PartBuilderSupport
destroy, getBookmarkState, initialize, setBookmarkState, setDirty, startBuild, stopBuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface es.aeat.eett.plugins.tableNavi.jpivot.PartBuilder
destroy, initialize, startBuild, stopBuild
 
Methods inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable
getBookmarkState, setBookmarkState
 

Field Detail

STYLE

private static final java.lang.String STYLE
See Also:
Constant Field Values

NBSP

private static final java.lang.String NBSP
See Also:
Constant Field Values
Constructor Detail

CellBuilderImpl

public CellBuilderImpl()
Method Detail

build

public javax.swing.tree.DefaultMutableTreeNode build(com.tonbeller.jpivot.olap.model.Cell cell,
                                                     boolean even)
renders DOM element of cell

Specified by:
build in interface CellBuilder

JRubik v0.6

JRubik v0.6