|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SwingItemView
Define something cabable of producing a a GUI Component in various situations.
Method Summary | |
---|---|
int |
inline(Container container,
int row,
int column,
boolean selectionInGroup)
The class should add it's component to the container which has a GridBagLayout. |
void |
setEnabled(boolean enabled)
Used when a component is part of a selection. |
Method Detail |
---|
int inline(Container container, int row, int column, boolean selectionInGroup)
container
- The container to add the component to.row
- The row to add the component at.The
- column to add the component at.
void setEnabled(boolean enabled)
enabled
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |