All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jreqtools.LookAndFeelRequester

java.lang.Object
   |
   +----jreqtools.AbstractRequester
           |
           +----jreqtools.LookAndFeelRequester

public class LookAndFeelRequester
extends AbstractRequester
This is a requester for look and feels. The chosen look and feel can also be set immediately.

Author:
Markus Hillenbrand

Constructor Index

 o LookAndFeelRequester()
 o LookAndFeelRequester(String)
 o LookAndFeelRequester(String, String)

Method Index

 o createJDialog(JFrame)
 o getInstalledLookAndFeels()
 o getLookAndFeel()
 o getReturnValue()
 o setAfterSelection(Component)
 o setMessage(String)
Sets the message to be shown in the requester.

Constructors

 o LookAndFeelRequester
 public LookAndFeelRequester(String title,
                             String message)
 o LookAndFeelRequester
 public LookAndFeelRequester(String message)
 o LookAndFeelRequester
 public LookAndFeelRequester()

Methods

 o createJDialog
 protected JDialog createJDialog(JFrame parent)
Overrides:
createJDialog in class AbstractRequester
 o getInstalledLookAndFeels
 public static String[] getInstalledLookAndFeels()
 o getLookAndFeel
 public String getLookAndFeel()
 o getReturnValue
 protected int getReturnValue()
Overrides:
getReturnValue in class AbstractRequester
 o setAfterSelection
 public void setAfterSelection(Component tree)
 o setMessage
 public void setMessage(String newmessage)
Sets the message to be shown in the requester.


All Packages  Class Hierarchy  This Package  Previous  Next  Index