Uses of Interface
org.pdfsam.guiclient.commons.business.listeners.CloseableTabbedPaneListener

Packages that use CloseableTabbedPaneListener
org.pdfsam.guiclient.commons.business.listeners   
org.pdfsam.guiclient.commons.panels   
 

Uses of CloseableTabbedPaneListener in org.pdfsam.guiclient.commons.business.listeners
 

Classes in org.pdfsam.guiclient.commons.business.listeners that implement CloseableTabbedPaneListener
 class CleanClosedTabbedPanelListener
          Clean the creator to stop thumbnails threads
 

Uses of CloseableTabbedPaneListener in org.pdfsam.guiclient.commons.panels
 

Methods in org.pdfsam.guiclient.commons.panels that return CloseableTabbedPaneListener
 CloseableTabbedPaneListener[] CloseableTabbedPane.getCloseableTabbedPaneListener()
          Returns an array of all the SearchListeners added to this SearchPane with addSearchListener().
 

Methods in org.pdfsam.guiclient.commons.panels with parameters of type CloseableTabbedPaneListener
 void CloseableTabbedPane.addCloseableTabbedPaneListener(CloseableTabbedPaneListener l)
          Adds an CloseableTabbedPaneListener to the tabbedpane.
 void CloseableTabbedPane.removeCloseableTabbedPaneListener(CloseableTabbedPaneListener l)
          Removes an CloseableTabbedPaneListener from the tabbedpane.