|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.com.centrumsystems.hudson.plugin.buildpipeline.Grid<ProjectForm>
au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectGrid
au.com.centrumsystems.hudson.plugin.buildpipeline.DefaultProjectGridImpl
public abstract class DefaultProjectGridImpl
ProjectGrid
backed by map.
Constructor Summary | |
---|---|
DefaultProjectGridImpl()
|
Method Summary | |
---|---|
ProjectForm |
get(int row,
int col)
Gets the project at the specified location. |
int |
getColumns()
Width of the grid. |
int |
getRows()
Height of the grid. |
void |
set(int row,
int col,
ProjectForm p)
Mutable, but only for ProjectGridBuilder |
Methods inherited from class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectGrid |
---|
builds |
Methods inherited from class au.com.centrumsystems.hudson.plugin.buildpipeline.Grid |
---|
getNextAvailableRow, isEmpty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultProjectGridImpl()
Method Detail |
---|
public void set(int row, int col, ProjectForm p)
ProjectGridBuilder
row
- position of the formcol
- position of the formp
- The project to add. null to remove the value.public ProjectForm get(int row, int col)
get
in class Grid<ProjectForm>
row
- position of the formcol
- position of the form
public int getColumns()
Grid
getColumns
in class Grid<ProjectForm>
public int getRows()
Grid
getRows
in class Grid<ProjectForm>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |