Class sunsoft.jws.visual.rt.awt.RootFrame
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.awt.RootFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----sunsoft.jws.visual.rt.awt.RootFrame
- public class RootFrame
- extends Frame
- implements RootWindow
-
RootFrame()
-
-
RootFrame(String)
-
-
addNotify()
-
-
getSubGroup()
- Returns the subgroup.
-
handleEvent(Event)
-
-
hide()
-
-
insets()
- Add some extra to the top inset if we are on Windows and the frame
has a menubar.
-
layout()
-
-
layoutMode()
-
-
location()
- Workaround: Return the correct window location for Motif.
-
mouseDown(Event, int, int)
-
-
paint(Graphics)
-
-
postEvent(Event)
- Event forwarding to groups.
-
previewMode()
-
-
previewSize()
-
-
removeNotify()
-
-
reshape(int, int, int, int)
- Update the location.
-
select()
-
-
setSubGroup(Group)
- The subgroup is set on the bogus frames that are put around
panel groups when the panel groups are running standalone.
-
show()
-
-
unselect()
-
-
validate()
- Don't do a validate during a show.
RootFrame
public RootFrame()
RootFrame
public RootFrame(String title)
setSubGroup
public void setSubGroup(Group subGroup)
- The subgroup is set on the bogus frames that are put around
panel groups when the panel groups are running standalone.
This situation only occurs when the generated main for a
panel group is run from the command line.
getSubGroup
public Group getSubGroup()
- Returns the subgroup. The subgroup is non-null for frames
that are used as wrappers for panel groups.
location
public Point location()
- Workaround: Return the correct window location for Motif.
- Overrides:
- location in class Component
reshape
public void reshape(int x,
int y,
int w,
int h)
- Update the location.
- Overrides:
- reshape in class Component
postEvent
public boolean postEvent(Event evt)
- Event forwarding to groups.
(see comment in GBPanel.java)
- Overrides:
- postEvent in class Component
handleEvent
public boolean handleEvent(Event evt)
- Overrides:
- handleEvent in class Component
select
public void select()
unselect
public void unselect()
layoutMode
public void layoutMode()
previewMode
public void previewMode()
previewSize
public Dimension previewSize()
addNotify
public void addNotify()
- Overrides:
- addNotify in class Frame
removeNotify
public void removeNotify()
- Overrides:
- removeNotify in class Container
layout
public void layout()
- Overrides:
- layout in class Container
paint
public void paint(Graphics g)
- Overrides:
- paint in class Component
mouseDown
public boolean mouseDown(Event evt,
int x,
int y)
- Overrides:
- mouseDown in class Component
show
public void show()
- Overrides:
- show in class Window
hide
public void hide()
- Overrides:
- hide in class Component
validate
public void validate()
- Don't do a validate during a show.
- Overrides:
- validate in class Container
insets
public Insets insets()
- Add some extra to the top inset if we are on Windows and the frame
has a menubar. There is an AWT bug that causes the top insets to
be too small when there is a menubar.
- Overrides:
- insets in class Container
All Packages Class Hierarchy This Package Previous Next Index