gov.nasa.pds.registry.ui.client
Class Tab.TabInfo

java.lang.Object
  extended by 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.


Constructor Summary
Tab.TabInfo(String name, String desc)
           
 
Method Summary
abstract  Tab createInstance()
           
 String getColor()
           
 String getDescription()
           
 Tab getInstance()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tab.TabInfo

public Tab.TabInfo(String name,
                   String desc)
Method Detail

createInstance

public abstract Tab createInstance()

getColor

public String getColor()

getDescription

public String getDescription()

getInstance

public final Tab getInstance()

getName

public String getName()


Copyright © 2010–2014 Planetary Data System. All rights reserved.