Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui
Interface IInPlaceEditorInput

All Superinterfaces:
IAdaptable, IEditorInput, IPathEditorInput
All Known Implementing Classes:
FileInPlaceEditorInput

public interface IInPlaceEditorInput
extends IPathEditorInput

This interface defines an editor input for in-place editors.

Clients implementing this editor input interface should override Object.equals(Object) to answer true for two inputs that are the same. The IWorkbenchPage.openEditor APIs are dependent on this to find an editor with the same input.

Path-oriented editors should support this as a valid input type, and can allow full read-write editing of its content.

All editor inputs must implement the IAdaptable interface; extensions are managed by the platform's adapter manager.

Since:
3.0
See Also:
IInPlaceEditor

Method Summary
 void setInPlaceEditor ( IInPlaceEditor editor)
          Sets the in-place editor this input is associated with.
 
Methods inherited from interface org.eclipse.ui. IPathEditorInput
getPath
 
Methods inherited from interface org.eclipse.ui. IEditorInput
exists, getImageDescriptor, getName, getPersistable, getToolTipText
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 

Method Detail

setInPlaceEditor

void setInPlaceEditor(
IInPlaceEditor editor)
Sets the in-place editor this input is associated with.

Parameters:
editor - the in-place editor associated with this input or null to disassociate.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire