GraphLab Project

graphlab.ui.xml
Interface UIHandler

All Known Implementing Classes:
UIHandlerImpl

public interface UIHandler


Method Summary
 void end_menues()
          A container element end event handling method.
 void end_submenu()
          A container element end event handling method.
 void end_toolbar()
          A container element end event handling method.
 void end_toolbars()
          A container element end event handling method.
 void handle_action(org.xml.sax.Attributes meta)
          An empty element event handling method.
 void handle_bar(org.xml.sax.Attributes meta)
          An empty element event handling method.
 void handle_body(org.xml.sax.Attributes meta)
          An empty element event handling method.
 void handle_menu(org.xml.sax.Attributes meta)
          An empty element event handling method.
 void handle_sidebar(org.xml.sax.Attributes meta)
          An empty element event handling method.
 void handle_tool(org.xml.sax.Attributes meta)
          An empty element event handling method.
 void start_menues(org.xml.sax.Attributes meta)
          A container element start event handling method.
 void start_submenu(org.xml.sax.Attributes meta)
          A container element start event handling method.
 void start_toolbar(org.xml.sax.Attributes meta)
          A container element start event handling method.
 void start_toolbars(org.xml.sax.Attributes meta)
          A container element start event handling method.
 

Method Detail

handle_sidebar

void handle_sidebar(org.xml.sax.Attributes meta)
                    throws org.xml.sax.SAXException
An empty element event handling method.

Parameters:
data - value or null
Throws:
org.xml.sax.SAXException

handle_action

void handle_action(org.xml.sax.Attributes meta)
                   throws org.xml.sax.SAXException
An empty element event handling method.

Parameters:
data - value or null
Throws:
org.xml.sax.SAXException

start_submenu

void start_submenu(org.xml.sax.Attributes meta)
                   throws org.xml.sax.SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
org.xml.sax.SAXException

end_submenu

void end_submenu()
                 throws org.xml.sax.SAXException
A container element end event handling method.

Throws:
org.xml.sax.SAXException

handle_bar

void handle_bar(org.xml.sax.Attributes meta)
                throws org.xml.sax.SAXException
An empty element event handling method.

Parameters:
data - value or null
Throws:
org.xml.sax.SAXException

start_toolbar

void start_toolbar(org.xml.sax.Attributes meta)
                   throws org.xml.sax.SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
org.xml.sax.SAXException

end_toolbar

void end_toolbar()
                 throws org.xml.sax.SAXException
A container element end event handling method.

Throws:
org.xml.sax.SAXException

start_toolbars

void start_toolbars(org.xml.sax.Attributes meta)
                    throws org.xml.sax.SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
org.xml.sax.SAXException

end_toolbars

void end_toolbars()
                  throws org.xml.sax.SAXException
A container element end event handling method.

Throws:
org.xml.sax.SAXException

handle_tool

void handle_tool(org.xml.sax.Attributes meta)
                 throws org.xml.sax.SAXException
An empty element event handling method.

Parameters:
data - value or null
Throws:
org.xml.sax.SAXException

handle_menu

void handle_menu(org.xml.sax.Attributes meta)
                 throws org.xml.sax.SAXException
An empty element event handling method.

Parameters:
data - value or null
Throws:
org.xml.sax.SAXException

start_menues

void start_menues(org.xml.sax.Attributes meta)
                  throws org.xml.sax.SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
org.xml.sax.SAXException

end_menues

void end_menues()
                throws org.xml.sax.SAXException
A container element end event handling method.

Throws:
org.xml.sax.SAXException

handle_body

void handle_body(org.xml.sax.Attributes meta)
                 throws org.xml.sax.SAXException
An empty element event handling method.

Parameters:
data - value or null
Throws:
org.xml.sax.SAXException

GraphLab Project