Ontimize Document Management 0.032EN

com.ontimize.dms.client.gui.conf
Class DocumentTooltipImpl

java.lang.Object
  extended by com.ontimize.dms.client.gui.conf.DocumentTooltipImpl
All Implemented Interfaces:
DocumentTooltip
Direct Known Subclasses:
DocumentTooltipDefault

public class DocumentTooltipImpl
extends java.lang.Object
implements DocumentTooltip


Field Summary
protected  java.lang.String base
           
protected  int baseLevels
           
protected  java.util.List properties
           
 
Constructor Summary
DocumentTooltipImpl(java.lang.String base, java.util.List properties)
           
 
Method Summary
protected  java.util.Map createData(java.util.Map node)
           
protected  java.lang.String createEnd()
           
protected  java.lang.String createStart()
           
protected  java.lang.String createTable(java.util.Map data)
           
 java.lang.String parse(java.util.Map node)
           
 void setBaseLevels(int levels)
           
protected  java.lang.Object translate(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

base

protected java.lang.String base

baseLevels

protected int baseLevels

properties

protected java.util.List properties
Constructor Detail

DocumentTooltipImpl

public DocumentTooltipImpl(java.lang.String base,
                           java.util.List properties)
Method Detail

setBaseLevels

public void setBaseLevels(int levels)
Specified by:
setBaseLevels in interface DocumentTooltip

parse

public java.lang.String parse(java.util.Map node)
Specified by:
parse in interface DocumentTooltip

createData

protected java.util.Map createData(java.util.Map node)

createStart

protected java.lang.String createStart()

createTable

protected java.lang.String createTable(java.util.Map data)

createEnd

protected java.lang.String createEnd()

translate

protected java.lang.Object translate(java.lang.Object object)

Ontimize Document Management