gnu.javax.swing.plaf.gnu

Class GNULookAndFeel

Implemented Interfaces:
Serializable

public class GNULookAndFeel
extends BasicLookAndFeel

See Also:
Serialized Form

Method Summary

UIDefaults
getDefaults()
String
getDescription()
String
getID()
String
getName()
boolean
isNativeLookAndFeel()
boolean
isSupportedLookAndFeel()

Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel

createAudioAction, getAudioActionMap, getDefaults, initClassDefaults, initComponentDefaults, initSystemColorDefaults, initialize, loadSystemColors, playSound, uninitialize

Methods inherited from class javax.swing.LookAndFeel

getDefaults, getDescription, getDesktopPropertyValue, getID, getName, getSupportsWindowDecorations, initialize, installBorder, installColors, installColorsAndFont, installProperty, isNativeLookAndFeel, isSupportedLookAndFeel, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninitialize, uninstallBorder

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

getDefaults

public UIDefaults getDefaults()
Overrides:
getDefaults in interface BasicLookAndFeel

getDescription

public String getDescription()
Overrides:
getDescription in interface LookAndFeel

getID

public String getID()
Overrides:
getID in interface LookAndFeel

getName

public String getName()
Overrides:
getName in interface LookAndFeel

isNativeLookAndFeel

public boolean isNativeLookAndFeel()
Overrides:
isNativeLookAndFeel in interface LookAndFeel

isSupportedLookAndFeel

public boolean isSupportedLookAndFeel()
Overrides:
isSupportedLookAndFeel in interface LookAndFeel

GNULookAndFeel.java -- An example of using the javax.swing UI. Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath examples. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. GNU Classpath 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 General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.