| org.pentaho.designstudio.widgets.flowtable.ActionsFlowCellRenderer
ActionsFlowCellRenderer | public class ActionsFlowCellRenderer extends DefaultCellRenderer (Code) | | |
Method Summary | |
public void | drawCell(GC gc, Rectangle rect, int col, int row, Object content, boolean focus, boolean header, boolean clicked, KTableModel model) | public int | getOptimalWidth(GC gc, int col, int row, Object content, boolean fixed, KTableModel model) | public void | setActionSequenceDocument(ActionSequenceDocument actionSequence) |
ARROW_COLOR | final static Color ARROW_COLOR(Code) | | |
ARROW_HEIGHT | final public static int ARROW_HEIGHT(Code) | | |
ARROW_LINE_WIDTH | final public static int ARROW_LINE_WIDTH(Code) | | |
ARROW_WIDTH | final public static int ARROW_WIDTH(Code) | | |
BORDER_COLOR | final static Color BORDER_COLOR(Code) | | |
BOX_COLOR_RGB | final public static RGB BOX_COLOR_RGB(Code) | | |
BOX_FILL_COLOR | final static Color BOX_FILL_COLOR(Code) | | |
SELECTED_COLOR | final static Color SELECTED_COLOR(Code) | | |
SHADOW_COLOR | final static Color SHADOW_COLOR(Code) | | |
SHADOW_WIDTH | final public static int SHADOW_WIDTH(Code) | | |
actionSequence | ActionSequenceDocument actionSequence(Code) | | |
ActionsFlowCellRenderer | public ActionsFlowCellRenderer()(Code) | | |
drawCell | public void drawCell(GC gc, Rectangle rect, int col, int row, Object content, boolean focus, boolean header, boolean clicked, KTableModel model)(Code) | | |
getOptimalWidth | public int getOptimalWidth(GC gc, int col, int row, Object content, boolean fixed, KTableModel model)(Code) | | |
setActionSequenceDocument | public void setActionSequenceDocument(ActionSequenceDocument actionSequence)(Code) | | |
|
|