|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TabContentConfig | |
|---|---|
| org.nuiton.jaxx.tab | |
| Uses of TabContentConfig in org.nuiton.jaxx.tab |
|---|
| Fields in org.nuiton.jaxx.tab with type parameters of type TabContentConfig | |
|---|---|
protected Map<String,TabContentConfig> |
TabFactory.configs
dictionary of configs |
| Methods in org.nuiton.jaxx.tab that return TabContentConfig | |
|---|---|
TabContentConfig |
TabFactory.getConfig(String tabName)
|
| Methods in org.nuiton.jaxx.tab that return types with arguments of type TabContentConfig | |
|---|---|
protected abstract Map<String,TabContentConfig> |
TabFactory.initFactory()
|
| Methods in org.nuiton.jaxx.tab with parameters of type TabContentConfig | |
|---|---|
protected JComponent |
TabFactory.addTabHeader(JTabbedPane container,
String tabName,
TabContentConfig config,
JAXXTab comp)
|
protected void |
TabFactory.initJAXXTab(TabContentConfig config,
JAXXTab instance)
|
protected abstract void |
TabFactory.initTab(JAXXTab tab,
String tabName,
TabContentConfig config)
|
protected TabModel |
TabFactory.initTabModel(TabContentConfig config,
Object... params)
|
protected void |
TabFactory.registerTab(JTabbedPane container,
String tabName,
TabContentConfig config,
JAXXTab comp)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||