TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DPreferences
All Implemented Interfaces:
IDItem, IDObject

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 DPreferences
extends DItem

This interface provides the properties for the preferences information.


Constructor Summary
DPreferences()
          Deprecated. creates a new preference object.
 
Method Summary
 java.lang.String getBrowserCookieName()
          Deprecated.  
 java.lang.String getStoredPreferences()
          Deprecated.  
 java.lang.String getTooltip()
          Deprecated.  
 java.lang.String getUpdatedPreferencesVariable()
          Deprecated.  
 java.lang.String getUrl()
          Deprecated.  
 boolean isShow()
          Deprecated.  
 void setBrowserCookieName(java.lang.String browserCookieName)
          Deprecated. sets the browser cookie name
 void setShow(boolean show)
          Deprecated. sets the showing property for the preferences for the chart
 void setStoredPreferences(java.lang.String storedPreferences)
          Deprecated. sets the stored preferences
 void setTooltip(java.lang.String tooltip)
          Deprecated. sets the tooltip
 void setUpdatedPreferencesVariable(java.lang.String updatedPreferencesVariable)
          Deprecated. sets the preference variables
 void setUrl(java.lang.String url)
          Deprecated. sets the url
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DPreferences

public DPreferences()
Deprecated. 
creates a new preference object.

Method Detail

isShow

public boolean isShow()
Deprecated. 
Returns:
true if the preferences should be displayed for the chart

setShow

public void setShow(boolean show)
Deprecated. 
sets the showing property for the preferences for the chart


getBrowserCookieName

public java.lang.String getBrowserCookieName()
Deprecated. 
Returns:
the browser cookie name

setBrowserCookieName

public void setBrowserCookieName(java.lang.String browserCookieName)
Deprecated. 
sets the browser cookie name


getStoredPreferences

public java.lang.String getStoredPreferences()
Deprecated. 
Returns:
the stored preferences

setStoredPreferences

public void setStoredPreferences(java.lang.String storedPreferences)
Deprecated. 
sets the stored preferences


getTooltip

public java.lang.String getTooltip()
Deprecated. 
Returns:
the tooltip for the preference open button

setTooltip

public void setTooltip(java.lang.String tooltip)
Deprecated. 
sets the tooltip


getUpdatedPreferencesVariable

public java.lang.String getUpdatedPreferencesVariable()
Deprecated. 
Returns:
the preference variable

setUpdatedPreferencesVariable

public void setUpdatedPreferencesVariable(java.lang.String updatedPreferencesVariable)
Deprecated. 
sets the preference variables


getUrl

public java.lang.String getUrl()
Deprecated. 
Returns:
the url

setUrl

public void setUrl(java.lang.String url)
Deprecated. 
sets the url


TPTP 4.5.0 Platform Project
Internal API Specification