Uses of Class
adams.gui.core.MultiPagePane.PageContainer
-
Packages that use MultiPagePane.PageContainer Package Description adams.gui.core adams.gui.flow adams.gui.tools.spreadsheetviewer -
-
Uses of MultiPagePane.PageContainer in adams.gui.core
Fields in adams.gui.core with type parameters of type MultiPagePane.PageContainer Modifier and Type Field Description protected DefaultListModel<MultiPagePane.PageContainer>MultiPagePane. m_PageListModelthe list model.Methods in adams.gui.core that return MultiPagePane.PageContainer Modifier and Type Method Description MultiPagePane.PageContainerMultiPagePane. checkedRemovePageAt(int index)Removes the page container at the specified index, if approved.MultiPagePane.PageContainerMultiPagePane. checkedRemoveSelectedPage()Removes the currently selected page container, if approved.MultiPagePane.PageContainerMultiPagePane. getPageContainerAt(int index)Returns the page container at the specified index.MultiPagePane.PageContainerMultiPagePane. getSelectedPageContainer()Returns the currently selected page container.MultiPagePane.PageContainerMultiPagePane. removePageAt(int index)Removes the page container at the specified index.MultiPagePane.PageContainerMultiPagePane. removeSelectedPage()Removes the currently selected page container.Methods in adams.gui.core with parameters of type MultiPagePane.PageContainer Modifier and Type Method Description voidMultiPagePane. addPage(int index, MultiPagePane.PageContainer cont)Adds the page at the specified index.voidMultiPagePane. addPage(MultiPagePane.PageContainer cont)Adds the page at the end.intMultiPagePane. indexOfPage(MultiPagePane.PageContainer cont)Returns the page index for the page container.voidMultiPagePane. setPageAt(int index, MultiPagePane.PageContainer cont)Sets the container at the specified index. -
Uses of MultiPagePane.PageContainer in adams.gui.flow
Methods in adams.gui.flow that return MultiPagePane.PageContainer Modifier and Type Method Description MultiPagePane.PageContainerFlowMultiPagePane. removePageAt(int index)Removes the tab atindex. -
Uses of MultiPagePane.PageContainer in adams.gui.tools.spreadsheetviewer
Methods in adams.gui.tools.spreadsheetviewer that return MultiPagePane.PageContainer Modifier and Type Method Description MultiPagePane.PageContainerMultiPagePane. removePageAt(int index)Removes the page atindex.
-