JComponentPack 1.3.0

com.zfqjava.swing.plaf.basic
Class BasicCalculatorUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.zfqjava.swing.plaf.CalculatorUI
          extended by com.zfqjava.swing.plaf.basic.BasicCalculatorUI

public class BasicCalculatorUI
extends CalculatorUI

The basic L&F for CustomComponentUI.


Constructor Summary
BasicCalculatorUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 Dimension getMaximumSize(JComponent c)
           
 Dimension getMinimumSize(JComponent c)
           
 Dimension getPreferredSize(JComponent c)
           
protected  void installComponents(JCalculator customComponent)
           
protected  void installDefaults(JCalculator customComponent)
           
protected  void installKeyboardActions(JCalculator customComponent)
           
protected  void installListeners(JCalculator customComponent)
           
 void installUI(JComponent c)
           
protected  void uninstallComponents(JCalculator customComponent)
           
protected  void uninstallDefaults(JCalculator customComponent)
           
protected  void uninstallKeyboardActions(JCalculator customComponent)
           
protected  void uninstallListeners(JCalculator customComponent)
           
 void uninstallUI(JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCalculatorUI

public BasicCalculatorUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI

uninstallUI

public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class ComponentUI

installDefaults

protected void installDefaults(JCalculator customComponent)

uninstallDefaults

protected void uninstallDefaults(JCalculator customComponent)

installComponents

protected void installComponents(JCalculator customComponent)

uninstallComponents

protected void uninstallComponents(JCalculator customComponent)

installListeners

protected void installListeners(JCalculator customComponent)

uninstallListeners

protected void uninstallListeners(JCalculator customComponent)

installKeyboardActions

protected void installKeyboardActions(JCalculator customComponent)

uninstallKeyboardActions

protected void uninstallKeyboardActions(JCalculator customComponent)

getPreferredSize

public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class ComponentUI

getMinimumSize

public Dimension getMinimumSize(JComponent c)
Overrides:
getMinimumSize in class ComponentUI

getMaximumSize

public Dimension getMaximumSize(JComponent c)
Overrides:
getMaximumSize in class ComponentUI

JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.