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:
JTabbedPaneWithCloseIcons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tabClosed(JTabbedPaneWithCloseIcons source, int tabPos)
-
-
-
Method Detail
-
tabClosed
void tabClosed(JTabbedPaneWithCloseIcons source, int tabPos)
- Parameters:
source
- the JTabbedPaneWithCloseIcons control sending this eventtabPos
- position of the tab that was closed
-
-