Search
TabbedScrollPane Methods
 


 Public Methods

  Name Description

addLayoutComponent

LayoutManager.addLayoutComponent implementation.

addTabbedScrollPaneListener

Registers {@code listener} so that it will receive view events.

getAllowTabReorder

Gets a value indicating whether tabs can be rearranged interactively.

getCurrentPage

Gets the currently active page.

getDiagramView

Gets a reference to the underlying diagram view.

getDocument

Gets the displayed diagram document.

getDocumentView

Gets the underlying document view.

getShowCreateNewTab

Gets a value indicating whether to display the 'Create New Tab' button.

getShowTabCloseButtons

Gets a value indicating whether to display a close button for each tab.

getShowTabNavigationButtons

Gets a value indicating whether the tab navigation buttons.

getShowTabs

Gets a value indicating whether the tabs are visible.

getTabAlignment

Gets the tabs alignment.

layoutContainer

LayoutManager.layoutContainer implementation.

minimumLayoutSize

LayoutManager.minimumLayoutSize implementation.

preferredLayoutSize

LayoutManager.preferredLayoutSize implementation.

removeLayoutComponent

LayoutManager.removeLayoutComponent implementation.

removeTabbedScrollPaneListener

Unregisters {@code listener} so that it will no longer receive view events.

setAllowTabReorder

Sets a value indicating whether tabs can be rearranged interactively.

setCurrentPage

Sets the currently active page.

setDocument

Sets the displayed diagram document.

setDocumentView

Sets the underlying document view.

setShowCreateNewTab

Sets a value indicating whether to display the 'Create New Tab' button.

setShowTabCloseButtons

Sets a value indicating whether to display a close button for each tab.

setShowTabNavigationButtons

Sets a value indicating whether the tab navigation buttons.

setShowTabs

Sets a value indicating whether the tabs are visible.

setTabAlignment

Sets the tabs alignment.

 See Also