public class GridPaneAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.GridPaneListener
Constructor and Description |
---|
GridPaneAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
cellInserted(org.apache.pivot.wtk.GridPane.Row arg0,
int arg1) |
void |
cellsRemoved(org.apache.pivot.wtk.GridPane.Row arg0,
int arg1,
org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.Component> arg2) |
void |
cellUpdated(org.apache.pivot.wtk.GridPane.Row arg0,
int arg1,
org.apache.pivot.wtk.Component arg2) |
void |
columnCountChanged(org.apache.pivot.wtk.GridPane arg0,
int arg1) |
CallableWithArgs<Void> |
getCellInserted() |
CallableWithArgs<Void> |
getCellsRemoved() |
CallableWithArgs<Void> |
getCellUpdated() |
CallableWithArgs<Void> |
getColumnCountChanged() |
CallableWithArgs<Void> |
getRowInserted() |
CallableWithArgs<Void> |
getRowsRemoved() |
void |
rowInserted(org.apache.pivot.wtk.GridPane arg0,
int arg1) |
void |
rowsRemoved(org.apache.pivot.wtk.GridPane arg0,
int arg1,
org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.GridPane.Row> arg2) |
void |
setCellInserted(CallableWithArgs<Void> cellInserted) |
void |
setCellsRemoved(CallableWithArgs<Void> cellsRemoved) |
void |
setCellUpdated(CallableWithArgs<Void> cellUpdated) |
void |
setColumnCountChanged(CallableWithArgs<Void> columnCountChanged) |
void |
setRowInserted(CallableWithArgs<Void> rowInserted) |
void |
setRowsRemoved(CallableWithArgs<Void> rowsRemoved) |
public CallableWithArgs<Void> getColumnCountChanged()
public CallableWithArgs<Void> getCellInserted()
public CallableWithArgs<Void> getCellsRemoved()
public CallableWithArgs<Void> getCellUpdated()
public CallableWithArgs<Void> getRowsRemoved()
public CallableWithArgs<Void> getRowInserted()
public void setColumnCountChanged(CallableWithArgs<Void> columnCountChanged)
public void setCellInserted(CallableWithArgs<Void> cellInserted)
public void setCellsRemoved(CallableWithArgs<Void> cellsRemoved)
public void setCellUpdated(CallableWithArgs<Void> cellUpdated)
public void setRowsRemoved(CallableWithArgs<Void> rowsRemoved)
public void setRowInserted(CallableWithArgs<Void> rowInserted)
public void columnCountChanged(org.apache.pivot.wtk.GridPane arg0, int arg1)
columnCountChanged
in interface org.apache.pivot.wtk.GridPaneListener
public void cellInserted(org.apache.pivot.wtk.GridPane.Row arg0, int arg1)
cellInserted
in interface org.apache.pivot.wtk.GridPaneListener
public void cellsRemoved(org.apache.pivot.wtk.GridPane.Row arg0, int arg1, org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.Component> arg2)
cellsRemoved
in interface org.apache.pivot.wtk.GridPaneListener
public void cellUpdated(org.apache.pivot.wtk.GridPane.Row arg0, int arg1, org.apache.pivot.wtk.Component arg2)
cellUpdated
in interface org.apache.pivot.wtk.GridPaneListener
public void rowsRemoved(org.apache.pivot.wtk.GridPane arg0, int arg1, org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.GridPane.Row> arg2)
rowsRemoved
in interface org.apache.pivot.wtk.GridPaneListener
public void rowInserted(org.apache.pivot.wtk.GridPane arg0, int arg1)
rowInserted
in interface org.apache.pivot.wtk.GridPaneListener