org.eclipse.datatools.sqltools.data.internal.ui.editor
Class TableDataEditorInput
java.lang.Object
   org.eclipse.datatools.sqltools.data.internal.ui.editor.TableDataEditorInput
org.eclipse.datatools.sqltools.data.internal.ui.editor.TableDataEditorInput
- All Implemented Interfaces: 
- org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput
- public class TableDataEditorInput 
- extends java.lang.Object- implements org.eclipse.ui.IEditorInput
 
 
| Methods inherited from class java.lang.Object | 
| getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TableDataEditorInput
public TableDataEditorInput(Table table)
exists
public boolean exists()
- 
- Specified by:
- existsin interface- org.eclipse.ui.IEditorInput
 
- 
 
getImageDescriptor
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
- 
- Specified by:
- getImageDescriptorin interface- org.eclipse.ui.IEditorInput
 
- 
 
getName
public java.lang.String getName()
- 
- Specified by:
- getNamein interface- org.eclipse.ui.IEditorInput
 
- 
 
getPersistable
public org.eclipse.ui.IPersistableElement getPersistable()
- 
- Specified by:
- getPersistablein interface- org.eclipse.ui.IEditorInput
 
- 
 
getToolTipText
public java.lang.String getToolTipText()
- 
- Specified by:
- getToolTipTextin interface- org.eclipse.ui.IEditorInput
 
- 
 
getAdapter
public java.lang.Object getAdapter(java.lang.Class adapter)
- 
- Specified by:
- getAdapterin interface- org.eclipse.core.runtime.IAdaptable
 
- 
 
getTable
public Table getTable()
- 
 
- 
 
equals
public boolean equals(java.lang.Object o)
- 
- Overrides:
- equalsin class- java.lang.Object
 
-