Class DelegateTabContainerHandler

java.lang.Object
org.nuiton.jaxx.application.swing.tab.DelegateTabContainerHandler
All Implemented Interfaces:
TabContainerHandler

public class DelegateTabContainerHandler
extends java.lang.Object
implements TabContainerHandler
Created on 11/25/13.
Since:
2.8
Author:
Tony Chemit - chemit@codelutin.com
  • Constructor Summary

    Constructors
    Constructor Description
    DelegateTabContainerHandler​(javax.swing.JTabbedPane tabbedPane)  
  • Method Summary

    Modifier and Type Method Description
    TabHandler getTabHandler​(int index)
    Returns the tab handler of the tab i.
    javax.swing.JTabbedPane getTabPanel()  
    void init()  
    boolean onTabChanged​(int currentIndex, int newIndex)
    Method called when the user selects a tab.
    boolean removeTab​(int i)
    Removes the tab i
    void setCustomTab​(int index, TabContentModel model)
    Sets a CustomTab as tab component.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DelegateTabContainerHandler

      public DelegateTabContainerHandler​(javax.swing.JTabbedPane tabbedPane)
  • Method Details