|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.facetdecorator.FacetDecoratorSet
public class FacetDecoratorSet
| Constructor Summary | |
|---|---|
FacetDecoratorSet()
|
|
| Method Summary | |
|---|---|
void |
add(FacetDecorator decorator)
|
void |
add(java.util.List<FacetDecorator> decorators)
|
void |
debugData(DebugString str)
|
void |
decorateAllFacets(FacetHolder holder)
|
java.util.Set<FacetDecorator> |
getFacetDecorators()
|
void |
init()
Indicates to the component that it is to initialise itself. |
boolean |
isEmpty()
|
void |
shutdown()
Indicates to the component that it will no longer be used and should shut itself down cleanly. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FacetDecoratorSet()
| Method Detail |
|---|
public void init()
ApplicationScopedComponent
init in interface ApplicationScopedComponentpublic void shutdown()
ApplicationScopedComponent
shutdown in interface ApplicationScopedComponentpublic void add(FacetDecorator decorator)
public void add(java.util.List<FacetDecorator> decorators)
public java.util.Set<FacetDecorator> getFacetDecorators()
public boolean isEmpty()
public void decorateAllFacets(FacetHolder holder)
public void debugData(DebugString str)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||