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