|
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.JTree
gate.gui.OracleDatastoreViewer
public class OracleDatastoreViewer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JTree |
---|
JTree.AccessibleJTree, JTree.DynamicUtilTreeNode, JTree.EmptySelectionModel, JTree.TreeModelHandler, JTree.TreeSelectionRedirector |
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.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 | |
---|---|
OracleDatastoreViewer()
|
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 OracleDatastoreViewer()
Method Detail |
---|
public void cleanup()
Resource
cleanup
in interface Resource
public FeatureMap getFeatures()
getFeatures
in interface FeatureBearer
public void setFeatures(FeatureMap features)
setFeatures
in interface FeatureBearer
public Object getParameterValue(String paramaterName) throws ResourceInstantiationException
getParameterValue
in interface Resource
paramaterName
- the name of the parameter
ResourceInstantiationException
public void setParameterValue(String paramaterName, Object parameterValue) throws ResourceInstantiationException
setParameterValue
in interface Resource
paramaterName
- the name for the parameteerparameterValue
- the value the parameter will receive
ResourceInstantiationException
public void setParameterValues(FeatureMap parameters) throws ResourceInstantiationException
setParameterValues
in interface Resource
parameters
- a feature map that has paramete names as keys and
parameter values as values.
ResourceInstantiationException
public Resource init() throws ResourceInstantiationException
init
in interface Resource
ResourceInstantiationException
public void clear()
public void setTarget(Object target)
VisualResource
setTarget
in interface VisualResource
target
- the object (be it a Resource
,
DataStore
or whatever) this viewer has to displaypublic void setHandle(Handle handle)
VisualResource
setHandle
in interface VisualResource
protected 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 DatastoreListener
public void resourceDeleted(DatastoreEvent e)
DatastoreListener
resourceDeleted
in interface DatastoreListener
public 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 |