cz.zcu.fav.kiv.editor.utils
Class TagControl

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.utils.TagControl

public class TagControl
extends java.lang.Object

The TagControl class controls the components and values of parameters and attributes.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Constructor Summary
TagControl()
           
 
Method Summary
static void controlSetTypeValue(Type type, java.lang.String value)
          Controls if the input value corresponds to the Type component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagControl

public TagControl()
Method Detail

controlSetTypeValue

public static void controlSetTypeValue(Type type,
                                       java.lang.String value)
                                throws ParserException
Controls if the input value corresponds to the Type component.

Parameters:
type - the type with the component.
value - the new value for controlling.
Throws:
ParserException