org.eclipse.birt.chart.integrate
Class SimpleActionHandle

java.lang.Object
  extended by org.eclipse.birt.chart.integrate.SimpleActionHandle

public class SimpleActionHandle
extends java.lang.Object

Represents an "action" (hyperlink) attached to an element.


Method Summary
 java.lang.String getTargetWindow()
           
 java.lang.String getURI()
           
 void setTargetWindow(java.lang.String target)
           
 void setURI(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setURI

public void setURI(java.lang.String uri)
Parameters:
uri - the uri to set

getURI

public java.lang.String getURI()
Returns:
the uri

setTargetWindow

public void setTargetWindow(java.lang.String target)
Parameters:
targetWindow - the targetWindow to set

getTargetWindow

public java.lang.String getTargetWindow()
Returns:
the targetWindow


Copyright © 2005-2008 Actuate Corp. All rights reserved.