org.telscenter.pas.common.ui.tab
Class TabPaneUtils

java.lang.Object
  extended by org.telscenter.pas.common.ui.tab.TabPaneUtils

public class TabPaneUtils
extends java.lang.Object


Constructor Summary
TabPaneUtils()
           
 
Method Summary
static void addTab(javax.swing.JTabbedPane tabPane, java.lang.String text, java.awt.Component comp)
           
static void addTab(javax.swing.JTabbedPane tabPane, java.lang.String text, javax.swing.Icon icon, java.awt.Component comp, java.lang.String tip, int index)
           
static javax.swing.JTabbedPane createTabbedPane(int tabPlacement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabPaneUtils

public TabPaneUtils()
Method Detail

addTab

public static void addTab(javax.swing.JTabbedPane tabPane,
                          java.lang.String text,
                          java.awt.Component comp)

addTab

public static void addTab(javax.swing.JTabbedPane tabPane,
                          java.lang.String text,
                          javax.swing.Icon icon,
                          java.awt.Component comp,
                          java.lang.String tip,
                          int index)

createTabbedPane

public static javax.swing.JTabbedPane createTabbedPane(int tabPlacement)


Copyright © 2004-2008 TELS Center. All Rights Reserved.