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_TabClosedListenersthe listeners for tabs being closed.Methods in adams.gui.core with parameters of type TabClosedListener Modifier and Type Method Description voidBaseTabbedPane. addTabClosedListeners(TabClosedListener l)Adds the listener for closing tabs.voidBaseTabbedPane. removeTabClosedListeners(TabClosedListener l)Removes the listener for closing tabs.
-