|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TabboxRenderer<T>
Identifies components that can be used as "rubber stamps" to paint
the tab and tabpanel in a Tabbox.
ListModel| Method Summary | |
|---|---|
void |
renderTab(Tab tab,
T data,
int index)
Renders the data to the specified tab. |
void |
renderTabpanel(Tabpanel tabpanel,
T data,
int index)
Renders the data to the specified tabpanel. |
| Method Detail |
|---|
void renderTab(Tab tab,
T data,
int index)
throws java.lang.Exception
tab - the tab to render the result.data - that is returned from ListModel.getElementAt(int)index - the index of the data that is currently being rendered
java.lang.Exception
void renderTabpanel(Tabpanel tabpanel,
T data,
int index)
throws java.lang.Exception
tabpanel - the tabpanel to render the result.data - that is returned from ListModel.getElementAt(int)index - the index of the data that is currently being rendered
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||