org.eclipse.birt.chart.integrate
Class SimpleActionHandle

java.lang.Object
  extended byorg.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)

getTargetWindow

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


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