FileDocCategorySizeDatePackage
StdOutLookAndFeel.javaAPI DocExample1257Thu Oct 24 20:14:28 BST 2002None

StdOutLookAndFeel

public class StdOutLookAndFeel extends LookAndFeel

Fields Summary
Constructors Summary
Methods Summary
public javax.swing.UIDefaultsgetDefaults()

    UIDefaults table = new UIDefaults();

    table.put("ButtonUI", "StdOutButtonUI");
    // In order to function, we'd also need lines here to define UI delegates
    // extending each of the following classes: CheckBoxUI, ComboBoxUI,
    // DesktopIconUI, FileChooserUI, InternalFrameUI, LabelUI,
    // PopupMenuSeparatorUI, ProgressBarUI, RadioButtonUI, ScrollBarUI,
    // ScrollPaneUI, SeparatorUI, SliderUI, SplitPaneUI, TabbedPaneUI,
    // TextFieldUI, ToggleButtonUI, ToolBarUI, ToolTipUI, TreeUI, RootPaneUI.

    return table;
  
public java.lang.StringgetDescription()

 return "The Standard Output Look and Feel"; 
public java.lang.StringgetID()

 return "StdOut"; 
public java.lang.StringgetName()

 return "Standard Output"; 
public booleanisNativeLookAndFeel()

 return false; 
public booleanisSupportedLookAndFeel()

 return true;