| graphical.MouseOverGridView components.RDPropertyGridView
RDPropertyGridView | public class RDPropertyGridView extends MouseOverGridView implements DragDestination(Code) | | RDPropertyGridView extends IGridEditView. Implements support for
popup and checkbox cells. (MCW)
|
Method Summary | |
public DragDestination | acceptsDrag(DragSession ds, int x, int y) | public void | createGridCellEditor(int r, int c) createGridCellEditor - Create editor at specified location. | public boolean | dragDropped(DragSession ds) | public boolean | dragEntered(DragSession ds) | public void | dragExited(DragSession ds) | public boolean | dragMoved(DragSession ds) | public boolean | editable(int r, int c) editable override. | public boolean | editableView() editableView - returns the editable stat of a view. | public void | initPropertyGridView() | public boolean | isEditable(int r) | public IGridCellEditor | newGridCellEditor(int r, int c) | public void | onPressCell(int r, int c) onPressCell override. | public void | paintCellForeground(Graphics g, int r, int c, Rect rect) | public void | setEditableFields(String fieldNames) | public void | setEditableRow(int r, boolean flag) setEditableRow - Set up row as editable/non-editable. | public void | setEditableView(boolean flag) setEditableView - Sets the editable state of a view. | public void | setUpdatedView(boolean flag) setUpdatedView - Sets the updated status of a view. | public boolean | updatedView() updatedView - returns the update status of a view. |
RDPropertyGridView | public RDPropertyGridView(int x, int y, int w, int h, Taxonomy taxonomy)(Code) | | |
acceptsDrag | public DragDestination acceptsDrag(DragSession ds, int x, int y)(Code) | | |
createGridCellEditor | public void createGridCellEditor(int r, int c)(Code) | | createGridCellEditor - Create editor at specified location. (MCW)
|
dragDropped | public boolean dragDropped(DragSession ds)(Code) | | |
dragEntered | public boolean dragEntered(DragSession ds)(Code) | | |
dragExited | public void dragExited(DragSession ds)(Code) | | |
dragMoved | public boolean dragMoved(DragSession ds)(Code) | | |
editable | public boolean editable(int r, int c)(Code) | | editable override. Returns the editable state of a cell. (MCW)
|
editableView | public boolean editableView()(Code) | | editableView - returns the editable stat of a view. (MCW)
|
initPropertyGridView | public void initPropertyGridView()(Code) | | |
isEditable | public boolean isEditable(int r)(Code) | | |
newGridCellEditor | public IGridCellEditor newGridCellEditor(int r, int c)(Code) | | |
onPressCell | public void onPressCell(int r, int c)(Code) | | onPressCell override. Used to change the state of a checkbox
cell on a mouse click. (MCW)
|
paintCellForeground | public void paintCellForeground(Graphics g, int r, int c, Rect rect)(Code) | | paintCellForeground override - Display selected image
|
setEditableFields | public void setEditableFields(String fieldNames)(Code) | | setEditableFields - list of editable field names
|
setEditableRow | public void setEditableRow(int r, boolean flag)(Code) | | setEditableRow - Set up row as editable/non-editable. (MCW)
|
setEditableView | public void setEditableView(boolean flag)(Code) | | setEditableView - Sets the editable state of a view. (MCW)
|
setUpdatedView | public void setUpdatedView(boolean flag)(Code) | | setUpdatedView - Sets the updated status of a view. (MCW)
|
updatedView | public boolean updatedView()(Code) | | updatedView - returns the update status of a view. (MCW)
|
Methods inherited from graphical.MouseOverGridView | public void drawPopup()(Code)(Java Doc) public void hidePopup()(Code)(Java Doc) public int iconColumn()(Code)(Java Doc) public boolean mouseDown(MouseEvent mouseEvent)(Code)(Java Doc) public void mouseMoved(MouseEvent mouseEvent)(Code)(Java Doc) public Image normalIcon()(Code)(Java Doc) public void onMouseOverCell(int cellRow, int cellColumn, int mouseRow, int mouseColumn)(Code)(Java Doc) public void onPressCell(int r, int c)(Code)(Java Doc) public void paintCellBackground(Graphics g, int r, int c, Rect rect)(Code)(Java Doc) public void paintCellForeground(Graphics g, int r, int c, Rect rect)(Code)(Java Doc) public void performCommand(String command, Object arg)(Code)(Java Doc) public int popdownDelay()(Code)(Java Doc) public boolean popupAlways()(Code)(Java Doc) public Color popupBackgroundColor()(Code)(Java Doc) public int popupDelay()(Code)(Java Doc) public Font popupFont()(Code)(Java Doc) public Color popupTextColor()(Code)(Java Doc) public Image selectedIcon()(Code)(Java Doc) public void setDragRow(int r)(Code)(Java Doc) public void setIconColumn(int c)(Code)(Java Doc) public void setNormalIcon(Image icon)(Code)(Java Doc) public void setPopdownDelay(int delay)(Code)(Java Doc) public void setPopupAlways(boolean flag)(Code)(Java Doc) public void setPopupBackgroundColor(Color color)(Code)(Java Doc) public void setPopupDelay(int delay)(Code)(Java Doc) public void setPopupFont(Font font)(Code)(Java Doc) public void setPopupTextColor(Color color)(Code)(Java Doc) public void setSelectedIcon(Image icon)(Code)(Java Doc) public void setUrlColor(Color color)(Code)(Java Doc) public void setUrlColumn(int c)(Code)(Java Doc) public void setUrlRow(int r)(Code)(Java Doc) public void setUrlRowColumn(int r, int c)(Code)(Java Doc) public Color textColor(int r, int c)(Code)(Java Doc) public Color urlColor()(Code)(Java Doc) public int urlColumn()(Code)(Java Doc) public int urlRow()(Code)(Java Doc)
|
|
|