| java.lang.Object org.pentaho.designstudio.widgets.flowtable.ActionsModel
ActionsModel | public class ActionsModel implements KTableModel(Code) | | author: Friederich Kupzog |
Method Summary | |
void | addExecutables(ActionControlStatement parent, List l, int level) | public Point | belongsToCell(int col, int row) | public KTableCellEditor | getCellEditor(int col, int row) | public KTableCellRenderer | getCellRenderer(int col, int row) | public Point | getCellWithContent(Object obj) | public int | getColumnCount() | public int | getColumnWidth(int col) | public Object | getContentAt(int col, int row) | public int | getFixedHeaderColumnCount() | public int | getFixedHeaderRowCount() | public int | getFixedSelectableColumnCount() | public int | getFixedSelectableRowCount() | public int | getRowCount() | public int | getRowHeight(int row) | public int | getRowHeightMinimum() | public AbstractIOElement | getSubContentAt(int col, int row, Point p) | public String | getTooltipAt(int col, int row) | public boolean | isColumnResizable(int col) | public boolean | isRowResizable(int row) | public void | refresh() | public void | setActionSequence(ActionSequenceDocument actionSequence) | public void | setColumnWidth(int col, int value) | public void | setContentAt(int col, int row, Object value) | public void | setRowHeight(int row, int value) |
actionSequence | ActionSequenceDocument actionSequence(Code) | | |
ActionsModel | public ActionsModel()(Code) | | |
addExecutables | void addExecutables(ActionControlStatement parent, List l, int level)(Code) | | |
belongsToCell | public Point belongsToCell(int col, int row)(Code) | | |
getCellEditor | public KTableCellEditor getCellEditor(int col, int row)(Code) | | |
getCellRenderer | public KTableCellRenderer getCellRenderer(int col, int row)(Code) | | |
getCellWithContent | public Point getCellWithContent(Object obj)(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | |
getColumnWidth | public int getColumnWidth(int col)(Code) | | |
getContentAt | public Object getContentAt(int col, int row)(Code) | | |
getFixedHeaderColumnCount | public int getFixedHeaderColumnCount()(Code) | | |
getFixedHeaderRowCount | public int getFixedHeaderRowCount()(Code) | | |
getFixedSelectableColumnCount | public int getFixedSelectableColumnCount()(Code) | | |
getFixedSelectableRowCount | public int getFixedSelectableRowCount()(Code) | | |
getRowCount | public int getRowCount()(Code) | | |
getRowHeight | public int getRowHeight(int row)(Code) | | |
getRowHeightMinimum | public int getRowHeightMinimum()(Code) | | |
getSubContentAt | public AbstractIOElement getSubContentAt(int col, int row, Point p)(Code) | | |
getTooltipAt | public String getTooltipAt(int col, int row)(Code) | | |
isColumnResizable | public boolean isColumnResizable(int col)(Code) | | |
isRowResizable | public boolean isRowResizable(int row)(Code) | | |
refresh | public void refresh()(Code) | | |
setActionSequence | public void setActionSequence(ActionSequenceDocument actionSequence)(Code) | | |
setColumnWidth | public void setColumnWidth(int col, int value)(Code) | | |
setContentAt | public void setContentAt(int col, int row, Object value)(Code) | | |
setRowHeight | public void setRowHeight(int row, int value)(Code) | | |
|
|