Package docking.actions
Class SharedActionRegistry
java.lang.Object
docking.actions.SharedActionRegistry
A place used to hold
DockingActionIf
s that are meant to be used by components. Some
components do not have access to the tool that is required to register their actions. This
class helps those components by enabling the installation of shared actions for those
components.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
installSharedActions
(Tool tool, ToolActions toolActions) Install all known shared actions into the given tool
-
Constructor Details
-
SharedActionRegistry
public SharedActionRegistry()
-
-
Method Details