Skip navigation links
com.essbase.eas.ui
Class CustomizedButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
com.essbase.eas.ui.CustomizedButtonUI
-
public class CustomizedButtonUI
- extends javax.swing.plaf.basic.BasicButtonUI
Title:
Description:
Copyright: Copyright (c) 2004
Company:
- Version:
- 1.0
- Author:
- unascribed
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI |
defaultTextIconGap, defaultTextShiftOffset |
Method Summary |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
void |
paint(java.awt.Graphics g, javax.swing.JComponent c)
|
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI |
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
secondaryButtonUI
public static final CustomizedButtonUI secondaryButtonUI
primaryButtonUI
public static final CustomizedButtonUI primaryButtonUI
cancelButtonUI
public static final CustomizedButtonUI cancelButtonUI
toolbarButtonUI
public static final CustomizedButtonUI toolbarButtonUI
fileToolbarUI
public static final CustomizedButtonUI fileToolbarUI
calButtonUI
public static final CustomizedButtonUI calButtonUI
CustomizedButtonUI
public CustomizedButtonUI(java.awt.Color d,
java.awt.Color n,
java.awt.Color r,
java.awt.Color f)
CustomizedButtonUI
public CustomizedButtonUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
paint
public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
-
- Overrides:
paint
in class javax.swing.plaf.basic.BasicButtonUI
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.