gov.nasa.pds.registry.ui.client
Class Tab.TabInfo
java.lang.Object
gov.nasa.pds.registry.ui.client.Tab.TabInfo
- Enclosing class:
- Tab
public abstract static class Tab.TabInfo
- extends Object
Encapsulated information about a tab. Each tab is expected to have a
static init()
method that will be called by the atlas
search on startup.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tab.TabInfo
public Tab.TabInfo(String name,
String desc)
createInstance
public abstract Tab createInstance()
getColor
public String getColor()
getDescription
public String getDescription()
getInstance
public final Tab getInstance()
getName
public String getName()
Copyright © 2010-2011 Planetary Data System. All Rights Reserved.