Class CTabFolder2Adapter

  • All Implemented Interfaces:
    CTabFolder2Listener

    public class CTabFolder2Adapter
    extends java.lang.Object
    implements CTabFolder2Listener
    This adapter class provides default implementations for the methods described by the CTabFolder2Listener interface.

    Classes that wish to deal with CTabFolderEvents can extend this class and override only the methods which they are interested in.

    Since:
    1.0
    See Also:
    CTabFolder2Listener, CTabFolderEvent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close​(CTabFolderEvent event)
      Sent when the user clicks on the close button of an item in the CTabFolder.
      void maximize​(CTabFolderEvent event)
      Sent when the user clicks on the maximize button of a CTabFolder.
      void minimize​(CTabFolderEvent event)
      Sent when the user clicks on the minimize button of a CTabFolder.
      void restore​(CTabFolderEvent event)
      Sent when the user clicks on the restore button of a CTabFolder.
      void showList​(CTabFolderEvent event)
      Sent when the user clicks on the chevron button of a CTabFolder.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait