public interface FwkTileSelectComponentInterface extends FwkInterface
Modifier and Type | Method and Description |
---|---|
java.awt.Dimension |
getMaximumSize()
Get the maxiimum size of the component.
|
java.awt.Dimension |
getMinimumSize()
Get the minimum size of the component.
|
java.awt.Dimension |
getPreferredSize()
Get the preferred size of the component.
|
FwkTileInterface |
getSelectedTile()
Get the selected tile.
|
int |
getSelectedTileIndex()
Get the index of the selected tile.
|
java.awt.Dimension |
getSize()
Get the size of the component.
|
java.awt.Dimension |
getTileMargin()
Get the margin of the tiles.
|
void |
repaint()
Repaint the component.
|
void |
setTileMargin(java.awt.Dimension margin)
Set the margin of the tiles.
|
getVersion, release
FwkTileInterface getSelectedTile()
int getSelectedTileIndex()
java.awt.Dimension getSize()
java.awt.Dimension getMaximumSize()
java.awt.Dimension getMinimumSize()
java.awt.Dimension getPreferredSize()
java.awt.Dimension getTileMargin()
void setTileMargin(java.awt.Dimension margin)
margin
- the margin of the tiles.void repaint()