Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction Class Reference

List of all members.

Public Member Functions

String getName ()

Protected Member Functions

boolean enable (Node[] nodes)
void performAction (GPNode[] activatedNodes, Object context)
String iconResource ()
void performAction (cern.gp.nodes.GPNode[] activatedNodes)
boolean surviveFocusChange ()

Static Protected Attributes

final Logger logger

Static Private Attributes

final String addStr

Detailed Description

This class copies BeanSupport objects from TreeExplorer to ListExplorer. (from CateogoryTree to ChoosenCategories)

Author:
pawlowsk


Member Function Documentation

boolean cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::enable Node[]  nodes  )  [inline, protected]
 

the action will be enabled only if the super class enables it and if the context is not null.

See also:
org.openide.util.actions.NodeAction#enable(Node[])

String cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::getName  )  [inline]
 

String cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::iconResource  )  [inline, protected]
 

void cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::performAction cern.gp.nodes.GPNode[]  activatedNodes  )  [inline, protected]
 

void cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::performAction GPNode[]  activatedNodes,
Object  context
[inline, protected]
 

A method called by GP when you invoke this action. You have to implement this method with the action you want to execute. Please note that the context parameter may be null.

Parameters:
activatedNodes the nodes currently selected
context the object set with setContext() can be null

boolean cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::surviveFocusChange  )  [inline, protected]
 


Member Data Documentation

final String cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::addStr [static, private]
 

Initial value:

NbBundle.getMessage( CategoryCopyOverNodesAction.class, "LBL_CategoryCopyOverNodesAction_name")

final Logger cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::logger [static, protected]
 

Initial value:

LogFactory.getLogger(CategoryCopyOverNodesAction.class.getName())


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:09:20 2009 for ACS Java API by doxygen 1.3.8