|
jrworkspace by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreferencesFlavor
A flavor which adds a preferences page to the host application
Method Summary | |
---|---|
Icon |
getMainIcon()
An icon for the main page |
String |
getMainName()
Returns a name which will be the name of the main page |
JPanel |
getMainPage()
The main preferences page |
int |
getNumSubPages()
The number of sub-pages of this preference page |
JPanel |
getSubPage(int i)
The JPanel of the sub-page with index i |
Icon |
getSubPageIcon(int i)
The icon of sub-page i |
String |
getSubPageName(int i)
The name of sub-page number i |
Method Detail |
---|
Icon getMainIcon()
String getMainName()
JPanel getMainPage()
JPanel
int getNumSubPages()
JPanel getSubPage(int i)
i
- the index of the sub-page
Icon getSubPageIcon(int i)
i
- the index of the sub-page
String getSubPageName(int i)
i
- the index of the sub-page
|
jrworkspace by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |