public void execute()
// -------------
// -------------
{
// ---------
Folder f = from.val();
f.clearSelection();
// ---------
}
// -------------
@Override
public boolean checkInputPinsCoverage()
{
if (from.val() == null)
{
throw new CommandPreconditionsException("Please, select source.");
}
return true;
}