Uses of Class
de.xima.fc.gui.model.designer.TabError
-
Packages that use TabError Package Description de.xima.fc.gui.model.designer de.xima.fc.gui.utils.designer -
-
Uses of TabError in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return TabError Modifier and Type Method Description TabError
TabModel. getError()
Methods in de.xima.fc.gui.model.designer with parameters of type TabError Modifier and Type Method Description void
TabModel. setError(TabError error)
-
Uses of TabError in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type TabError Modifier and Type Method Description static TabModel
TabViewActions. markError(TabViewModel model, String tabId, TabError error)
Marks the given tab as erroneous, and adds the given error details.
-