Class besiex.FrIJDE.AbstractClasses.FrIJDEBasicToolBarWindow
All Packages Class Hierarchy This Package Previous Next Index
Class besiex.FrIJDE.AbstractClasses.FrIJDEBasicToolBarWindow
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----besiex.FrIJDE.AbstractClasses.FrIJDEBasicToolBarWindow
- class FrIJDEBasicToolBarWindow
- extends Panel
This is the class which FrIJDEBasicToolBar uses to construct the actual tool bar window. The FrIJDEToolBarWindow
is in fact merely a panel which fits into a Dialog extension (FrIJDEToolBarFrame). Because the FrIJDEToolBarFrame
has insets, the FrIJDEToolBarWindow must move so as to be placed clear of the insets. The FrIJDEToolBarFrame
should be of a size just large enough to hold the contents of the FrIJDEToolBarWindow. The FrIJDEToolBarFrame
must be shown as soon as it is created in order for the insets to be correctly calculated.
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