public abstract class AbstractTableConstraints extends Object implements TableConstraints
Constructor and Description |
---|
AbstractTableConstraints(Component component,
TableLayout tl)
Creates a new instance of AbstractTableConstraints
|
Modifier and Type | Method and Description |
---|---|
Component |
getComponent()
Getter for property component.
|
TableLayout |
getTableLayout()
Getter for property tableLayout.
|
void |
setAbsoluteBounds(Rectangle bounds) |
protected abstract void |
setAbsoluteBoundsOnly(Rectangle bounds) |
void |
setRelativeBounds(Rectangle bounds) |
protected abstract void |
setRelativeBoundsOnly(Rectangle bounds) |
protected void |
updateTableLayout() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHeight, getRelativeBounds, getWidth, getX, getY
getAbsoluteBounds
public AbstractTableConstraints(Component component, TableLayout tl)
public TableLayout getTableLayout()
public void setAbsoluteBounds(Rectangle bounds)
setAbsoluteBounds
in interface CustomizerConstraints
public void setRelativeBounds(Rectangle bounds)
setRelativeBounds
in interface TableConstraints
public Component getComponent()
protected void updateTableLayout()
protected abstract void setAbsoluteBoundsOnly(Rectangle bounds)
protected abstract void setRelativeBoundsOnly(Rectangle bounds)
Copyright © 2002–2017 SoftSmithy. All rights reserved.