Class besiex.FrIJDE.AbstractClasses.FrIJDEBasicToolBarFrame
All Packages Class Hierarchy This Package Previous Next Index
Class besiex.FrIJDE.AbstractClasses.FrIJDEBasicToolBarFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----besiex.FrIJDE.AbstractClasses.FrIJDEBasicToolBarFrame
- class FrIJDEBasicToolBarFrame
- extends Dialog
This is the class which FrIJDEBasicToolBarWindow uses to construct the actual framed window object.
It is a dialog, which is essentially a frame which can be made modal or modeless. In this case, the only behavior this
tool bar window must handle on its own is the request to destroy itself. The tool bar window need never actually
destroy itself until FrIJDE is finished, so rather than destroy the tool bar, it is instead simply hidden.
Note: This is not an abstract class! It is a supporting class of an abstract class.
- Version:
- 1.00, 21 February 1996
Changes from last version
- Author:
- Benjamin "Quincy" Cabell V, Besiex Software
This class is not public and can therefore cannot be used outside this package.
All Packages Class Hierarchy This Package Previous Next Index