|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.ui.xml.UIHandlerImpl
public class UIHandlerImpl
Field Summary | |
---|---|
BlackBoard |
blackboard
|
static boolean |
DEBUG
|
GMenuBar |
menubar
|
static char |
menueIndexChar
determines the character which if put before a character in the string of the label, that character will be set to it's mnemonics |
GSidebar |
sidebar
|
GStatusBar |
statusbar
|
GToolbar |
toolbar
|
Fields inherited from interface graphlab.platform.preferences.lastsettings.StorableOnExit |
---|
SETTINGS |
Constructor Summary | |
---|---|
UIHandlerImpl(GFrame gFrame,
BlackBoard bb,
java.util.HashMap<java.lang.String,AbstractAction> actions,
java.lang.Class resClass)
|
Method Summary | |
---|---|
void |
end_menues()
A container element end event handling method. |
void |
end_sidebar()
|
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_sidebar(org.xml.sax.Attributes meta)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
public GToolbar toolbar
public BlackBoard blackboard
public static final char menueIndexChar
public GStatusBar statusbar
public GMenuBar menubar
public GSidebar sidebar
Constructor Detail |
---|
public UIHandlerImpl(GFrame gFrame, BlackBoard bb, java.util.HashMap<java.lang.String,AbstractAction> actions, java.lang.Class resClass)
Method Detail |
---|
public void start_toolbar(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
start_toolbar
in interface UIHandler
meta
- attributes
org.xml.sax.SAXException
public void handle_tool(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
handle_tool
in interface UIHandler
org.xml.sax.SAXException
public void end_toolbar() throws org.xml.sax.SAXException
UIHandler
end_toolbar
in interface UIHandler
org.xml.sax.SAXException
public void start_toolbars(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
start_toolbars
in interface UIHandler
meta
- attributes
org.xml.sax.SAXException
public void end_toolbars() throws org.xml.sax.SAXException
UIHandler
end_toolbars
in interface UIHandler
org.xml.sax.SAXException
public void handle_bar(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
handle_bar
in interface UIHandler
org.xml.sax.SAXException
public void start_menues(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
start_menues
in interface UIHandler
meta
- attributes
org.xml.sax.SAXException
public void start_submenu(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
start_submenu
in interface UIHandler
meta
- attributes
org.xml.sax.SAXException
public void handle_menu(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
handle_menu
in interface UIHandler
org.xml.sax.SAXException
public void end_submenu() throws org.xml.sax.SAXException
UIHandler
end_submenu
in interface UIHandler
org.xml.sax.SAXException
public void end_menues() throws org.xml.sax.SAXException
UIHandler
end_menues
in interface UIHandler
org.xml.sax.SAXException
public void handle_action(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
handle_action
in interface UIHandler
org.xml.sax.SAXException
public void start_sidebar(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void handle_sidebar(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
handle_sidebar
in interface UIHandler
org.xml.sax.SAXException
public void end_sidebar() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void handle_body(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
UIHandler
handle_body
in interface UIHandler
org.xml.sax.SAXException
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |