org.utgenome.gwt.utgb.client
Class UTGBEntryPointBase

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.UTGBEntryPointBase
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class UTGBEntryPointBase
extends Object
implements com.google.gwt.core.client.EntryPoint


Nested Class Summary
 class UTGBEntryPointBase.KeyboardShortcut
          Defines keyboard shortcuts
 
Constructor Summary
UTGBEntryPointBase()
           
 
Method Summary
static int computeTrackWidth()
           
 void displayTrackView()
           
 com.google.gwt.user.client.ui.DockPanel getBasePanel()
           
 TrackGroup getTrackGroup()
           
 TrackQueue getTrackQueue()
           
static void hideLoadingMessage()
           
 void loadView(String viewName)
          load the view XML file from the public/view folder.
 void main()
           
 void onModuleLoad()
           
static void showErrorMessage(String message)
           
static void showLoadingMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTGBEntryPointBase

public UTGBEntryPointBase()
Method Detail

getTrackGroup

public TrackGroup getTrackGroup()

getTrackQueue

public TrackQueue getTrackQueue()

getBasePanel

public com.google.gwt.user.client.ui.DockPanel getBasePanel()

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

computeTrackWidth

public static int computeTrackWidth()

displayTrackView

public void displayTrackView()

loadView

public void loadView(String viewName)
load the view XML file from the public/view folder.

Parameters:
viewXMLPath -

main

public void main()

showErrorMessage

public static void showErrorMessage(String message)

hideLoadingMessage

public static void hideLoadingMessage()

showLoadingMessage

public static void showLoadingMessage()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.