|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.ui.layout.LayoutManagerPeer
public abstract class LayoutManagerPeer
An abstract LayoutManagerPeer class that must be used as the basis for the an LayoutManagerPeer.
| Constructor Summary | |
|---|---|
LayoutManagerPeer()
Default contructor. |
|
| Method Summary | |
|---|---|
LayoutManager |
getLayoutManager()
Returns the underlying LayoutManager. |
void |
registered()
Called to notify the LayoutManager peer that it has been registered to an LayoutManager. |
abstract void |
render(RenderingContext rc,
Element parent,
ComponentPeer parentPeer,
ComponentPeer[] children)
This method is called when the LayoutManager should layout the child component peer objects. |
void |
setLayoutManager(LayoutManager layoutManager)
Initializes the LayoutManager peer: this method must be called before any other methods. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutManagerPeer()
| Method Detail |
|---|
public LayoutManager getLayoutManager()
public void registered()
public abstract void render(RenderingContext rc,
Element parent,
ComponentPeer parentPeer,
ComponentPeer[] children)
for more information on renderingpublic void setLayoutManager(LayoutManager layoutManager)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||