|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swfm.mica.widgets.MiTableCell
| Field Summary |
| Constructor Summary | |
MiTableCell(MiTable table,
int row,
int column)
|
|
MiTableCell(MiTable table,
int row,
int column,
MiPart graphics)
|
|
| Method Summary | |
MiTableCell |
copy()
|
void |
draw(MiRenderer renderer)
|
MiAttributes |
getAttributes()
|
java.awt.Color |
getColor()
|
int |
getColumnHorizontalSizing()
|
int |
getColumnNumber()
|
MiiContextMenu |
getContextMenu(MiBounds area)
|
double |
getFixedHeight()
Gets the height of the column this cell represents. |
double |
getFixedWidth()
Gets the width of the column this cell represents. |
MiPart |
getGraphics()
|
int |
getHorizontalJustification()
|
int |
getHorizontalSizing()
|
MiMargins |
getInsetMargins()
|
MiMargins |
getMargins()
|
MiBounds |
getNodeBounds(MiBounds b)
|
int |
getNumberOfColumns()
|
int |
getNumberOfRows()
|
double |
getPreferredHeight()
|
MiSize |
getPreferredSize(MiSize size)
|
double |
getPreferredWidth()
|
MiUserData |
getProperties()
|
int |
getRowNumber()
|
int |
getRowVerticalSizing()
|
MiiHelpInfo |
getStatusHelp(MiPoint point)
|
MiTable |
getTable()
|
java.lang.Object |
getTag()
|
MiiHelpInfo |
getToolHintHelp(MiPoint point)
|
java.lang.String |
getValue()
|
int |
getVerticalJustification()
|
int |
getVerticalSizing()
|
void |
invalidateArea()
|
boolean |
isEmpty()
|
boolean |
isSelectable()
|
boolean |
isVisible()
|
void |
setAttributes(MiAttributes attributes)
|
void |
setColor(java.awt.Color color)
|
void |
setColumnHorizontalSizing(int sizing)
|
void |
setColumnNumber(int columnNumber)
|
void |
setFixedHeight(double height)
Sets the height of the column this cell represents. |
void |
setFixedWidth(double width)
Sets the width of the column this cell represents. |
void |
setGraphics(MiPart part)
|
void |
setHorizontalJustification(int justification)
|
void |
setHorizontalSizing(int sizing)
|
void |
setInsetMargins(MiMargins margins)
|
void |
setMargins(MiMargins margins)
|
void |
setNumberOfColumns(int numberOfColumns)
|
void |
setNumberOfRows(int numberOfRows)
|
void |
setRowNumber(int rowNumber)
|
void |
setRowVerticalSizing(int sizing)
|
void |
setStatusHelp(MiiHelpInfo helpInfo)
|
void |
setTable(MiTable table)
|
void |
setTag(java.lang.Object tag)
|
void |
setToolHintHelp(MiiHelpInfo helpInfo)
|
void |
setValue(java.lang.String value)
This method sets the value of Text, Widgets and pure Strings. |
void |
setVerticalJustification(int justification)
|
void |
setVerticalSizing(int sizing)
|
void |
setVisible(boolean flag)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MiTableCell(MiTable table,
int row,
int column)
public MiTableCell(MiTable table,
int row,
int column,
MiPart graphics)
| Method Detail |
public void setTable(MiTable table)
public MiTable getTable()
public void setTag(java.lang.Object tag)
public java.lang.Object getTag()
public boolean isEmpty()
public boolean isVisible()
public void setVisible(boolean flag)
public void invalidateArea()
public void setRowNumber(int rowNumber)
public int getRowNumber()
public void setColumnNumber(int columnNumber)
public int getColumnNumber()
public void setNumberOfRows(int numberOfRows)
public int getNumberOfRows()
public void setNumberOfColumns(int numberOfColumns)
public int getNumberOfColumns()
public void setHorizontalJustification(int justification)
public int getHorizontalJustification()
public void setVerticalJustification(int justification)
public int getVerticalJustification()
public void setHorizontalSizing(int sizing)
public int getHorizontalSizing()
public void setVerticalSizing(int sizing)
public int getVerticalSizing()
public void setInsetMargins(MiMargins margins)
public MiMargins getInsetMargins()
public void setMargins(MiMargins margins)
public MiMargins getMargins()
public MiUserData getProperties()
public void setFixedWidth(double width)
width - the widthgetFixedWidth(),
setFixedHeight(double)public double getFixedWidth()
getFixedWidth(),
setFixedHeight(double)public void setFixedHeight(double height)
setFixedWidth(double),
getFixedHeight()public double getFixedHeight()
setFixedWidth(double),
setFixedHeight(double)public void setRowVerticalSizing(int sizing)
public int getRowVerticalSizing()
public void setColumnHorizontalSizing(int sizing)
public int getColumnHorizontalSizing()
public MiBounds getNodeBounds(MiBounds b)
public MiiContextMenu getContextMenu(MiBounds area)
public void setStatusHelp(MiiHelpInfo helpInfo)
public MiiHelpInfo getStatusHelp(MiPoint point)
public void setToolHintHelp(MiiHelpInfo helpInfo)
public MiiHelpInfo getToolHintHelp(MiPoint point)
public void setAttributes(MiAttributes attributes)
public MiAttributes getAttributes()
public void setColor(java.awt.Color color)
public java.awt.Color getColor()
public void setGraphics(MiPart part)
public MiPart getGraphics()
public boolean isSelectable()
public void setValue(java.lang.String value)
public java.lang.String getValue()
public double getPreferredWidth()
public double getPreferredHeight()
public MiSize getPreferredSize(MiSize size)
public void draw(MiRenderer renderer)
public MiTableCell copy()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||