Uses of Interface
java.awt.MenuContainer

Packages that use MenuContainer
com.jjt.utbeg   
java.applet   
java.awt   
symantec.itools.awt.util.spinner   
 

Uses of MenuContainer in com.jjt.utbeg
 

Classes in com.jjt.utbeg that implement MenuContainer
 class Applet1
          The first JJT Applet for the UT exercises: source and receiver spacing
 class BorderPanel
          A Container that allows for empty and line borders around the contained components.
 class SeismicDesignExerciseApplet
          An abstract parent class for all of the Seismic Design Exercise Applets.
 class SwathViewer
          Component for drawing the swath image used in Applet1.
 

Uses of MenuContainer in java.applet
 

Classes in java.applet that implement MenuContainer
 class Applet
          An applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application.
 

Uses of MenuContainer in java.awt
 

Classes in java.awt that implement MenuContainer
 class Button
          This class creates a labeled button.
 class Canvas
          A Canvas component represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user.
 class Checkbox
          A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
 class Choice
          The Choice class presents a pop-up menu of choices.
 class Component
          A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
 class Container
          A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
 class Dialog
          A Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user.
 class FileDialog
          The FileDialog class displays a dialog window from which the user can select a file.
 class Frame
          A Frame is a top-level window with a title and a border.
 class Label
          A Label object is a component for placing text in a container.
 class List
          The List component presents the user with a scrolling list of text items.
 class Menu
          A Menu object is a pull-down menu component that is deployed from a menu bar.
 class MenuBar
          The MenuBar class encapsulates the platform's concept of a menu bar bound to a frame.
 class Panel
          Panel is the simplest container class.
 class PopupMenu
          A class that implements a menu which can be dynamically popped up at a specified position within a component. As the inheritance hierarchy implies, a PopupMenu can be used anywhere a Menu can be used.
 class Scrollbar
          The Scrollbar class embodies a scroll bar, a familiar user-interface object.
 class ScrollPane
          A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
 class TextArea
          A TextArea object is a multi-line region that displays text.
 class TextComponent
          The TextComponent class is the superclass of any component that allows the editing of some text.
 class TextField
          A TextField object is a text component that allows for the editing of a single line of text.
 class Window
          A Window object is a top-level window with no borders and no menubar.
 

Fields in java.awt declared as MenuContainer
(package private)  MenuContainer MenuComponent.parent
           
 

Methods in java.awt that return MenuContainer
 MenuContainer MenuComponent.getParent()
          Returns the parent container for this menu component.
(package private)  MenuContainer MenuComponent.getParent_NoClientCode()
           
 

Uses of MenuContainer in symantec.itools.awt.util.spinner
 

Classes in symantec.itools.awt.util.spinner that implement MenuContainer
 class symantec.itools.awt.util.spinner.NumericSpinner
           
 class symantec.itools.awt.util.spinner.Spinner