|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cell | |
---|---|
com.badlogic.gdx.scenes.scene2d.ui | |
com.badlogic.gdx.scenes.scene2d.ui.tablelayout |
Uses of Cell in com.badlogic.gdx.scenes.scene2d.ui |
---|
Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Cell | |
---|---|
Container.CellProperties(Cell cell)
|
Uses of Cell in com.badlogic.gdx.scenes.scene2d.ui.tablelayout |
---|
Fields in com.badlogic.gdx.scenes.scene2d.ui.tablelayout declared as Cell | |
---|---|
Cell |
BaseTableLayout.cellDefaults
The cell values that will be used as the defaults for all cells. |
Fields in com.badlogic.gdx.scenes.scene2d.ui.tablelayout with type parameters of type Cell | |
---|---|
java.util.ArrayList<Cell> |
BaseTableLayout.cells
The cells for this table only. |
Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout that return Cell | |
---|---|
Cell |
BaseTableLayout.addCell(T widget)
Adds a new cell to the table with the specified widget. |
Cell |
BaseTableLayout.getCell(java.lang.String name)
Returns the cell with the specified name, anywhere in the table hierarchy. |
Cell |
BaseTableLayout.getCell(T widget)
Returns the cell for the specified widget, anywhere in the table hierarchy. |
Cell |
BaseTableLayout.getColumnDefaults(int column)
Gets the cell values that will be used as the defaults for all cells in the specified column. |
Cell |
BaseTableLayout.startRow()
Indicates that subsequent cells should be added to a new row and returns the cell values that will be used as the defaults for all cells in the new row. |
Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout that return types with arguments of type Cell | |
---|---|
java.util.List<Cell> |
BaseTableLayout.getCells()
Returns all cells, anywhere in the table hierarchy. |
java.util.List<Cell> |
BaseTableLayout.getCells(java.lang.String namePrefix)
Returns all cells with the specified name prefix, anywhere in the table hierarchy. |
Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout with parameters of type Cell | |
---|---|
void |
BaseTableLayout.setCellProperty(Cell c,
java.lang.String name,
java.util.List<java.lang.String> values)
Sets a property on the cell. |
void |
BaseTableLayout.setWidget(Cell cell,
T widget)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |