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_PageListModel
the list model.Methods in adams.gui.core that return MultiPagePane.PageContainer Modifier and Type Method Description MultiPagePane.PageContainer
MultiPagePane. checkedRemovePageAt(int index)
Removes the page container at the specified index, if approved.MultiPagePane.PageContainer
MultiPagePane. checkedRemoveSelectedPage()
Removes the currently selected page container, if approved.MultiPagePane.PageContainer
MultiPagePane. getPageContainerAt(int index)
Returns the page container at the specified index.MultiPagePane.PageContainer
MultiPagePane. getSelectedPageContainer()
Returns the currently selected page container.MultiPagePane.PageContainer
MultiPagePane. removePageAt(int index)
Removes the page container at the specified index.MultiPagePane.PageContainer
MultiPagePane. removeSelectedPage()
Removes the currently selected page container.Methods in adams.gui.core with parameters of type MultiPagePane.PageContainer Modifier and Type Method Description void
MultiPagePane. addPage(int index, MultiPagePane.PageContainer cont)
Adds the page at the specified index.void
MultiPagePane. addPage(MultiPagePane.PageContainer cont)
Adds the page at the end.int
MultiPagePane. indexOfPage(MultiPagePane.PageContainer cont)
Returns the page index for the page container.void
MultiPagePane. 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.PageContainer
FlowMultiPagePane. 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.PageContainer
MultiPagePane. removePageAt(int index)
Removes the page atindex
.
-