Uses of Class
de.unihalle.informatik.Alida.dataio.ALDDataIOManagerSwing.ProviderInteractionLevel

Packages that use ALDDataIOManagerSwing.ProviderInteractionLevel
de.unihalle.informatik.Alida.dataio Package containing I/O related classes like managers and providers. 
de.unihalle.informatik.Alida.gui Package containing GUI components for interactive operator selection/control. 
 

Uses of ALDDataIOManagerSwing.ProviderInteractionLevel in de.unihalle.informatik.Alida.dataio
 

Methods in de.unihalle.informatik.Alida.dataio that return ALDDataIOManagerSwing.ProviderInteractionLevel
 ALDDataIOManagerSwing.ProviderInteractionLevel ALDDataIOManagerSwing.getProviderInteractionLevel()
          Returns the current level of provider interaction.
static ALDDataIOManagerSwing.ProviderInteractionLevel ALDDataIOManagerSwing.ProviderInteractionLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ALDDataIOManagerSwing.ProviderInteractionLevel[] ALDDataIOManagerSwing.ProviderInteractionLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.unihalle.informatik.Alida.dataio with parameters of type ALDDataIOManagerSwing.ProviderInteractionLevel
 void ALDDataIOManagerSwing.setProviderInteractionLevel(ALDDataIOManagerSwing.ProviderInteractionLevel level)
          Set the level of provider interaction which is allowed.
 

Uses of ALDDataIOManagerSwing.ProviderInteractionLevel in de.unihalle.informatik.Alida.gui
 

Fields in de.unihalle.informatik.Alida.gui declared as ALDDataIOManagerSwing.ProviderInteractionLevel
protected  ALDDataIOManagerSwing.ProviderInteractionLevel ALDOperatorConfigurationFrame.pLevel
          Level of interaction providers are allowed to perform.
 

Methods in de.unihalle.informatik.Alida.gui with parameters of type ALDDataIOManagerSwing.ProviderInteractionLevel
 void ALDOperatorConfigurationFrame.setProviderInteractionLevel(ALDDataIOManagerSwing.ProviderInteractionLevel pl)
          Specify the provider interaction level.
 

Constructors in de.unihalle.informatik.Alida.gui with parameters of type ALDDataIOManagerSwing.ProviderInteractionLevel
ALDOperatorParamDisplayFrame(ALDOperator operator, ALDDataIOManagerSwing.ProviderInteractionLevel pLevel)
          Constructor.
ALDOperatorResultFrame(ALDOperator operator, ALDDataIOManagerSwing.ProviderInteractionLevel pLevel)
          Constructor.
 



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