|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
Uses of Interface
java.awt.MenuContainer
| Uses of MenuContainer in java.awt |
| Classes in java.awt that implement MenuContainer | |
class |
Button
This class provides a button widget for the AWT. |
class |
Canvas
The Canvas component provides a blank rectangular
area, which the client application can use for drawing and for
capturing events. |
class |
Checkbox
This class implements a component which has an on/off state. |
class |
Choice
This class implements a drop down choice list. |
class |
Component
The root of all evil. |
class |
Container
A generic window toolkit object that acts as a container for other objects. |
class |
Dialog
Dialog provides a top-level window normally used to receive
user input in applications. |
class |
FileDialog
This class implements a file selection dialog box widget. |
class |
Frame
This class is a top-level window with a title bar and window decorations. |
class |
Label
This component is used for displaying simple text strings that cannot be edited by the user. |
class |
List
Class that implements a listbox widget |
class |
Menu
This class represents a pull down or tear off menu in Java's AWT. |
class |
MenuBar
This class implements a menu bar in the AWT system. |
class |
Panel
A panel is a simple container class. |
class |
PopupMenu
This class implement an AWT popup menu widget |
class |
Scrollbar
This class implements a scrollbar widget. |
class |
ScrollPane
This widget provides a scrollable region that allows a single subcomponent to be viewed through a smaller window. |
class |
TextArea
A TextArea is a text component capable of displaying multiple lines of user-editable text. |
class |
TextComponent
This class provides common functionality for widgets than contain text. |
class |
TextField
This class implements a single line text entry field widget |
class |
Window
This class represents a top-level window with no decorations. |
| Fields in java.awt declared as MenuContainer | |
(package private) MenuContainer |
MenuComponent.parent
The parent of this component. |
| Methods in java.awt that return MenuContainer | |
MenuContainer |
MenuComponent.getParent()
Returns the parent of this component. |
| Methods in java.awt with parameters of type MenuContainer | |
(package private) void |
MenuComponent.setParent(MenuContainer parent)
Sets the parent of this component. |
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||