public class AlignmentDef
extends java.lang.Object
GUIUtils.alignHorizontally()
.
Modifier and Type | Field and Description |
---|---|
int |
columnAlign
The index of the column to be aligned.
|
int |
columnResize
The index of the column to be resized.
|
java.awt.Container |
container
The container to be used, needs to be laid out by
TableLayout . |
info.clearthought.layout.TableLayout |
layout
The layout to be used.
|
Constructor and Description |
---|
AlignmentDef()
Constructor method for i18n purposes only.
|
AlignmentDef(java.awt.Container container,
int colalign,
int colresize)
Another constructor with real initializing functionality.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(AlignmentDef tocheck)
Checks if a given
AlignmentDef instance is equal to this instance. |
java.lang.String |
toString()
Debug method for testing the internal managed strings.
|
public java.awt.Container container
TableLayout
.public info.clearthought.layout.TableLayout layout
public int columnAlign
public int columnResize
public AlignmentDef() throws java.lang.InstantiationException
I18NExtractor
).
java.lang.InstantiationException
- Error indicationpublic AlignmentDef(java.awt.Container container, int colalign, int colresize)
container
- The container to be used, needs to be laid out by TableLayout
colalign
- The index of the column to be aligned, >= 1colresize
- The index of the column to be resized, less than colalign
java.lang.NullPointerException
- If parameters are null
java.lang.IllegalArgumentException
- If a parameter is invalidpublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(AlignmentDef tocheck)
AlignmentDef
instance is equal to this instance.
tocheck
- Instance to be checkedAlignmentDef
instance to check for equalityCopyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.