GraphLab Project

graphlab.ui.xml
Class UIHandlerImpl

java.lang.Object
  extended by graphlab.ui.xml.UIHandlerImpl
All Implemented Interfaces:
StorableOnExit, UIHandler

public class UIHandlerImpl
extends java.lang.Object
implements UIHandler, StorableOnExit


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

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values

toolbar

public GToolbar toolbar

blackboard

public BlackBoard blackboard

menueIndexChar

public static final 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

See Also:
Constant Field Values

statusbar

public GStatusBar statusbar

menubar

public GMenuBar menubar

sidebar

public GSidebar sidebar
Constructor Detail

UIHandlerImpl

public UIHandlerImpl(GFrame gFrame,
                     BlackBoard bb,
                     java.util.HashMap<java.lang.String,AbstractAction> actions,
                     java.lang.Class resClass)
Method Detail

start_toolbar

public void start_toolbar(org.xml.sax.Attributes meta)
                   throws org.xml.sax.SAXException
Description copied from interface: UIHandler
A container element start event handling method.

Specified by:
start_toolbar in interface UIHandler
Parameters:
meta - attributes
Throws:
org.xml.sax.SAXException

handle_tool

public void handle_tool(org.xml.sax.Attributes meta)
                 throws org.xml.sax.SAXException
Description copied from interface: UIHandler
An empty element event handling method.

Specified by:
handle_tool in interface UIHandler
Throws:
org.xml.sax.SAXException

end_toolbar

public void end_toolbar()
                 throws org.xml.sax.SAXException
Description copied from interface: UIHandler
A container element end event handling method.

Specified by:
end_toolbar in interface UIHandler
Throws:
org.xml.sax.SAXException

start_toolbars

public void start_toolbars(org.xml.sax.Attributes meta)
                    throws org.xml.sax.SAXException
Description copied from interface: UIHandler
A container element start event handling method.

Specified by:
start_toolbars in interface UIHandler
Parameters:
meta - attributes
Throws:
org.xml.sax.SAXException

end_toolbars

public void end_toolbars()
                  throws org.xml.sax.SAXException
Description copied from interface: UIHandler
A container element end event handling method.

Specified by:
end_toolbars in interface UIHandler
Throws:
org.xml.sax.SAXException

handle_bar

public void handle_bar(org.xml.sax.Attributes meta)
                throws org.xml.sax.SAXException
Description copied from interface: UIHandler
An empty element event handling method.

Specified by:
handle_bar in interface UIHandler
Throws:
org.xml.sax.SAXException

start_menues

public void start_menues(org.xml.sax.Attributes meta)
                  throws org.xml.sax.SAXException
Description copied from interface: UIHandler
A container element start event handling method.

Specified by:
start_menues in interface UIHandler
Parameters:
meta - attributes
Throws:
org.xml.sax.SAXException

start_submenu

public void start_submenu(org.xml.sax.Attributes meta)
                   throws org.xml.sax.SAXException
Description copied from interface: UIHandler
A container element start event handling method.

Specified by:
start_submenu in interface UIHandler
Parameters:
meta - attributes
Throws:
org.xml.sax.SAXException

handle_menu

public void handle_menu(org.xml.sax.Attributes meta)
                 throws org.xml.sax.SAXException
Description copied from interface: UIHandler
An empty element event handling method.

Specified by:
handle_menu in interface UIHandler
Throws:
org.xml.sax.SAXException

end_submenu

public void end_submenu()
                 throws org.xml.sax.SAXException
Description copied from interface: UIHandler
A container element end event handling method.

Specified by:
end_submenu in interface UIHandler
Throws:
org.xml.sax.SAXException

end_menues

public void end_menues()
                throws org.xml.sax.SAXException
Description copied from interface: UIHandler
A container element end event handling method.

Specified by:
end_menues in interface UIHandler
Throws:
org.xml.sax.SAXException

handle_action

public void handle_action(org.xml.sax.Attributes meta)
                   throws org.xml.sax.SAXException
Description copied from interface: UIHandler
An empty element event handling method.

Specified by:
handle_action in interface UIHandler
Throws:
org.xml.sax.SAXException

start_sidebar

public void start_sidebar(org.xml.sax.Attributes meta)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

handle_sidebar

public void handle_sidebar(org.xml.sax.Attributes meta)
                    throws org.xml.sax.SAXException
Description copied from interface: UIHandler
An empty element event handling method.

Specified by:
handle_sidebar in interface UIHandler
Throws:
org.xml.sax.SAXException

end_sidebar

public void end_sidebar()
                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

handle_body

public void handle_body(org.xml.sax.Attributes meta)
                 throws org.xml.sax.SAXException
Description copied from interface: UIHandler
An empty element event handling method.

Specified by:
handle_body in interface UIHandler
Throws:
org.xml.sax.SAXException

GraphLab Project