public class EditorAreaConfigWithOverviewTab extends EditorArea
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EditorAreaConfigWithOverviewTab.CustomTabWithoutEssentials |
protected static class |
EditorAreaConfigWithOverviewTab.TabWithoutEssentials |
| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL_EDITORAREA_TAB_OVERVIEW_TITLE |
static String |
LABEL_EDITORAREA_TAB_OVERVIEW_TOOLTIP |
customTabOrTab, essentials, hideTabNameIfOnlyOneVisible, logicHandler, name, viewMode| Modifier | Constructor and Description |
|---|---|
protected |
EditorAreaConfigWithOverviewTab(EditorArea target) |
| Modifier and Type | Method and Description |
|---|---|
protected Tab |
createOverviewTab(Essentials essentials,
BigInteger minPosition) |
protected List<AbstractTab> |
createTabsWithOverView(List<AbstractTab> customTabOrTab,
Essentials essentials) |
List<AbstractTab> |
getCustomTabOrTab()
Gets the value of the customTabOrTab property.
|
Essentials |
getEssentials()
Gets the value of the essentials property.
|
String |
getLogicHandler()
Gets the value of the handler property.
|
String |
getName()
Gets the value of the name property.
|
String |
getViewMode()
Gets the value of the name viewMode.
|
boolean |
isHideTabNameIfOnlyOneVisible()
Gets the value of the hideTabNameIfOnlyOneVisible property.
|
protected AbstractTab |
wrapTabOrCustomTab(AbstractTab abstractTab) |
setEssentials, setHideTabNameIfOnlyOneVisible, setLogicHandler, setName, setViewModepublic static final String LABEL_EDITORAREA_TAB_OVERVIEW_TOOLTIP
public static final String LABEL_EDITORAREA_TAB_OVERVIEW_TITLE
protected EditorAreaConfigWithOverviewTab(EditorArea target)
protected List<AbstractTab> createTabsWithOverView(List<AbstractTab> customTabOrTab, Essentials essentials)
protected AbstractTab wrapTabOrCustomTab(AbstractTab abstractTab)
public List<AbstractTab> getCustomTabOrTab()
EditorArea
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customTabOrTab property.
For example, to add a new item, do as follows:
getCustomTabOrTab().add(newItem);
Objects of the following type(s) are allowed in the list
CustomTab
Tab
getCustomTabOrTab in class EditorAreapublic Essentials getEssentials()
EditorAreagetEssentials in class EditorAreaEssentialspublic String getName()
EditorAreagetName in class EditorAreaStringpublic boolean isHideTabNameIfOnlyOneVisible()
EditorAreaisHideTabNameIfOnlyOneVisible in class EditorAreaBooleanpublic String getLogicHandler()
EditorAreagetLogicHandler in class EditorAreaStringpublic String getViewMode()
EditorAreagetViewMode in class EditorAreaStringprotected Tab createOverviewTab(Essentials essentials, BigInteger minPosition)
Copyright © 2018. All rights reserved.