Package jadex.base.gui.plugin
Class AbstractJCCPlugin.ShowRemoteControlCenterHandler
- java.lang.Object
- 
- jadex.base.gui.plugin.AbstractJCCPlugin.ShowRemoteControlCenterHandler
 
- 
- All Implemented Interfaces:
- INodeHandler,- ISwingNodeHandler
 - Enclosing class:
- AbstractJCCPlugin
 
 public static class AbstractJCCPlugin.ShowRemoteControlCenterHandler extends java.lang.Object implements ISwingNodeHandler A node handler allowing to spawn new control center views for remote platforms displayed in component tree using proxy nodes.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IControlCenterjccThe control center.protected java.awt.ComponentpanelThe outer panel.
 - 
Constructor SummaryConstructors Constructor Description ShowRemoteControlCenterHandler(IControlCenter jcc, java.awt.Component panel)Create a new handler.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.ActiongetDefaultAction(ISwingTreeNode node)Get the default action to be performed after a double click.byte[]getOverlay(ITreeNode node)Get the overlay for a node if any.javax.swing.Action[]getPopupActions(ISwingTreeNode[] nodes)Get the popup actions available for all of the given nodes, if any.javax.swing.IcongetSwingOverlay(ISwingTreeNode node)Get the overlay for a node if any.
 
- 
- 
- 
Field Detail- 
jccprotected IControlCenter jcc The control center.
 - 
panelprotected java.awt.Component panel The outer panel.
 
- 
 - 
Constructor Detail- 
ShowRemoteControlCenterHandlerpublic ShowRemoteControlCenterHandler(IControlCenter jcc, java.awt.Component panel) Create a new handler.
 
- 
 - 
Method Detail- 
getDefaultActionpublic javax.swing.Action getDefaultAction(ISwingTreeNode node) Get the default action to be performed after a double click.- Specified by:
- getDefaultActionin interface- ISwingNodeHandler
 
 - 
getSwingOverlaypublic javax.swing.Icon getSwingOverlay(ISwingTreeNode node) Get the overlay for a node if any.- Specified by:
- getSwingOverlayin interface- ISwingNodeHandler
 
 - 
getOverlaypublic byte[] getOverlay(ITreeNode node) Description copied from interface:INodeHandlerGet the overlay for a node if any.- Specified by:
- getOverlayin interface- INodeHandler
 
 - 
getPopupActionspublic javax.swing.Action[] getPopupActions(ISwingTreeNode[] nodes) Get the popup actions available for all of the given nodes, if any.- Specified by:
- getPopupActionsin interface- ISwingNodeHandler
 
 
- 
 
-