Uses of Class
adams.gui.core.MultiPagePane.DetachablePage
-
Packages that use MultiPagePane.DetachablePage Package Description adams.gui.core -
-
Uses of MultiPagePane.DetachablePage in adams.gui.core
Fields in adams.gui.core declared as MultiPagePane.DetachablePage Modifier and Type Field Description protected MultiPagePane.DetachablePageMultiPagePane.PageContainer. m_DetachablePagethe detachable panel.Methods in adams.gui.core that return MultiPagePane.DetachablePage Modifier and Type Method Description MultiPagePane.DetachablePageMultiPagePane.PageContainer. getDetachablePage()Returns the detachable page.MultiPagePane.DetachablePageMultiPagePane. getDetachablePageAt(int index)Returns the detachable page component at the specified index.MultiPagePane.DetachablePageMultiPagePane. getSelectedDetachablePage()Returns the currently selected detachable page.Methods in adams.gui.core with parameters of type MultiPagePane.DetachablePage Modifier and Type Method Description protected voidMultiPagePane. updateTitle(String title, MultiPagePane.DetachablePage detach)Hook method for updating the title.
-