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.DetachablePage
MultiPagePane.PageContainer. m_DetachablePage
the detachable panel.Methods in adams.gui.core that return MultiPagePane.DetachablePage Modifier and Type Method Description MultiPagePane.DetachablePage
MultiPagePane.PageContainer. getDetachablePage()
Returns the detachable page.MultiPagePane.DetachablePage
MultiPagePane. getDetachablePageAt(int index)
Returns the detachable page component at the specified index.MultiPagePane.DetachablePage
MultiPagePane. getSelectedDetachablePage()
Returns the currently selected detachable page.Methods in adams.gui.core with parameters of type MultiPagePane.DetachablePage Modifier and Type Method Description protected void
MultiPagePane. updateTitle(String title, MultiPagePane.DetachablePage detach)
Hook method for updating the title.
-