Inherits javax::swing::JPanel.
Inherited by edu.princeton.wordnet.wnscope.wizard.LabelledTextComponent.

Public Member Functions | |
| LabelledComponent (final String thisLabel, final Component thisComponent) | |
| Component | getComponent () |
Protected Member Functions | |
| void | initialize () |
| Component | wrapComponent (final Component thisComponent) |
Protected Attributes | |
| Component | theComponent |
Show a component with a label above it.
| edu.princeton.wordnet.wnscope.wizard.LabelledComponent.LabelledComponent | ( | final String | thisLabel, | |
| final Component | thisComponent | |||
| ) |
Constructor
| thisLabel | label | |
| thisComponent | text component |
| Component edu.princeton.wordnet.wnscope.wizard.LabelledComponent.getComponent | ( | ) |
Get embedded component
| void edu.princeton.wordnet.wnscope.wizard.LabelledComponent.initialize | ( | ) | [protected] |
Initialize
Reimplemented in edu.princeton.wordnet.wnscope.wizard.BrowsableLabelledComponent.
| Component edu.princeton.wordnet.wnscope.wizard.LabelledComponent.wrapComponent | ( | final Component | thisComponent | ) | [protected] |
Overridden when embedded component undergoes further wrapping
| thisComponent |
Reimplemented in edu.princeton.wordnet.wnscope.wizard.BrowsableLabelledComponent.
Component edu.princeton.wordnet.wnscope.wizard.LabelledComponent.theComponent [protected] |
Wrapped component
1.6.3