|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.stylesheet.StyleSheetGroup
public class StyleSheetGroup
A StyleSheetGroup can be used to "logically" group a list of Components
under a group name. Then any StyleSheet entries that specify that group name can be
applied to the contained Components.
The StyleSheet group name is applied via the "styleName$groupName" style name form.
| Constructor Summary | |
|---|---|
StyleSheetGroup(java.lang.String groupName)
Deprecated. StyleSheetGroup constructor |
|
| Method Summary | |
|---|---|
void |
add(Component c)
Deprecated. Adds a component to the StyleSheetGroup. |
boolean |
contains(Component c)
Deprecated. Returns true if the Component c is contained within this StyleSheetGrouping. |
java.util.Iterator |
getIterator()
Deprecated. Returns an Iterator containing all the components in the StyleSheetGroup |
java.lang.String |
getName()
Deprecated. Returns the name of the StyleSheetGroup |
void |
remove(Component c)
Deprecated. Removes a component to the StyleSheetGroup. |
void |
setName(java.lang.String newName)
Deprecated. Sets the name of the StyleSheetGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StyleSheetGroup(java.lang.String groupName)
| Method Detail |
|---|
public void add(Component c)
public boolean contains(Component c)
public java.util.Iterator getIterator()
public java.lang.String getName()
public void remove(Component c)
public void setName(java.lang.String newName)
newName - java.lang.String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||