com.jaxfront.swing.ui.tools
Class VerticalTabbedPane

java.lang.Object
  extended by com.jaxfront.swing.ui.tools.VerticalTabbedPane
All Implemented Interfaces:
javax.swing.Icon, javax.swing.SwingConstants

public class VerticalTabbedPane
extends java.lang.Object
implements javax.swing.Icon, javax.swing.SwingConstants


Field Summary
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Constructor Summary
VerticalTabbedPane(java.lang.String text, boolean clockwize)
           
 
Method Summary
static void addTab(javax.swing.JTabbedPane tabPane, java.lang.String text, java.awt.Component comp)
           
static javax.swing.JTabbedPane createTabbedPane(int tabPlacement)
           
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerticalTabbedPane

public VerticalTabbedPane(java.lang.String text,
                          boolean clockwize)
Method Detail

paintIcon

public void paintIcon(java.awt.Component c,
                      java.awt.Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface javax.swing.Icon

getIconWidth

public int getIconWidth()
Specified by:
getIconWidth in interface javax.swing.Icon

getIconHeight

public int getIconHeight()
Specified by:
getIconHeight in interface javax.swing.Icon

addTab

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

createTabbedPane

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