public final class PluginExplorerView.CallbackHandler
extends java.lang.Object
implements java.awt.datatransfer.ClipboardOwner
Modifier and Type | Method and Description |
---|---|
void |
activatePlugin(java.awt.event.ActionEvent e) |
void |
checkIntegrity(java.awt.event.ActionEvent e) |
void |
copyElement(java.awt.event.ActionEvent e)
Exports the displayed label of the currently selected
element to the clipboard.
|
void |
copyElementName(java.awt.event.ActionEvent e)
Exports the fully qualified unique id of the currently selected
element to the clipboard if a valid element is selected.
|
void |
deactivatePlugin(java.awt.event.ActionEvent e) |
void |
lostOwnership(java.awt.datatransfer.Clipboard clipboard,
java.awt.datatransfer.Transferable contents) |
void |
openDirectory(java.awt.event.ActionEvent e) |
void |
openHierarchyView(java.awt.event.ActionEvent e) |
void |
showPlugin(java.awt.event.ActionEvent e)
Expands and selects the node holding the declaring
plug-in of the currently selected element
|
void |
viewElement(java.awt.event.ActionEvent e) |
void |
viewManifest(java.awt.event.ActionEvent e) |
public void activatePlugin(java.awt.event.ActionEvent e)
public void deactivatePlugin(java.awt.event.ActionEvent e)
public void checkIntegrity(java.awt.event.ActionEvent e)
public void viewElement(java.awt.event.ActionEvent e)
public void openHierarchyView(java.awt.event.ActionEvent e)
public void openDirectory(java.awt.event.ActionEvent e)
public void viewManifest(java.awt.event.ActionEvent e)
public void copyElement(java.awt.event.ActionEvent e)
public void copyElementName(java.awt.event.ActionEvent e)
public void showPlugin(java.awt.event.ActionEvent e)
public void lostOwnership(java.awt.datatransfer.Clipboard clipboard, java.awt.datatransfer.Transferable contents)
lostOwnership
in interface java.awt.datatransfer.ClipboardOwner
ClipboardOwner.lostOwnership(java.awt.datatransfer.Clipboard, java.awt.datatransfer.Transferable)