public interface ServerConsoleNodeContent
ServerConsoleIconNode
.Modifier and Type | Method and Description |
---|---|
void |
dragDropEnd(java.awt.dnd.DragSourceDropEvent event)
Not yet supported.
|
javax.swing.Action[] |
getActions()
Returns the actions available under the 'Actions' menu of the server console dialog
when the attached node is the active one.
|
java.awt.datatransfer.DataFlavor[] |
getDnDFlavors()
Not yet supported.
|
java.lang.Object |
getDnDObject()
Not yet supported.
|
javax.swing.JPanel |
getJPanel()
Return the JPanel to be shown on the right side of the server console when the attached node
has been activated.
|
javax.swing.JPopupMenu |
getJPopupMenu()
Returns the context menu to show when the user right clicks the attached node.
|
java.lang.String |
getName()
Returns the nodes model name.
|
java.lang.String |
getPanelDescription()
Returns the description for the content panel returned by
getJPanel() . |
javax.swing.Icon |
getPanelIcon()
Returns the icon for the panel.
|
java.lang.String |
getPanelTitle()
Returns the title for the content panel returned by
getJPanel() . |
void |
handleDrop(java.awt.datatransfer.Transferable transferable)
Not yet supported.
|
void |
setName(java.lang.String name)
Sets a new name.
|
boolean |
supportsDnDropFor(java.awt.datatransfer.DataFlavor[] currentDataFlavors,
int dropAction)
Not yet supported.
|
boolean |
supportsDragAndDrop()
Returns whether the dnd is supported.
|
boolean |
supportsJPanel()
Returns whether the attached node has its own panel for the right server console area.
|
boolean |
supportsJPopupMenu()
Returns whether the attached node supports to have a context menu.
|
java.lang.String |
toString()
Returns the attached node label.
|
java.lang.String getName()
void setName(java.lang.String name)
name
- new namejava.lang.String getPanelTitle()
getJPanel()
.java.lang.String getPanelDescription()
getJPanel()
.javax.swing.Icon getPanelIcon()
javax.swing.Action[] getActions()
boolean supportsJPanel()
javax.swing.JPanel getJPanel()
boolean supportsJPopupMenu()
getJPopupMenu()
javax.swing.JPopupMenu getJPopupMenu()
boolean supportsDragAndDrop()
java.lang.String toString()
toString
in class java.lang.Object
java.lang.Object getDnDObject()
java.awt.datatransfer.DataFlavor[] getDnDFlavors()
void dragDropEnd(java.awt.dnd.DragSourceDropEvent event)
event
- not yet supportedboolean supportsDnDropFor(java.awt.datatransfer.DataFlavor[] currentDataFlavors, int dropAction)
currentDataFlavors
- Not yet supporteddropAction
- Not yet supportedvoid handleDrop(java.awt.datatransfer.Transferable transferable) throws java.lang.Exception
transferable
- Not yet supportedjava.lang.Exception
- Not yet supportedwww.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.