Class powersoft.jcm.ui.Form
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class powersoft.jcm.ui.Form

java.lang.Object
   |
   +----powersoft.jcm.ui.Component
           |
           +----powersoft.jcm.ui.Container
                   |
                   +----powersoft.jcm.ui.PopupWindow
                           |
                           +----powersoft.jcm.ui.Form

public class Form
extends PopupWindow

Variable Index

 o _menuBar

Constructor Index

 o Form()

Method Index

 o createAWTComponent(Component)
 o findMenuComponent(MenuComponent, boolean)
 o getCursor()
Gets the current cursor type for the form.
 o getMenuBar()
 o getResizable()
 o getText()
 o setCursor(int)
Sets the current cursor type for the form.
 o setMenuBar(MenuBar)
 o setResizable(boolean)
 o setText(String)

Variables

 o _menuBar
  protected MenuBar _menuBar

Constructors

 o Form
  public Form()

Methods

 o getCursor
  public int getCursor()
Gets the current cursor type for the form.
Returns:
the type of cursor for the form. One of the following values is returned.
CROSSHAIR_CURSOR
DEFAULT_CURSOR
E_RESIZE_CURSOR
HAND_CURSOR
MOVE_CURSOR
NE_RESIZE_CURSOR
NW_RESIZE_CURSOR
N_RESIZE_CURSOR
SE_RESIZE_CURSOR
SW_RESIZE_CURSOR
S_RESIZE_CURSOR
TEXT_CURSOR
WAIT_CURSOR
W_RESIZE_CURSOR
See Also:
setCursor
 o setCursor
  public void setCursor(int cursor)
Sets the current cursor type for the form.
Parameters:
cursor Specifies - the type of cursor for the form. Use one of the following constants:
CROSSHAIR_CURSOR
DEFAULT_CURSOR
E_RESIZE_CURSOR
HAND_CURSOR
MOVE_CURSOR
NE_RESIZE_CURSOR
NW_RESIZE_CURSOR
N_RESIZE_CURSOR
SE_RESIZE_CURSOR
SW_RESIZE_CURSOR
S_RESIZE_CURSOR
TEXT_CURSOR
WAIT_CURSOR
W_RESIZE_CURSOR
See Also:
getCursor
 o getMenuBar
  public MenuBar getMenuBar()
 o setMenuBar
  public void setMenuBar(MenuBar mb)
 o getResizable
  public boolean getResizable()
Returns:
true if the form is resizable, false otherwise.
 o setResizable
  public void setResizable(boolean resizable)
 o createAWTComponent
  protected Component createAWTComponent(Component parent)
Overrides:
createAWTComponent in class PopupWindow
 o getText
  public String getText()
Overrides:
getText in class Component
 o setText
  public void setText(String text)
Overrides:
setText in class Component
 o findMenuComponent
  public MenuComponent findMenuComponent(MenuComponent awtComp,
                                         boolean recurse)
Overrides:
findMenuComponent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index