public int getSourceActions(JComponent c)
{
if ( c instanceof ContextTree)
{
ContextTree contextTree = (ContextTree) c;
if ( contextTree.getSelectedDestinations().size() > 0)
{
return COPY_OR_MOVE;
}
if ( contextTree.getSelectedConnectionFactories().size() > 0)
{
return COPY_OR_MOVE;
}
}