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
 void tabClosed(JTabbedPaneWithCloseIcons source, int tabPos)
           
 

Method Detail

tabClosed

void tabClosed(JTabbedPaneWithCloseIcons source,
               int tabPos)
Parameters:
source - the JTabbedPaneWithCloseIcons control sending this event
tabPos - position of the tab that was closed


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.