sk.uniba.euromath.editor.xmlEditor
Interface IXMLEditPart

All Superinterfaces:
org.eclipse.gef.EditPart, org.eclipse.gef.GraphicalEditPart, IAdaptable
All Known Subinterfaces:
ITextPieceKeeper
All Known Implementing Classes:
TextEditPart, XMLEditPart

public interface IXMLEditPart
extends org.eclipse.gef.GraphicalEditPart

Author:
Tomáš Studva 21.8.2006

Field Summary
 
Fields inherited from interface org.eclipse.gef.EditPart
SELECTED, SELECTED_NONE, SELECTED_PRIMARY
 
Method Summary
 String getID()
          Returns id of document node, which this editpart represents.
 
Methods inherited from interface org.eclipse.gef.GraphicalEditPart
addNodeListener, getContentPane, getFigure, getSourceConnections, getTargetConnections, removeNodeListener, setLayoutConstraint
 
Methods inherited from interface org.eclipse.gef.EditPart
activate, addEditPartListener, addNotify, deactivate, eraseSourceFeedback, eraseTargetFeedback, getChildren, getCommand, getDragTracker, getEditPolicy, getModel, getParent, getRoot, getSelected, getTargetEditPart, getViewer, hasFocus, installEditPolicy, isActive, isSelectable, performRequest, refresh, removeEditPartListener, removeEditPolicy, removeNotify, setFocus, setModel, setParent, setSelected, showSourceFeedback, showTargetFeedback, understandsRequest
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getID

String getID()
Returns id of document node, which this editpart represents.

Returns:
id of node, or null


Copyright © 2003-2006 null. All Rights Reserved.