org.eclipse.ptp.ui.views
Interface IIconCanvasActionListener
- All Known Implementing Classes:
- AbstractParallelElementView, AbstractParallelSetView, ParallelDebugView, ParallelJobsView, ParallelMachinesView
public interface IIconCanvasActionListener
|
Method Summary |
void |
handleAction(int type,
int index)
Handle action |
void |
handleAction(int type,
int[] indexes)
Handle action |
COPY_ACTION
static final int COPY_ACTION
- See Also:
- Constant Field Values
CUT_ACTION
static final int CUT_ACTION
- See Also:
- Constant Field Values
PASTE_ACTION
static final int PASTE_ACTION
- See Also:
- Constant Field Values
DELETE_ACTION
static final int DELETE_ACTION
- See Also:
- Constant Field Values
DOUBLE_CLICK_ACTION
static final int DOUBLE_CLICK_ACTION
- See Also:
- Constant Field Values
handleAction
void handleAction(int type,
int[] indexes)
- Handle action
- Parameters:
type - action typeindexes - element indexes
handleAction
void handleAction(int type,
int index)
- Handle action
- Parameters:
type - action typeindex - element index
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.