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
 DesignElementHandle ElementFactory.newElementFrom(DesignElementHandle baseElement, java.lang.String name)
          Creates one new element based on the given element.
 void DesignElementHandle.setExtends(DesignElementHandle parent)
          Sets this element to extend the given element.
 void ContentElementHandle.setExtends(DesignElementHandle parent)
           
 void PrivateStyleHandle.setExtends(DesignElementHandle parent)
          This method is not defined for private styles.
 void DesignElementHandle.setExtendsElement(org.eclipse.birt.report.model.core.DesignElement parent)
          Deprecated. by DesignElementHandle.setExtends(DesignElementHandle)
 void PrivateStyleHandle.setExtendsElement(org.eclipse.birt.report.model.core.DesignElement parent)
          This method is not defined for private styles.
 void DesignElementHandle.setExtendsName(java.lang.String name)
          Sets the name of the element that this element extends.
 void ContentElementHandle.setExtendsName(java.lang.String name)
           
 void PrivateStyleHandle.setExtendsName(java.lang.String name)
          This method is not defined for private styles.
 

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 © 2008 Actuate Corp. All rights reserved.