com.hp.hpl.guess.ui
Class PSTabbedPaneUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.TabbedPaneUI
          extended byjavax.swing.plaf.basic.BasicTabbedPaneUI
              extended bycom.hp.hpl.guess.ui.PSTabbedPaneUI
All Implemented Interfaces:
SwingConstants

public class PSTabbedPaneUI
extends BasicTabbedPaneUI

An implementation of the TabbedPaneUI that looks like the tabs that are used the Photoshop palette windows.

Copyright (C) 2005 by Jon Lipsky

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. Y ou may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software d istributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Nested Class Summary
 
Nested classes inherited from class javax.swing.plaf.basic.BasicTabbedPaneUI
BasicTabbedPaneUI.FocusHandler, BasicTabbedPaneUI.MouseHandler, BasicTabbedPaneUI.PropertyChangeHandler, BasicTabbedPaneUI.TabbedPaneLayout, BasicTabbedPaneUI.TabSelectionHandler
 
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
PSTabbedPaneUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 int getTabRunCount(JTabbedPane pane)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicTabbedPaneUI
getMaximumSize, getMinimumSize, getPreferredSize, getTabBounds, installUI, paint, tabForCoordinate, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSTabbedPaneUI

public PSTabbedPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

getTabRunCount

public int getTabRunCount(JTabbedPane pane)