|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.tptp.platform.report.birt).
public interface IDItem
Provides an interface for all items in a JScrib document except Colors, Fonts and Styles.
| Method Summary | |
|---|---|
boolean |
addChild(IDItem item)
Deprecated. Adds a child item after the last child. |
void |
clear()
Deprecated. Clears the resources kept by the item. |
IDStyle |
getAppliedStyle()
Deprecated. Returns the style to applied on this item, might be getStyle() or one of parent's style if getStyle returns null. |
int |
getChildCount()
Deprecated. Returns the item child number. |
int |
getChildPosition(IDItem i)
Deprecated. Returns the child item position in the list. |
IDItem |
getFirstChild()
Deprecated. Returns the first child of the item. |
IDItemIterator |
getIterator()
Deprecated. Returns the item iterator. |
IDItem |
getLastChild()
Deprecated. Returns the last child of the item. |
IDItem |
getNext()
Deprecated. Returns the next item. |
IDItem |
getParent()
Deprecated. Returns the parent of the item. |
IDItem |
getRoot()
Deprecated. Returns the current document. |
IDStyle |
getStyle()
Deprecated. Returns the item style. |
boolean |
insertChild(IDItem item,
IDItem after)
Deprecated. Inserts the child 'item' after the item 'after' if acceptChild(item,after) returns true. |
boolean |
isContainer()
Deprecated. Returns true if the item is a container. |
boolean |
removeChild(IDItem item)
Deprecated. Removes the child 'item'. |
void |
setNext(IDItem i)
Deprecated. Sets the next item to 'i'. |
void |
setParent(IDItem p)
Deprecated. Sets the parent item to 'p'. |
void |
setStyle(IDStyle style)
Deprecated. Sets the item style to 'style'. |
| Method Detail |
|---|
boolean addChild(IDItem item)
void clear()
int getChildCount()
int getChildPosition(IDItem i)
IDItem getRoot()
IDItem getFirstChild()
IDItemIterator getIterator()
IDItem getLastChild()
IDItem getNext()
IDItem getParent()
IDStyle getAppliedStyle()
getStyle()IDStyle getStyle()
boolean insertChild(IDItem item,
IDItem after)
child - child to be attachedafter - item after which child should be addedboolean isContainer()
boolean removeChild(IDItem item)
void setNext(IDItem i)
i - next itemvoid setParent(IDItem p)
p - parent itemvoid setStyle(IDStyle style)
style - item style
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||