| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.uniba.euromath.gene.GeneDataProvider.RendererSite
public final class GeneDataProvider.RendererSite
Represents the renderer with its environment.
| Field Summary | |
|---|---|
|  String | idAn unique integer id. | 
|  IRenderer | rendererThe renderer instance. | 
| Constructor Summary | |
|---|---|
| GeneDataProvider.RendererSite(IRenderer renderer,
                              CoordinatorInputKey input)Constructor. | |
| Method Summary | |
|---|---|
|  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,
                                     CoordinatorInputKey input)
renderer - the renderer instance.input - the input path identifier.| Method Detail | 
|---|
public void setSource(Source source)
source - the source to set.public 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 | |||||||||