Uses of Class
org.eclipse.birt.report.model.api.command.ExtendsException

Packages that use ExtendsException
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.")  
org.eclipse.birt.report.model.api.command Provides events when some command operations modify the state of the Design Engine. 
 

Uses of ExtendsException in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that throw ExtendsException
 void PrivateStyleHandle.setExtends(DesignElementHandle parent)
          This method is not defined for private styles.
 void PrivateStyleHandle.setExtendsElement(org.eclipse.birt.report.model.core.DesignElement parent)
          This method is not defined for private styles.
 void PrivateStyleHandle.setExtendsName(java.lang.String name)
          This method is not defined for private styles.
 void DesignElementHandle.setExtends(DesignElementHandle parent)
          Sets this element to extend the given element.
 void DesignElementHandle.setExtendsName(java.lang.String name)
          Sets the name of the element that this element extends.
 void DesignElementHandle.setExtendsElement(org.eclipse.birt.report.model.core.DesignElement parent)
          Deprecated. by DesignElementHandle.setExtends(DesignElementHandle)
 DesignElementHandle ElementFactory.newElementFrom(DesignElementHandle baseElement, java.lang.String name)
          Creates one new element based on the given element.
 

Uses of ExtendsException in org.eclipse.birt.report.model.api.command
 

Subclasses of ExtendsException in org.eclipse.birt.report.model.api.command
 class CircularExtendsException
          An error indicates circular extension while setting the extends property of an element.
 class ExtendsForbiddenException
          An error indicates not supported extension while setting the extends property of an element.
 class InvalidParentException
          An error indicates invalid parent while setting the extends property of an element.
 class WrongTypeException
          An error indicates wrong type while setting the extends property of an element.
 



Copyright © 2005 Actuate Corp. All rights reserved.