Uses of Class
org.eml.MMAX2.annotation.scheme.MMAX2AnnotationScheme

Packages that use MMAX2AnnotationScheme
org.eml.MMAX2.annotation.markables   
org.eml.MMAX2.annotation.scheme   
org.eml.MMAX2.gui.windows   
 

Uses of MMAX2AnnotationScheme in org.eml.MMAX2.annotation.markables
 

Methods in org.eml.MMAX2.annotation.markables that return MMAX2AnnotationScheme
 MMAX2AnnotationScheme MarkableLevel.getCurrentAnnotationScheme()
           
 MMAX2AnnotationScheme MarkableLevel.updateAnnotationScheme()
           
 

Constructors in org.eml.MMAX2.annotation.markables with parameters of type MMAX2AnnotationScheme
MarkableLevel(org.apache.xerces.dom.DocumentImpl _markableDOM, java.lang.String _markableFileName, java.lang.String _markableLevelName, MMAX2AnnotationScheme _scheme, java.lang.String _customizationFileName)
          Creates new MarkableLevel
 

Uses of MMAX2AnnotationScheme in org.eml.MMAX2.annotation.scheme
 

Constructors in org.eml.MMAX2.annotation.scheme with parameters of type MMAX2AnnotationScheme
MMAX2Attribute(java.lang.String id, java.lang.String attributeName, int _type, org.w3c.dom.NodeList allChildren, MMAX2AnnotationScheme currentScheme, int width, java.lang.String tiptext, java.lang.String hintText, int _lineWidth, java.awt.Color _color, int _lineStyle, int _maxSize, java.lang.String _targetDomain, java.lang.String _add_instruction, java.lang.String _remove_instruction, java.lang.String _adopt_instruction, java.lang.String _merge_instruction, java.lang.String _point_to_markable_instruction, java.lang.String _remove_pointer_to_markable_instruction, float fontSize, boolean _dashed, java.lang.String _toShowInFlag)
          Creates new SchemeLevel.
 

Uses of MMAX2AnnotationScheme in org.eml.MMAX2.gui.windows
 

Fields in org.eml.MMAX2.gui.windows declared as MMAX2AnnotationScheme
 MMAX2AnnotationScheme MMAX2AttributePanel.scheme
           
 

Constructors in org.eml.MMAX2.gui.windows with parameters of type MMAX2AnnotationScheme
MMAX2AttributePanel(MMAX2AnnotationScheme _scheme)