John W. Campbell
An interface for JdlViewObjectFrame objects used as base frames by the
JdlViewManager object e.g JdlBaseFrame or JdlAppletBaseFrame objects.
Interface and methods:
Class Details
Accessible Fields
The Interface Methods
- Package:
- Jdl.JdlView;
- Class name:
- JdlViewObjectFrame
- Class definition:
- public interface JdlViewObjectFrame
- Extends:
- JdlViewObject
- Implements:
- none
- Actions:
- none
No fields with public, package or protected access defined.
This section details the methods which need to be implemented for
a JdlViewObjectFrame implementing object.
Methods:
Return Component - getComponent
Add child to frame - addViewChild
Remove child from frame. - removeViewChild
Set visibility - setFrameVisible
Bring to front - bringToFront
Set location - setFrameLocation
A method to return a Component Object from the base frame
- Method Definition:
- public Component getComponent()
- Parameters List:
- none
A method to add a child JdlView object to a JdlView object base/applet frame.
- Method Definition:
- public void addViewChild (JdlViewObject vobj)
- Parameters List:
- vobj
- The view object to be added.
A method to remove a child JdlView object from a JdlView object base/applet
frame.
- Method Definition:
- public void removeViewChild (JdlViewObject vobj)
- Parameters List:
- vobj
- The view object to be removed.
Set to visible or hide the frame (if appropriate).
- Method Definition:
- public void setFrameVisible(boolean flag)
- Parameters List:
- flag
- Set to true for visible, false for hide.
Bring the frame to the front of the display (if appropriate).
- Method Definition:
- public void bringToFront()
- Parameters List:
- none
Set the location for the frame (if appropriate) - ignore for applet case.
- Method Definition:
- public void setFrameLocation(int x, int y)
- Parameters List:
- x
- The 'x' location for the base frame.
- y
- The 'y' location for the base frame.
⇑ Up 3
⇑ Up 2
⇑ Up 1
⇑ Top of this