com.tensegrity.gui.swing.dock.core
Class TabTitleBorder

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended bycom.tensegrity.gui.swing.dock.core.TabTitleBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable

public final class TabTitleBorder
extends javax.swing.border.AbstractBorder

Docking framework.

Version:
$Id: TabTitleBorder.java,v 1.1 2005/03/24 17:15:07 sr Exp $
Author:
srutz
See Also:
Serialized Form

Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component c)
           
 java.awt.Insets getBorderInsets(java.awt.Component c, java.awt.Insets insets)
           
 boolean isBorderOpaque()
           
 void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class javax.swing.border.AbstractBorder
getInteriorRectangle, getInteriorRectangle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

paintBorder

public void paintBorder(java.awt.Component c,
                        java.awt.Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component c)

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component c,
                                       java.awt.Insets insets)

isBorderOpaque

public boolean isBorderOpaque()


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.