com.cc.framework.ui.painter
Interface CompositeElement

All Superinterfaces:
org.apache.ecs.Element, org.apache.ecs.ElementRegistry
All Known Implementing Classes:
ElementContainerCE, TableCE

public interface CompositeElement
extends org.apache.ecs.Element

Interface for composite elements. A composite element is used as a part of a Frame

Version:
$Revision$
Author:
Harald Schulz
See Also:
Frame

Field Summary
 
Fields inherited from interface org.apache.ecs.Element
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE
 
Method Summary
 void add(org.apache.ecs.Element element)
          Adds a new Element to the container
 
Methods inherited from interface org.apache.ecs.Element
getBeginEndModifier, getBeginStartModifier, getCase, getElementType, getEndEndModifier, getEndStartModifier, getEndTagChar, getFilterState, getNeedClosingTag, getNeedLineBreak, getPrettyPrint, getStartTagChar, getTabLevel, getTagPosition, getVersion, output, output, setBeginEndModifier, setBeginStartModifier, setCase, setElementType, setEndEndModifier, setEndStartModifier, setEndTagChar, setFilterState, setNeedClosingTag, setPrettyPrint, setStartTagChar, setTabLevel, setTagPosition
 
Methods inherited from interface org.apache.ecs.ElementRegistry
addElementToRegistry, addElementToRegistry, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry
 

Method Detail

add

public void add(org.apache.ecs.Element element)
Adds a new Element to the container

Parameters:
element - Element to add


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.