MindFusion.Java Package Programmer's Guide
TabbedScrollPaneAdapter Members
Constructors Methods
 


Provides empty implementations for the methods defined in the TabbedScrollPaneListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of TabbedScrollPaneListener.

The following tables list the members exposed by the TabbedScrollPaneAdapter type.

 Public Constructors

  Name Description

TabbedScrollPaneAdapter

 

 Public Methods

  Name Description

currentPageChanged

Raised when the currently active page is changed.

pageAdded

Raised when a new page is added to the pane interactively.

pageRemoved

Raised when a page is removed interactively.

pageRemoving

Raised when a page is about to be removed interactively.

 See Also

TabbedScrollPaneAdapter Class
com.mindfusion.diagramming Namespace