|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.gene.GeneDataProvider.RendererSite
public final class GeneDataProvider.RendererSite
Represents the renderer with its environment.
Field Summary | |
---|---|
String |
id
An unique integer id. |
IRenderer |
renderer
The renderer instance. |
Constructor Summary | |
---|---|
GeneDataProvider.RendererSite(IRenderer renderer,
sk.baka.xml.gene.CoordinatorInputKey input)
Constructor. |
Method Summary | |
---|---|
sk.baka.ikslibs.modify.IChangeCollector |
getSource()
Returns the source object. |
void |
init()
Initializes (or reinitializes) the renderer. |
boolean |
isNew()
Checks if this renderer is new or being reused. |
void |
setSource(Source source)
Sets given source to the renderer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final IRenderer renderer
public final String id
Constructor Detail |
---|
public GeneDataProvider.RendererSite(IRenderer renderer, sk.baka.xml.gene.CoordinatorInputKey input)
renderer
- the renderer instance.input
- the input path identifier.Method Detail |
---|
public void setSource(Source source)
source
- the source to set.public sk.baka.ikslibs.modify.IChangeCollector getSource()
public boolean isNew()
false
if the renderer is not new and needs to
reinitialize instead of initialization.public void init() throws EditorException
EditorException
- if initialization fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |