de.unihalle.informatik.Alida.grappa
Class ALDGrappaLinkDataIOSwing

java.lang.Object
  extended by de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter
      extended by de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent
          extended by de.unihalle.informatik.Alida.grappa.ALDGrappaLinkDataIOSwing

public class ALDGrappaLinkDataIOSwing
extends ALDSwingComponent

Graphical component to represent Grappa links in Alida config windows.

Note, this is not a real provider. It is not registered on startup, i.e. objects of this class have to instantiated explicitly outside the framework of automatic provider handling.

Author:
moeller

Nested Class Summary
 class ALDGrappaLinkDataIOSwing.GrappaLinkTextField
           
 
Field Summary
(package private)  ALDGrappaLinkDataIOSwing.GrappaLinkTextField textField
           
 
Fields inherited from class de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter
listenerList
 
Constructor Summary
ALDGrappaLinkDataIOSwing(java.lang.String value)
           
 
Method Summary
 void disableComponent()
          Method to disable the component, i.e. all graphical elements, to prohibit parameter changes.
 void enableComponent()
          Method to enable the component with all graphical elements again.
 javax.swing.JComponent getJComponent()
          Method to request the provider's GUI element.
 void setValue(java.lang.String val)
           
 
Methods inherited from class de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter
addValueChangeEventListener, fireALDSwingValueChangeEvent, removeValueChangeEventListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textField

ALDGrappaLinkDataIOSwing.GrappaLinkTextField textField
Constructor Detail

ALDGrappaLinkDataIOSwing

public ALDGrappaLinkDataIOSwing(java.lang.String value)
Method Detail

disableComponent

public void disableComponent()
Description copied from class: ALDSwingComponent
Method to disable the component, i.e. all graphical elements, to prohibit parameter changes.

Specified by:
disableComponent in class ALDSwingComponent

enableComponent

public void enableComponent()
Description copied from class: ALDSwingComponent
Method to enable the component with all graphical elements again.

Specified by:
enableComponent in class ALDSwingComponent

getJComponent

public javax.swing.JComponent getJComponent()
Description copied from class: ALDSwingComponent
Method to request the provider's GUI element.

Specified by:
getJComponent in class ALDSwingComponent
Returns:
Component to be integrated in a graphical user interface.

setValue

public void setValue(java.lang.String val)