|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectechopoint.ui.AbstractPaddingController
public abstract class AbstractPaddingController
Controller class that returns the padding value for a specific cell.
Constructor Summary | |
---|---|
AbstractPaddingController()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPaddingController()
Method Detail |
---|
public int getLeftPadding(int column, int row, java.lang.Object component)
column
- column index of the cellrow
- row index of the cellcomponent
- component that resides in the cell
public int getRightPadding(int column, int row, java.lang.Object component)
column
- column index of the cellrow
- row index of the cellcomponent
- component that resides in the cell
public int getTopPadding(int column, int row, java.lang.Object component)
column
- column index of the cellrow
- row index of the cellcomponent
- component that resides in the cell
public int getBottomPadding(int column, int row, java.lang.Object component)
column
- 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 |