|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.ui.AbstractPaddingController
echopoint.ui.DefaultPaddingController
public class DefaultPaddingController
Default padding controller class used by TableColumn.
| Constructor Summary | |
|---|---|
DefaultPaddingController()
|
|
| Method Summary | |
|---|---|
int |
getBottomPadding(int column,
int row,
java.lang.Object component)
Gets the bottom padding value for a given cell |
int |
getLeftPadding(int column,
int row,
java.lang.Object component)
Gets the left padding value for a given cell |
int |
getRightPadding(int column,
int row,
java.lang.Object component)
Gets the right padding value for a given cell |
int |
getTopPadding(int column,
int row,
java.lang.Object component)
Gets the top padding value for a given cell |
void |
setBottomPadding(int bottom)
|
void |
setLeftPadding(int left)
|
void |
setRightPadding(int right)
|
void |
setTopPadding(int top)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPaddingController()
| Method Detail |
|---|
public void setLeftPadding(int left)
public int getLeftPadding(int column,
int row,
java.lang.Object component)
getLeftPadding in class AbstractPaddingControllercolumn - column index of the cellrow - row index of the cellcomponent - component that resides in the cell
public void setRightPadding(int right)
public int getRightPadding(int column,
int row,
java.lang.Object component)
getRightPadding in class AbstractPaddingControllercolumn - column index of the cellrow - row index of the cellcomponent - component that resides in the cell
public void setTopPadding(int top)
public int getTopPadding(int column,
int row,
java.lang.Object component)
getTopPadding in class AbstractPaddingControllercolumn - column index of the cellrow - row index of the cellcomponent - component that resides in the cell
public void setBottomPadding(int bottom)
public int getBottomPadding(int column,
int row,
java.lang.Object component)
getBottomPadding in class AbstractPaddingControllercolumn - column index of the cellrow - row index of the cellcomponent - component that resides in the cell
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||