Class LabelCompPair
java.lang.Object
|
+----LabelCompPair
- public class LabelCompPair
- extends Object
Bundles a label and a component reference together for use in
LabelCompPanel objects.
-
LabelCompPair(Label, Component)
- Contructs a pair using the references to existing Label l and
existing Component c
-
getComp()
- Returns the reference to the Component object in this pair.
-
getLabel()
- Returns the reference to the Label object in this pair.
LabelCompPair
public LabelCompPair(Label l,
Component c)
- Contructs a pair using the references to existing Label l and
existing Component c
getLabel
public Label getLabel()
- Returns the reference to the Label object in this pair.
getComp
public Component getComp()
- Returns the reference to the Component object in this pair.