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
-
PrefFrame(String)
- Contructor for preferences frames.
-
PrefFrame(String, PrefGroup)
- Contructor for preferences frames with owner.
-
action(Event, Object)
- Catch events when a group is in edition.
-
add(Component, GridBagConstraints)
- This method rewrite the standard add() method of the component
class for PrefFrame.
-
setOwner(PrefGroup)
-
PrefFrame
public PrefFrame(String title)
- Contructor for preferences frames.
- Parameters:
- title - is the name of the frame.
- Returns:
- a new object.
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.
setOwner
public void setOwner(PrefGroup owner)
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.
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