| java.lang.Object org.pentaho.designstudio.widgets.flowtable.ActionsFlowModel
ActionsFlowModel | public class ActionsFlowModel implements KTableModel(Code) | | |
ACTION_SEQUENCE_INPUTS_HEADER | final static String ACTION_SEQUENCE_INPUTS_HEADER(Code) | | |
ACTION_SEQUENCE_OUTPUTS_HEADER | final static String ACTION_SEQUENCE_OUTPUTS_HEADER(Code) | | |
ACTION_SEQUENCE_RESOURCES_HEADER | final static String ACTION_SEQUENCE_RESOURCES_HEADER(Code) | | |
DEFAULT_COLUMN_SPAN | final static int DEFAULT_COLUMN_SPAN(Code) | | |
DEFAULT_COLUMN_WIDTH | final static int DEFAULT_COLUMN_WIDTH(Code) | | |
IF_END_PLACEHOLDER | final static String IF_END_PLACEHOLDER(Code) | | |
LOOPBACK_CONNECTOR | final static String LOOPBACK_CONNECTOR(Code) | | |
LOOP_END_PLACEHOLDER | final static String LOOP_END_PLACEHOLDER(Code) | | |
actionSequence | ActionSequenceDocument actionSequence(Code) | | |
ActionsFlowModel | public ActionsFlowModel()(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) | | |
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) | | |
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) | | |
|
|