Uses of Interface
org.tn5250j.event.TabClosedListener
-
Packages that use TabClosedListener Package Description org.tn5250j org.tn5250j.gui -
-
Uses of TabClosedListener in org.tn5250j
Classes in org.tn5250j that implement TabClosedListener Modifier and Type Class Description classGui5250FrameThis is the mainJFrame, which contains multiple tabs. -
Uses of TabClosedListener in org.tn5250j.gui
Methods in org.tn5250j.gui with parameters of type TabClosedListener Modifier and Type Method Description voidButtonTabComponent. addTabCloseListener(TabClosedListener listener)Add a TabClosedListener to the listener list.voidButtonTabComponent. removeTabCloseListener(TabClosedListener listener)Remove a TabClosedListener from the listener list.
-