The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Search
Feedback


Class grendel.composition.OptionsPanel.LabeledCombo

All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.composition.OptionsPanel.LabeledCombo

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----grendel.composition.OptionsPanel.LabeledCombo

class  OptionsPanel.LabeledCombo
     extends com.sun.java.swing.JPanel
{
          // Fields 2
     JComboBox mComboBox;
     JLabel mLabel;

          // Constructors 1
     public LabeledCombo(String);

          // Methods 1
     public void addPossibleValue(String);
}



Fields


mComboBox

   JComboBox mComboBox


mLabel

   JLabel mLabel



Constructors


LabeledCombo

   public LabeledCombo(String aLabel) 



Methods


addPossibleValue

   public void addPossibleValue(String aValue) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4



Copyright © 1998 The Mozilla Organization.