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
 
Fields inherited from class de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter
listenerList
 
Constructor Summary
ALDGrappaLinkDataIOSwing(String value)
           
 
Method Summary
 void disableComponent()
          Method to disable the component, i.e. all graphical elements, to prohibit parameter changes.
 void dispose()
          Releases all resources, i.e. closes all sub-windows.
 void enableComponent()
          Method to enable the component with all graphical elements again.
 JComponent getJComponent()
          Method to request the provider's GUI element.
 void setValue(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
 

Constructor Detail

ALDGrappaLinkDataIOSwing

public ALDGrappaLinkDataIOSwing(String value)
Method Detail

setValue

public void setValue(String val)

getJComponent

public 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.

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

dispose

public void dispose()
Description copied from class: ALDSwingComponent
Releases all resources, i.e. closes all sub-windows.

Specified by:
dispose in class ALDSwingComponent


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.