public class TablePaneAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TablePaneListener
Constructor and Description |
---|
TablePaneAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
cellInserted(org.apache.pivot.wtk.TablePane.Row arg0,
int arg1) |
void |
cellsRemoved(org.apache.pivot.wtk.TablePane.Row arg0,
int arg1,
org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.Component> arg2) |
void |
cellUpdated(org.apache.pivot.wtk.TablePane.Row arg0,
int arg1,
org.apache.pivot.wtk.Component arg2) |
void |
columnHighlightedChanged(org.apache.pivot.wtk.TablePane.Column arg0) |
void |
columnInserted(org.apache.pivot.wtk.TablePane arg0,
int arg1) |
void |
columnsRemoved(org.apache.pivot.wtk.TablePane arg0,
int arg1,
org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.TablePane.Column> arg2) |
void |
columnWidthChanged(org.apache.pivot.wtk.TablePane.Column arg0,
int arg1,
boolean arg2) |
CallableWithArgs<Void> |
getCellInserted() |
CallableWithArgs<Void> |
getCellsRemoved() |
CallableWithArgs<Void> |
getCellUpdated() |
CallableWithArgs<Void> |
getColumnHighlightedChanged() |
CallableWithArgs<Void> |
getColumnInserted() |
CallableWithArgs<Void> |
getColumnsRemoved() |
CallableWithArgs<Void> |
getColumnWidthChanged() |
CallableWithArgs<Void> |
getRowHeightChanged() |
CallableWithArgs<Void> |
getRowHighlightedChanged() |
CallableWithArgs<Void> |
getRowInserted() |
CallableWithArgs<Void> |
getRowsRemoved() |
void |
rowHeightChanged(org.apache.pivot.wtk.TablePane.Row arg0,
int arg1,
boolean arg2) |
void |
rowHighlightedChanged(org.apache.pivot.wtk.TablePane.Row arg0) |
void |
rowInserted(org.apache.pivot.wtk.TablePane arg0,
int arg1) |
void |
rowsRemoved(org.apache.pivot.wtk.TablePane arg0,
int arg1,
org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.TablePane.Row> arg2) |
void |
setCellInserted(CallableWithArgs<Void> cellInserted) |
void |
setCellsRemoved(CallableWithArgs<Void> cellsRemoved) |
void |
setCellUpdated(CallableWithArgs<Void> cellUpdated) |
void |
setColumnHighlightedChanged(CallableWithArgs<Void> columnHighlightedChanged) |
void |
setColumnInserted(CallableWithArgs<Void> columnInserted) |
void |
setColumnsRemoved(CallableWithArgs<Void> columnsRemoved) |
void |
setColumnWidthChanged(CallableWithArgs<Void> columnWidthChanged) |
void |
setRowHeightChanged(CallableWithArgs<Void> rowHeightChanged) |
void |
setRowHighlightedChanged(CallableWithArgs<Void> rowHighlightedChanged) |
void |
setRowInserted(CallableWithArgs<Void> rowInserted) |
void |
setRowsRemoved(CallableWithArgs<Void> rowsRemoved) |
public CallableWithArgs<Void> getCellInserted()
public CallableWithArgs<Void> getCellsRemoved()
public CallableWithArgs<Void> getCellUpdated()
public CallableWithArgs<Void> getRowHeightChanged()
public CallableWithArgs<Void> getRowHighlightedChanged()
public CallableWithArgs<Void> getColumnInserted()
public CallableWithArgs<Void> getColumnsRemoved()
public CallableWithArgs<Void> getColumnWidthChanged()
public CallableWithArgs<Void> getColumnHighlightedChanged()
public CallableWithArgs<Void> getRowsRemoved()
public CallableWithArgs<Void> getRowInserted()
public void setCellInserted(CallableWithArgs<Void> cellInserted)
public void setCellsRemoved(CallableWithArgs<Void> cellsRemoved)
public void setCellUpdated(CallableWithArgs<Void> cellUpdated)
public void setRowHeightChanged(CallableWithArgs<Void> rowHeightChanged)
public void setRowHighlightedChanged(CallableWithArgs<Void> rowHighlightedChanged)
public void setColumnInserted(CallableWithArgs<Void> columnInserted)
public void setColumnsRemoved(CallableWithArgs<Void> columnsRemoved)
public void setColumnWidthChanged(CallableWithArgs<Void> columnWidthChanged)
public void setColumnHighlightedChanged(CallableWithArgs<Void> columnHighlightedChanged)
public void setRowsRemoved(CallableWithArgs<Void> rowsRemoved)
public void setRowInserted(CallableWithArgs<Void> rowInserted)
public void cellInserted(org.apache.pivot.wtk.TablePane.Row arg0, int arg1)
cellInserted
in interface org.apache.pivot.wtk.TablePaneListener
public void cellsRemoved(org.apache.pivot.wtk.TablePane.Row arg0, int arg1, org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.Component> arg2)
cellsRemoved
in interface org.apache.pivot.wtk.TablePaneListener
public void cellUpdated(org.apache.pivot.wtk.TablePane.Row arg0, int arg1, org.apache.pivot.wtk.Component arg2)
cellUpdated
in interface org.apache.pivot.wtk.TablePaneListener
public void rowHeightChanged(org.apache.pivot.wtk.TablePane.Row arg0, int arg1, boolean arg2)
rowHeightChanged
in interface org.apache.pivot.wtk.TablePaneListener
public void rowHighlightedChanged(org.apache.pivot.wtk.TablePane.Row arg0)
rowHighlightedChanged
in interface org.apache.pivot.wtk.TablePaneListener
public void columnInserted(org.apache.pivot.wtk.TablePane arg0, int arg1)
columnInserted
in interface org.apache.pivot.wtk.TablePaneListener
public void columnsRemoved(org.apache.pivot.wtk.TablePane arg0, int arg1, org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.TablePane.Column> arg2)
columnsRemoved
in interface org.apache.pivot.wtk.TablePaneListener
public void columnWidthChanged(org.apache.pivot.wtk.TablePane.Column arg0, int arg1, boolean arg2)
columnWidthChanged
in interface org.apache.pivot.wtk.TablePaneListener
public void columnHighlightedChanged(org.apache.pivot.wtk.TablePane.Column arg0)
columnHighlightedChanged
in interface org.apache.pivot.wtk.TablePaneListener
public void rowsRemoved(org.apache.pivot.wtk.TablePane arg0, int arg1, org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.TablePane.Row> arg2)
rowsRemoved
in interface org.apache.pivot.wtk.TablePaneListener
public void rowInserted(org.apache.pivot.wtk.TablePane arg0, int arg1)
rowInserted
in interface org.apache.pivot.wtk.TablePaneListener