|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.base.gui.TableLayout.Entry
private class TableLayout.Entry
A convenience class to attach the constraints to a component.
Field Summary | |
---|---|
private java.awt.Component |
component_
Description of the Field |
private TableLayoutConstraints |
constraints_
Description of the Field |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
TableLayout.Entry(java.awt.Component comp,
TableLayoutConstraints constraints)
Constructor for the Entry object |
Method Summary | |
---|---|
java.awt.Component |
getComponent()
Gets the component attribute of the Entry object |
TableLayoutConstraints |
getConstraints()
Gets the constraints attribute of the Entry object |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private final java.awt.Component component_
private final TableLayoutConstraints constraints_
Constructor Detail |
---|
public TableLayout.Entry(java.awt.Component comp, TableLayoutConstraints constraints)
comp
- Description of Parameterconstraints
- Description of ParameterMethod Detail |
---|
public final java.awt.Component getComponent()
public final TableLayoutConstraints getConstraints()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |