Uses of Class
de.xima.fc.gui.model.designer.TabModel
Packages that use TabModel
Package
Description
- 
Uses of TabModel in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return types with arguments of type TabModelModifier and TypeMethodDescriptionDesignerTabBean.getAvailableTabs()DesignerTabBean.getTabMenuItems()Methods in de.xima.fc.gui.bean.designer with parameters of type TabModelModifier and TypeMethodDescriptionvoidClose the given tab, removing it from the topbar menu.DesignerTabBean.getOverlayStyleClass(TabModel tab) DesignerTabBean.getTabMenuCloseIconStyleClass(TabModel tab) DesignerTabBean.getTabMenuStyleClass(TabModel tab) DesignerTabBean.getTabStyleClass(TabModel tab) voidWhen an error occurred in a tab, this method attempts to reload the tab by refreshing the iframe.voidDesignerTabBean.switchToTab(TabModel tab) Switches to the given tab, and setisOpen()totrue. - 
Uses of TabModel in de.xima.fc.gui.model.designer
Subclasses of TabModel in de.xima.fc.gui.model.designerModifier and TypeClassDescriptionstatic final classComponent model showing its content as an iframe in the main window view.static final classComponent model showing its content as a ui:include in the main window view.Methods in de.xima.fc.gui.model.designer that return types with arguments of type TabModelMethod parameters in de.xima.fc.gui.model.designer with type arguments of type TabModelConstructor parameters in de.xima.fc.gui.model.designer with type arguments of type TabModel - 
Uses of TabModel in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer that return TabModelModifier and TypeMethodDescriptionstatic TabModelTabViewActions.addTab(TabViewModel model, String tabId) Opens the given tab, adding it to the topbar menu.static TabModelTabViewActions.computeActiveTab(TabViewModel model) static TabModelTabViewActions.findAvailableTabBy(TabViewModel model, EContentView contentView) static TabModelTabViewActions.markError(TabViewModel model, String tabId, TabError error) Marks the given tab as erroneous, and adds the given error details.Methods in de.xima.fc.gui.utils.designer that return types with arguments of type TabModelModifier and TypeMethodDescriptionTabViewActions.computeAvailableTabs(TabViewModel model) TabViewActions.computeTabMenuItems(TabViewModel model) Methods in de.xima.fc.gui.utils.designer with parameters of type TabModelModifier and TypeMethodDescriptionstatic TabSwitchResultTabViewActions.closeTab(TabViewModel model, TabModel tab) Close the given tab, removing it from the topbar menu.static StringTabViewActions.computeOverlayStyleClass(TabViewModel model, TabModel tab) static StringTabViewActions.computeTabMenuCloseIconStyleClass(TabViewModel model, TabModel tab) static StringTabViewActions.computeTabMenuStyleClass(TabViewModel model, TabModel tab) static StringTabViewActions.computeTabStyleClass(TabViewModel model, TabModel tab)