|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void handle_sidebar(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
data
- value or null
org.xml.sax.SAXException
void handle_action(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
data
- value or null
org.xml.sax.SAXException
void start_submenu(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_submenu() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void handle_bar(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
data
- value or null
org.xml.sax.SAXException
void start_toolbar(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_toolbar() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_toolbars(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_toolbars() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void handle_tool(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
data
- value or null
org.xml.sax.SAXException
void handle_menu(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
data
- value or null
org.xml.sax.SAXException
void start_menues(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_menues() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void handle_body(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
data
- value or null
org.xml.sax.SAXException
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |