|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JScrollPane
gate.gui.SerialDatastoreViewer
public class SerialDatastoreViewer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JScrollPane |
|---|
JScrollPane.AccessibleJScrollPane, JScrollPane.ScrollBar |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected FeatureMap |
features
|
| Fields inherited from class javax.swing.JScrollPane |
|---|
columnHeader, horizontalScrollBar, horizontalScrollBarPolicy, lowerLeft, lowerRight, rowHeader, upperLeft, upperRight, verticalScrollBar, verticalScrollBarPolicy, viewport |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
SerialDatastoreViewer()
|
|
| Method Summary | |
|---|---|
void |
cleanup()
Clears the internal data of the resource, when it gets released |
void |
clear()
|
protected void |
fireProcessFinished()
|
protected void |
fireProgressChanged(int e)
|
protected void |
fireStatusChanged(String e)
|
FeatureMap |
getFeatures()
Accessor for features. |
Object |
getParameterValue(String paramaterName)
Gets the value of a parameter of this resource. |
Resource |
init()
Initialise this resource, and return it. |
protected void |
initGuiComponents()
|
protected void |
initListeners()
|
protected void |
initLocalData()
|
void |
resourceAdopted(DatastoreEvent e)
Called by a datastore when a new resource has been adopted |
void |
resourceDeleted(DatastoreEvent e)
Called by a datastore when a resource has been deleted |
void |
resourceWritten(DatastoreEvent e)
Called by a datastore when a resource has been wrote into the datastore |
void |
setFeatures(FeatureMap features)
Mutator for features |
void |
setHandle(Handle handle)
Used by the main GUI to tell this VR what handle created it. |
void |
setParameterValue(String paramaterName,
Object parameterValue)
Sets the value for a specified parameter. |
void |
setParameterValues(FeatureMap parameters)
Sets the values for more parameters in one step. |
void |
setTarget(Object target)
Called by the GUI when this viewer/editor has to initialise itself for a specific object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface gate.util.NameBearer |
|---|
getName, setName |
| Field Detail |
|---|
protected FeatureMap features
| Constructor Detail |
|---|
public SerialDatastoreViewer()
| Method Detail |
|---|
public void cleanup()
Resource
cleanup in interface Resourcepublic FeatureMap getFeatures()
getFeatures in interface FeatureBearerpublic void setFeatures(FeatureMap features)
setFeatures in interface FeatureBearer
public Object getParameterValue(String paramaterName)
throws ResourceInstantiationException
getParameterValue in interface ResourceparamaterName - the name of the parameter
ResourceInstantiationException
public void setParameterValue(String paramaterName,
Object parameterValue)
throws ResourceInstantiationException
setParameterValue in interface ResourceparamaterName - the name for the parameteerparameterValue - the value the parameter will receive
ResourceInstantiationException
public void setParameterValues(FeatureMap parameters)
throws ResourceInstantiationException
setParameterValues in interface Resourceparameters - a feature map that has paramete names as keys and
parameter values as values.
ResourceInstantiationException
public Resource init()
throws ResourceInstantiationException
init in interface ResourceResourceInstantiationExceptionpublic void clear()
public void setTarget(Object target)
VisualResource
setTarget in interface VisualResourcetarget - the object (be it a Resource,
DataStore or whatever) this viewer has to displaypublic void setHandle(Handle handle)
VisualResource
setHandle in interface VisualResourceprotected void fireProgressChanged(int e)
protected void fireProcessFinished()
protected void fireStatusChanged(String e)
protected void initLocalData()
protected void initGuiComponents()
protected void initListeners()
public void resourceAdopted(DatastoreEvent e)
DatastoreListener
resourceAdopted in interface DatastoreListenerpublic void resourceDeleted(DatastoreEvent e)
DatastoreListener
resourceDeleted in interface DatastoreListenerpublic void resourceWritten(DatastoreEvent e)
DatastoreListener
resourceWritten in interface DatastoreListener
|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||