Uses of Class
org.apache.uima.tools.cpm.JTabbedPaneWithCloseIcons
-
Packages that use JTabbedPaneWithCloseIcons Package Description org.apache.uima.tools.cpm -
-
Uses of JTabbedPaneWithCloseIcons in org.apache.uima.tools.cpm
Fields in org.apache.uima.tools.cpm declared as JTabbedPaneWithCloseIcons Modifier and Type Field Description private JTabbedPaneWithCloseIcons
CpmPanel. aeTabbedPane
The ae tabbed pane.private JTabbedPaneWithCloseIcons
CpmPanel. consumerTabbedPane
The consumer tabbed pane.Methods in org.apache.uima.tools.cpm with parameters of type JTabbedPaneWithCloseIcons Modifier and Type Method Description void
CpmPanel. tabClosed(JTabbedPaneWithCloseIcons source, int tabPos)
void
TabClosedListener. tabClosed(JTabbedPaneWithCloseIcons source, int tabPos)
Tab closed.
-