PTP
Release 5.0

org.eclipse.ptp.ui.views
Interface IIconCanvasActionListener

All Known Implementing Classes:
AbstractParallelElementView, AbstractParallelSetView, ParallelDebugView, ParallelJobsView, ParallelMachinesView

public interface IIconCanvasActionListener


Field Summary
static int COPY_ACTION
           
static int CUT_ACTION
           
static int DELETE_ACTION
           
static int DOUBLE_CLICK_ACTION
           
static int PASTE_ACTION
           
 
Method Summary
 void handleAction(int type, int index)
          Handle action
 void handleAction(int type, int[] indexes)
          Handle action
 

Field Detail

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
Method Detail

handleAction

void handleAction(int type,
                  int[] indexes)
Handle action

Parameters:
type - action type
indexes - element indexes

handleAction

void handleAction(int type,
                  int index)
Handle action

Parameters:
type - action type
index - element index

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.