TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DPopup

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DItemContainer
          extended by org.eclipse.tptp.platform.report.core.internal.DAbstractParagraph
              extended by org.eclipse.tptp.platform.report.core.internal.DPopup
All Implemented Interfaces:
IDAlignment, IDItem, IDObject, IDParagraphItem, IDTaggedItem

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DPopup
extends DAbstractParagraph
implements IDTaggedItem, IDParagraphItem

DPopup describes the containt of a hidden paragraph wich appears only if the user clicks on a link.

See Also:
DLink

Field Summary
 
Fields inherited from interface org.eclipse.tptp.platform.report.core.internal.IDAlignment
BOTTOM, CENTER, DEFAULT_ALIGN, HCENTER, LAST, LEFT, NO_WORD_WRAP, RIGHT, ROTCCW90, ROTCW90, TOP, VCENTER, VERTICAL
 
Constructor Summary
DPopup()
          Deprecated. Creates a popup with no tag.
DPopup(int align)
          Deprecated. Creates a popup with no tag and an alignment.
DPopup(java.lang.String tag)
          Deprecated. Creates a popup with a tag.
DPopup(java.lang.String tag, int align)
          Deprecated. Creates a popup with a tag and an alignment.
 
Method Summary
 java.lang.String getTag()
          Deprecated. Access method for the tag property.
 void setTag(java.lang.String aTag)
          Deprecated. Sets the value of the tag property.
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DAbstractParagraph
addAlignment, getAlignment, getAlignment, haveAlignment, haveOneOfAlignment, removeAlignment, setAlignment
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItemContainer
clear, getChildCount, getChildOfClass, getChildPosition, getChildrenOfClass, getFirstChild, getLastChild, insertChild, isContainer, removeChild
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, getAppliedStyle, getIterator, getNext, getParent, getRoot, getStyle, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 

Constructor Detail

DPopup

public DPopup(java.lang.String tag,
              int align)
Deprecated. 
Creates a popup with a tag and an alignment.

See Also:
IDAlignment

DPopup

public DPopup(int align)
Deprecated. 
Creates a popup with no tag and an alignment. By default this popup is named 'notag'.

See Also:
IDAlignment

DPopup

public DPopup(java.lang.String tag)
Deprecated. 
Creates a popup with a tag.


DPopup

public DPopup()
Deprecated. 
Creates a popup with no tag. By default this popup is named 'notag'.

Method Detail

getTag

public java.lang.String getTag()
Deprecated. 
Access method for the tag property.

Specified by:
getTag in interface IDTaggedItem
Returns:
the current value of the tag property

setTag

public void setTag(java.lang.String aTag)
Deprecated. 
Sets the value of the tag property. If aTag is null the tag is automatically set to 'notag'

Specified by:
setTag in interface IDTaggedItem
Parameters:
aTag - the new value of the tag property

TPTP 4.5.0 Platform Project
Internal API Specification