UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.satin.plaf
Class PenAuxiliaryLookAndFeel

java.lang.Object
  |
  +--javax.swing.LookAndFeel
        |
        +--edu.berkeley.guir.lib.satin.plaf.PenAuxiliaryLookAndFeel

public class PenAuxiliaryLookAndFeel
extends LookAndFeel

This software is distributed under the Berkeley Software License.

 Revisions:  - SATIN-v1.0-1.0.0, Mar 16 1999, JH
               Created class
             - SATIN-v2.1-1.0.0, Aug 11 2000, JH
               Touched for SATIN release
 

Since:
JDK 1.2
Version:
SATIN-v2.1-1.0.0, Aug 11 2000
Author:
Jason Hong ( jasonh@cs.berkeley.edu )

Constructor Summary
PenAuxiliaryLookAndFeel()
           
 
Method Summary
 UIDefaults getDefaults()
           
 String getDescription()
           
 String getID()
           
 String getName()
           
 boolean isNativeLookAndFeel()
           
 boolean isSupportedLookAndFeel()
           
 
Methods inherited from class javax.swing.LookAndFeel
initialize, installBorder, installColors, installColorsAndFont, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninitialize, uninstallBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PenAuxiliaryLookAndFeel

public PenAuxiliaryLookAndFeel()
Method Detail

getDescription

public String getDescription()
Overrides:
getDescription in class LookAndFeel

getID

public String getID()
Overrides:
getID in class LookAndFeel

getName

public String getName()
Overrides:
getName in class LookAndFeel

isNativeLookAndFeel

public boolean isNativeLookAndFeel()
Overrides:
isNativeLookAndFeel in class LookAndFeel

isSupportedLookAndFeel

public boolean isSupportedLookAndFeel()
Overrides:
isSupportedLookAndFeel in class LookAndFeel

getDefaults

public UIDefaults getDefaults()
Overrides:
getDefaults in class LookAndFeel

Copyright Information