Package org.apache.uima.tools.cpm
Interface TabClosedListener
- All Known Implementing Classes:
CpmPanel
public interface TabClosedListener
Callback interface used in conjunction with JTabbedPaneWithCloseIcons.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tabClosed
(JTabbedPaneWithCloseIcons source, int tabPos) Tab closed.
-
Method Details
-
tabClosed
Tab closed.- Parameters:
source
- the JTabbedPaneWithCloseIcons control sending this eventtabPos
- position of the tab that was closed
-