Uses of Class
com.jalios.jcmsplugin.virtualdesktop.Tab

Packages that use Tab
com.jalios.jcmsplugin.virtualdesktop   
 

Uses of Tab in com.jalios.jcmsplugin.virtualdesktop
 

Methods in com.jalios.jcmsplugin.virtualdesktop that return Tab
 Tab Desktop.getSelectedTab()
          Retrieve the Tab to open when accessing this Desktop.
 Tab Desktop.getTab(String tabId)
          Retrieve a tab of this desktop from its id.
 

Methods in com.jalios.jcmsplugin.virtualdesktop that return types with arguments of type Tab
 List<Tab> Desktop.getTabList()
          Retrieve the list of tab of this Desktop.
 

Methods in com.jalios.jcmsplugin.virtualdesktop with parameters of type Tab
 void Desktop.addTab(Tab tab)
          Add the specified tab at the end of the current Tab list.
 void Desktop.removeTab(Tab tab)
          Remove the specified tab from the current Tab list.
 void Desktop.setSelectedTab(Tab tab)
          Set the Tab to be opened when accessing this Destkop
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.