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 GEF
3.3

org.eclipse.gef
Interface RootEditPart

All Superinterfaces:
EditPart
All Known Implementing Classes:
GraphicalRootEditPart, RootTreeEditPart, SimpleRootEditPart

public interface RootEditPart
extends EditPart

A RootEditPart is the root of an EditPartViewer. It bridges the gap between the EditPartViewer and its contents. It does not correspond to anything in the model, and typically can not be interacted with by the User. The Root provides a homogeneous context for the applications "real" EditParts.


Field Summary
 
Fields inherited from interface org.eclipse.gef. EditPart
SELECTED, SELECTED_NONE, SELECTED_PRIMARY
 
Method Summary
  EditPart getContents ()
          Returns the contents EditPart.
  EditPartViewer getViewer ()
          Returns the root's EditPartViewer.
 void setContents ( EditPart editpart)
          Sets the contents EditPart.
 void setViewer ( EditPartViewer viewer)
          Sets the root's EditPartViewer.
 
Methods inherited from interface org.eclipse.gef. EditPart
activate, addEditPartListener, addNotify, deactivate, eraseSourceFeedback, eraseTargetFeedback, getChildren, getCommand, getDragTracker, getEditPolicy, getModel, getParent, getRoot, getSelected, getTargetEditPart, hasFocus, installEditPolicy, isActive, isSelectable, performRequest, refresh, removeEditPartListener, removeEditPolicy, removeNotify, setFocus, setModel, setParent, setSelected, showSourceFeedback, showTargetFeedback, understandsRequest
 

Method Detail

getContents

public 
EditPart getContents()
Returns the contents EditPart. A RootEditPart only has a single child, called its contents.

Returns:
the contents.

getViewer

public 
EditPartViewer getViewer()
Returns the root's EditPartViewer.

Specified by:
getViewer in interface EditPart
Returns:
The EditPartViewer

setContents

public void setContents(
EditPart editpart)
Sets the contents EditPart. A RootEditPart only has a single child, called its contents.

Parameters:
editpart - the contents

setViewer

public void setViewer(
EditPartViewer viewer)
Sets the root's EditPartViewer.

Parameters:
viewer - the EditPartViewer

Eclipse GEF
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

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