|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.properties.PropertiesContainer
net.ctdp.rfdynhud.properties.FlatPropertiesContainer
public class FlatPropertiesContainer
Constructor Summary | |
---|---|
FlatPropertiesContainer()
|
Method Summary | |
---|---|
protected void |
addGroupImpl(java.lang.Object groupName,
boolean initiallyExpanded,
boolean pushed)
Adds a new group to the container. |
protected void |
addPropertyImpl(Property property)
|
protected void |
clearImpl()
Clears the container. |
void |
dump(java.io.PrintStream ps)
Dumps this container to the given PrintStream . |
java.util.List<Property> |
getList()
Gets the properties list. |
protected void |
popGroupImpl()
Pop one level up. |
Methods inherited from class net.ctdp.rfdynhud.properties.PropertiesContainer |
---|
addGroup, addGroup, addProperty, clear, dump, getLevel, popGroup, pushGroup, pushGroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlatPropertiesContainer()
Method Detail |
---|
public final java.util.List<Property> getList()
protected void clearImpl()
PropertiesContainer
clearImpl
in class PropertiesContainer
protected void addGroupImpl(java.lang.Object groupName, boolean initiallyExpanded, boolean pushed)
PropertiesContainer
addGroupImpl
in class PropertiesContainer
groupName
- the new group's nameinitiallyExpanded
- initially expanded?pushed
- pushed one level down?protected void popGroupImpl()
PropertiesContainer
popGroupImpl
in class PropertiesContainer
protected void addPropertyImpl(Property property)
addPropertyImpl
in class PropertiesContainer
public void dump(java.io.PrintStream ps)
PropertiesContainer
PrintStream
.
dump
in class PropertiesContainer
ps
- the stream to print to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |