Uses of Interface
adams.gui.event.TabClosedListener
-
Packages that use TabClosedListener Package Description adams.gui.core -
-
Uses of TabClosedListener in adams.gui.core
Fields in adams.gui.core with type parameters of type TabClosedListener Modifier and Type Field Description protected Set<TabClosedListener>
BaseTabbedPane. m_TabClosedListeners
the listeners for tabs being closed.Methods in adams.gui.core with parameters of type TabClosedListener Modifier and Type Method Description void
BaseTabbedPane. addTabClosedListeners(TabClosedListener l)
Adds the listener for closing tabs.void
BaseTabbedPane. removeTabClosedListeners(TabClosedListener l)
Removes the listener for closing tabs.
-