Package org.eclipse.epsilon.picto
Class ViewTree
java.lang.Object
org.eclipse.epsilon.picto.ViewTree
-
Field Summary
Modifier and TypeFieldDescriptionprotected ViewContent
protected String
protected String
protected String
protected ViewTree
protected Integer
protected ContentPromise
protected org.eclipse.swt.graphics.Point
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getContents
(PictoView pictoView) getContentsText
(PictoView pictoView) Concatenates the result ofgetContents(PictoView)
where eachViewContent.getText()
) is separated by a new line.getIcon()
getName()
getPath()
org.eclipse.swt.graphics.Point
void
protected void
preserveLayerState
(ViewTree existing, ViewTree _new) void
setContent
(ViewContent content) void
void
void
void
void
void
setPatches
(List<Patch> patches) void
setPosition
(Integer position) void
setPromise
(ContentPromise promise) void
setScrollPosition
(org.eclipse.swt.graphics.Point scrollPosition) toString()
-
Field Details
-
children
-
promise
-
name
-
format
-
icon
-
patches
-
parent
-
scrollPosition
protected org.eclipse.swt.graphics.Point scrollPosition -
cachedContent
-
layers
-
baseUris
-
position
-
-
Constructor Details
-
ViewTree
public ViewTree() -
ViewTree
-
ViewTree
-
ViewTree
-
ViewTree
-
ViewTree
-
-
Method Details
-
add
-
ingest
-
preserveLayerState
-
getName
-
setName
-
getChildren
-
setParent
-
getParent
-
getContent
-
getPatches
-
setPatches
-
getContents
-
getContentsText
Concatenates the result ofgetContents(PictoView)
where eachViewContent.getText()
) is separated by a new line.- Parameters:
pictoView
-- Returns:
- Since:
- 2.2
-
setPromise
-
getPromise
-
getFormat
-
setFormat
-
setIcon
-
getIcon
-
getScrollPosition
public org.eclipse.swt.graphics.Point getScrollPosition() -
setScrollPosition
public void setScrollPosition(org.eclipse.swt.graphics.Point scrollPosition) -
getLayers
-
setLayers
-
toString
-
getPath
-
forPath
-
getFirstWithContent
-
clearCache
public void clearCache() -
getBaseUris
-
setContent
-
getCachedContent
-
getPosition
-
setPosition
-