public interface FwkTileSelectModelInterface extends FwkInterface
| Modifier and Type | Method and Description |
|---|---|
java.awt.Dimension |
getGridDimension()
Get the grid dimension.
|
java.awt.Dimension |
getMaximumTileSize()
Get maximum tile size.
|
FwkTileInterface |
getSelectedTile()
Returns the selected tile.
|
boolean |
getSelectEnabled()
Gets the selection enable flag.
|
int |
getTileIndex()
Get the selected tile index.
|
java.awt.Dimension |
getTileMargin()
Get tile margin.
|
FwkTileInterface[] |
getTiles()
Get the tile array.
|
boolean |
isSelectEnabled()
Gets the selection enable flag.
|
void |
setRowCount(int count)
Set tile row count.
|
void |
setSelected(boolean b)
Set the button as a selected button.
|
void |
setSelectEnabled(boolean flag)
Enable the selection.
|
void |
setTileIndex(int index)
Set the tile index.
|
void |
setTileMargin(java.awt.Dimension margin)
Set tile margin.
|
getVersion, releasevoid setRowCount(int count)
count - The tile row count.java.awt.Dimension getGridDimension()
the - grid dimension.int getTileIndex()
void setTileIndex(int index)
index - The color index.FwkTileInterface getSelectedTile()
FwkTileInterface[] getTiles()
void setSelectEnabled(boolean flag)
flag - If true the selection is enabled.boolean getSelectEnabled()
boolean isSelectEnabled()
void setSelected(boolean b)
b - true if the button is selected.java.awt.Dimension getMaximumTileSize()
java.awt.Dimension getTileMargin()
void setTileMargin(java.awt.Dimension margin)
margin - the tile margin.