|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.tags.swing.impl.Cell
public class Cell
A simple class to represent the information for a single cell in a table when using the GridBagLayout
Field Summary | |
---|---|
private java.awt.Component |
component
|
private java.awt.GridBagConstraints |
constraints
|
Constructor Summary | |
---|---|
Cell()
|
|
Cell(java.awt.GridBagConstraints constraints,
java.awt.Component component)
|
Method Summary | |
---|---|
java.awt.Component |
getComponent()
Returns the component. |
java.awt.GridBagConstraints |
getConstraints()
Returns the constraints. |
void |
setComponent(java.awt.Component component)
Sets the component. |
void |
setConstraints(java.awt.GridBagConstraints constraints)
Sets the constraints. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.awt.GridBagConstraints constraints
private java.awt.Component component
Constructor Detail |
---|
public Cell()
public Cell(java.awt.GridBagConstraints constraints, java.awt.Component component)
Method Detail |
---|
public java.awt.Component getComponent()
public java.awt.GridBagConstraints getConstraints()
public void setComponent(java.awt.Component component)
component
- The component to setpublic void setConstraints(java.awt.GridBagConstraints constraints)
constraints
- The constraints to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |