public class ConnectionEditorInput extends Object implements org.eclipse.ui.IEditorInput
| Constructor and Description |
|---|
ConnectionEditorInput(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
exists() |
Object |
getAdapter(Class adapter) |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor() |
String |
getName() |
org.eclipse.ui.IPersistableElement |
getPersistable() |
String |
getToolTipText() |
int |
hashCode() |
String |
toString() |
public ConnectionEditorInput(Connection connection)
connection - public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor in interface org.eclipse.ui.IEditorInputpublic String getName()
getName in interface org.eclipse.ui.IEditorInputpublic org.eclipse.ui.IPersistableElement getPersistable()
getPersistable in interface org.eclipse.ui.IEditorInputpublic String getToolTipText()
getToolTipText in interface org.eclipse.ui.IEditorInputpublic Object getAdapter(Class adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptablepublic boolean exists()
exists in interface org.eclipse.ui.IEditorInputCopyright © 2025 Eclipse Paho. All rights reserved.