GraphLab Project

Uses of Interface
graphlab.ui.xml.UIHandler

Packages that use UIHandler
graphlab.ui.xml   
 

Uses of UIHandler in graphlab.ui.xml
 

Classes in graphlab.ui.xml that implement UIHandler
 class UIHandlerImpl
           
 

Methods in graphlab.ui.xml with parameters of type UIHandler
static void UIParser.parse(org.xml.sax.InputSource input, UIHandler handler)
          The recognizer entry method taking an Inputsource.
static void UIParser.parse(java.net.URL url, UIHandler handler)
          The recognizer entry method taking a URL.
 

Constructors in graphlab.ui.xml with parameters of type UIHandler
UIParser(UIHandler handler, org.xml.sax.EntityResolver resolver)
          Creates a parser instance.
 


GraphLab Project