Class besiex.FrIJDE.AbstractClasses.FrIJDEBasicToolBar
All Packages Class Hierarchy This Package Previous Next Index
Class besiex.FrIJDE.AbstractClasses.FrIJDEBasicToolBar
java.lang.Object
|
+----besiex.FrIJDE.AbstractClasses.FrIJDETool
|
+----besiex.FrIJDE.AbstractClasses.FrIJDEBasicToolBar
- public class FrIJDEBasicToolBar
- extends FrIJDETool
This is the class that the tool bar must extend. This class defines the basic requirements of the tool loader
as defined by the FrIJDEMainFrame and the FrIJDETools.
- Version:
- 1.00, 21 February 1996
Changes from last version
- Author:
- Benjamin "Quincy" Cabell V, Besiex Software
-
toolBar
- The actual tool bar window object.
-
FrIJDEBasicToolBar()
-
-
Init(FrIJDEMainFrame)
- Sets the FrIJDEMainFrame handle, and creates instance of the tool bar window object.
toolBar
public FrIJDEBasicToolBarWindow toolBar
- The actual tool bar window object. It is to this that tool bar components must be added.
FrIJDEBasicToolBar
public FrIJDEBasicToolBar()
Init
public boolean Init(FrIJDEMainFrame theFrIJDEFrame)
- Sets the FrIJDEMainFrame handle, and creates instance of the tool bar window object.
- Returns:
- True if the tool bar was successfully initiated, false otherwise.
- Overrides:
- Init in class FrIJDETool
All Packages Class Hierarchy This Package Previous Next Index