All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.View

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----symantec.itools.awt.View

public class View
extends Panel
See Also:
OutlineView

Constructor Index

 o View()

Method Index

 o setLayout(LayoutManager)
Takes no action.

Constructors

 o View
  public View()

Methods

 o setLayout
  public void setLayout(LayoutManager m)
Takes no action. This is a standard Java AWT method which gets called to specify which layout manager should be used to layout the components in standard containers. Since layout managers CANNOT BE USED with this container the standard setLayout has been OVERRIDDEN for this container and does nothing.

Parameters:
l - the layout manager to use to layout this container's components (IGNORED)
Overrides:
setLayout in class Container
See Also:
getLayout

All Packages  Class Hierarchy  This Package  Previous  Next  Index