org.utgenome.gwt.utgb.client.ui.tab
Class TabEntry.TabEntryFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabEntry.TabEntryFactory
public TabEntry.TabEntryFactory(String name,
String description)
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.