Uses of Interface
org.apache.uima.tools.cpm.TabClosedListener
-
Packages that use TabClosedListener Package Description org.apache.uima.tools.cpm -
-
Uses of TabClosedListener in org.apache.uima.tools.cpm
Classes in org.apache.uima.tools.cpm that implement TabClosedListener Modifier and Type Class Description class
CpmPanel
The Class CpmPanel.Fields in org.apache.uima.tools.cpm declared as TabClosedListener Modifier and Type Field Description private TabClosedListener
JTabbedPaneWithCloseIcons. tabClosedListener
The tab closed listener.Methods in org.apache.uima.tools.cpm with parameters of type TabClosedListener Modifier and Type Method Description void
JTabbedPaneWithCloseIcons. addTabClosedListener(TabClosedListener aTabClosedListener)
Adds the tab closed listener.
-