|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DStyleRegistry
org.eclipse.tptp.platform.report.birt).
public class DStyleRegistry
A style registry is a collection of IDStyle, the registry assures that a style is stored only once (in the meaning of '==').
IDStyle| Constructor Summary | |
|---|---|
DStyleRegistry()
Deprecated. Creates an empty DStyleRegistry. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. Clears the registry. |
boolean |
contains(IDStyle style)
Deprecated. Checks if the style already exists in the registry. |
IDStyle |
getFirstStyle(java.lang.String _name)
Deprecated. Returns the first style of the registry which have the name _name. |
java.util.List |
getStyles(java.lang.String _name)
Deprecated. Returns all IDStyle stored in the registry and they have the name _name in a java.util.List. |
boolean |
isEmpty()
Deprecated. |
java.util.Iterator |
iterator()
Deprecated. Returns an iterator to acces to all values in this registry. |
void |
merge(DStyleRegistry r)
Deprecated. Merges the styles of the registry r with the current registry. |
void |
merge(IDItem root)
Deprecated. Merges the styles which are existing in the registry with the styles which are existing in the document doc. |
IDStyle |
putStyle(IDStyle style)
Deprecated. Puts the style in the registry only if style isn't already stored. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DStyleRegistry()
| Method Detail |
|---|
public void clear()
clear in interface IDRegistrypublic IDStyle putStyle(IDStyle style)
style - the style to store in registry.
public void merge(DStyleRegistry r)
r - the registry to merge.public boolean contains(IDStyle style)
public java.util.Iterator iterator()
iterator in interface IDRegistrypublic java.util.List getStyles(java.lang.String _name)
Listpublic IDStyle getFirstStyle(java.lang.String _name)
getStyles(java.lang.String)public void merge(IDItem root)
public boolean isEmpty()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||