Uses of Interface
ca.cgjennings.apps.arkham.project.ViewTab
-
Packages that use ViewTab Package Description ca.cgjennings.apps.arkham.project -
-
Uses of ViewTab in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project with parameters of type ViewTab Modifier and Type Method Description static void
ProjectView. registerViewTab(ViewTab viewTab)
Registers a new custom view tab to be displayed in project views.static void
ProjectView. unregisterViewTab(ViewTab viewTab)
Unregisters a previously registered custom view tab.
-