Interface Tags

All Known Implementing Classes:
Document

public interface Tags

This class contains the tags used in the file format of the application; the tags are contained in an array who's first element indicates the length.


Field Summary
static java.lang.String[] tag
           
 
Method Summary
 boolean isTag(java.lang.String value)
          The method isTag must be implemented from the class that wants to use the tags to discover wheter a String value is a tag
 

Field Detail

tag

public static final java.lang.String[] tag
Method Detail

isTag

public boolean isTag(java.lang.String value)
The method isTag must be implemented from the class that wants to use the tags to discover wheter a String value is a tag
See Also:
UserInterface