|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IContainer
IContainer is an interface for Frame and Container classes.
(c) Copyright 2005-2007 DOMOLOGIC GmbH
| Method Summary | |
|---|---|
void |
add(Component component)
Adds a component to this IContainer |
void |
remove(Component component)
Removes a component from this IContainer. |
void |
removeAll()
Removes all components from this IContainer. |
boolean |
setDirty(Object source,
int x,
int y,
int width,
int height,
int state,
boolean b)
Marks all components inside this container that intersect the given bounds to be repainted. |
| Method Detail |
|---|
void add(Component component)
component - the component to add.void remove(Component component)
component - the component to removevoid removeAll()
boolean setDirty(Object source,
int x,
int y,
int width,
int height,
int state,
boolean b)
Object - source the calling object that must be a child of this container or nullx - y - width - height - state - the state to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||