Class semper.preferences.PrefFrame
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.preferences.PrefFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----semper.preferences.PrefFrame

public class PrefFrame
extends Frame

Constructor Index

 o PrefFrame(String)
Contructor for preferences frames.
 o PrefFrame(String, PrefGroup)
Contructor for preferences frames with owner.

Method Index

 o action(Event, Object)
Catch events when a group is in edition.
 o add(Component, GridBagConstraints)
This method rewrite the standard add() method of the component class for PrefFrame.
 o setOwner(PrefGroup)

Constructors

 o PrefFrame
  public PrefFrame(String title)
Contructor for preferences frames.
Parameters:
title - is the name of the frame.
Returns:
a new object.
 o PrefFrame
  public PrefFrame(String title,
                   PrefGroup owner)
Contructor for preferences frames with owner.
Parameters:
title - is the name of the frame.
owner - is the group name to be displayed in this frame.
Returns:
a new object.

Methods

 o setOwner
  public void setOwner(PrefGroup owner)
 o add
  public Component add(Component comp,
                       GridBagConstraints csts)
This method rewrite the standard add() method of the component class for PrefFrame.
Parameters:
Component - to be added.
 o action
  public boolean action(Event event,
                        Object arg)
Catch events when a group is in edition.
Parameters:
the - occured event
argument - for the standard action method.
Returns:
true if the event has been handled, false otherwise.
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index