org.utgenome.gwt.utgb.client.ui.tab
Class TabEntry.TabEntryFactory

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.ui.tab.TabEntry.TabEntryFactory
Enclosing class:
TabEntry

public abstract static class TabEntry.TabEntryFactory
extends Object

Encapsulated information about a TabEntry.

Author:
leo

Constructor Summary
TabEntry.TabEntryFactory(String name, String description)
           
 
Method Summary
abstract  TabEntry createInstance()
           
 String getDescription()
           
 TabEntry getInstance()
           
 String getTabName()
           
 boolean isInstanciated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabEntry.TabEntryFactory

public TabEntry.TabEntryFactory(String name,
                                String description)
Method Detail

getDescription

public String getDescription()

getTabName

public String getTabName()

createInstance

public abstract TabEntry createInstance()

isInstanciated

public boolean isInstanciated()

getInstance

public final TabEntry getInstance()


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