org.openswing.swing.table.client
Class MacPaginationVerticalScrollBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ScrollBarUI
javax.swing.plaf.basic.BasicScrollBarUI
com.sun.java.swing.plaf.mac.MacScrollBarUI
org.openswing.swing.table.client.MacPaginationVerticalScrollBarUI
- All Implemented Interfaces:
- java.awt.LayoutManager, PaginationVerticalScrollbarUI, javax.swing.SwingConstants
- public class MacPaginationVerticalScrollBarUI
- extends com.sun.java.swing.plaf.mac.MacScrollBarUI
- implements PaginationVerticalScrollbarUI
Title: OpenSwing Framework
Description: Vertical scrollbar UI, used inside the pagination vertical scrollbar of the grid control, for Mac LnF.
Copyright: Copyright (C) 2006 Mauro Carniel
This file is part of OpenSwing Framework.
This library is free software; you can redistribute it and/or
modify it under the terms of the (LGPL) Lesser General Public
License as published by the Free Software Foundation;
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
The author may be contacted at:
maurocarniel@tin.it
Nested classes inherited from class javax.swing.plaf.basic.BasicScrollBarUI |
javax.swing.plaf.basic.BasicScrollBarUI.PropertyChangeHandler |
Fields inherited from class com.sun.java.swing.plaf.mac.MacScrollBarUI |
FREE_STANDING_PROP |
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 |
Methods inherited from class com.sun.java.swing.plaf.mac.MacScrollBarUI |
getPreferredSize |
Methods inherited from class javax.swing.plaf.basic.BasicScrollBarUI |
addLayoutComponent, getMaximumSize, getMinimumSize, installUI, layoutContainer, minimumLayoutSize, paint, preferredLayoutSize, removeLayoutComponent, 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 |
MacPaginationVerticalScrollBarUI
public MacPaginationVerticalScrollBarUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
getNextPgButton
public javax.swing.JButton getNextPgButton()
- Specified by:
getNextPgButton
in interface PaginationVerticalScrollbarUI
getDecrButton
public javax.swing.JButton getDecrButton()
- Specified by:
getDecrButton
in interface PaginationVerticalScrollbarUI
getIncrButton
public javax.swing.JButton getIncrButton()
- Specified by:
getIncrButton
in interface PaginationVerticalScrollbarUI
getPrevPgButton
public javax.swing.JButton getPrevPgButton()
- Specified by:
getPrevPgButton
in interface PaginationVerticalScrollbarUI