public interface GCGridContainerInterface
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
add(java.awt.Component c,
double row,
double column)
Adds a component to the contained grid.
|
java.awt.Component |
add(java.awt.Component c,
double row,
double column,
double width,
double height)
Adds a component to the contained grid.
|
java.awt.Component |
add(java.awt.Component c,
double row,
double column,
double width,
double height,
int tab) |
java.awt.Component |
getComponentAt(int tab)
Returns the component at the specified tab location.
|
GCInfoBar |
getInfoBar()
Returns the presently selected GCInfoBar for the selected container if it
is a GCGridContainer.
|
java.awt.Container |
getSelected()
Returns the presently selected item.
|
java.awt.Container getSelected()
GCInfoBar getInfoBar() throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationExceptionjava.awt.Component add(java.awt.Component c,
double row,
double column)
c - - the added component, which will normally be wrapped in a
GCGridElement instance.row - column - java.awt.Component add(java.awt.Component c,
double row,
double column,
double width,
double height)
c - - the added component, which will normally be wrapped in a
GCGridElement instance.row - column - width - height - java.awt.Component add(java.awt.Component c,
double row,
double column,
double width,
double height,
int tab)
throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationExceptionjava.awt.Component getComponentAt(int tab)
tab -