public abstract class AlignmentSubArea extends TICComponent
AlignmentContentArea
should inherit from this class.Constructor and Description |
---|
AlignmentSubArea(AlignmentContentArea owner)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
protected AlignmentLabelSubArea |
createLabelSubArea(AlignmentLabelArea owner)
This method can be overwritten to provide a specific implementation for labeling the implementing data area.
|
AlignmentLabelSubArea |
getLabelSubArea()
Returns the GUI component that displays the row label for this part of the alignment.
|
AlignmentContentArea |
getOwner()
Returns the alignment content area that displays this data area.
|
addKeyListener, addMouseListener, addMouseWheelListener, assignSize, getCurrentToolkit, getKeyListenersSet, getMouseListenersSet, getMouseWheelListenersSet, getSize, getSwingComponentClassName, getSWTComponentClassName, getToolkitComponent, hasToolkitComponent, paint, removeKeyListener, removeMouseListener, removeWheelMouseListener, repaint, setToolkitComponent
public AlignmentSubArea(AlignmentContentArea owner)
owner
- the alignment content area that will contain this instancepublic AlignmentContentArea getOwner()
protected AlignmentLabelSubArea createLabelSubArea(AlignmentLabelArea owner)
This default implementation always returns an instance of DefaultLabelSubArea
.
owner
- the alignment label area that can be set as the owner of the returned component.DefaultLabelSubArea
linked to this instancepublic AlignmentLabelSubArea getLabelSubArea()