de.unibi.airobots.resaidroid
Class TabComponentMap

java.lang.Object
  extended by de.unibi.airobots.resaidroid.TabComponentMap

public class TabComponentMap
extends java.lang.Object


Constructor Summary
TabComponentMap()
          Initialize classes map with several pairs of Component and TabClass
 
Method Summary
static java.lang.String getComponent(java.lang.String _class)
          Returns the Component for a given TabClass
static java.lang.String getTabClass(java.lang.String component)
          Returns the TabClass for a given component
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabComponentMap

public TabComponentMap()
Initialize classes map with several pairs of Component and TabClass

Method Detail

getTabClass

public static java.lang.String getTabClass(java.lang.String component)
Returns the TabClass for a given component

Parameters:
component - to find TabClass for
Returns:
name of TabClass

getComponent

public static java.lang.String getComponent(java.lang.String _class)
Returns the Component for a given TabClass

Parameters:
_class - to find Component for
Returns:
name of Component