Uses of Interface
com.sas.visuals.TabButtonInterface

Packages that use TabButtonInterface
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of TabButtonInterface in com.sas.visuals
 

Classes in com.sas.visuals that implement TabButtonInterface
 class TabButton
          TabButton is a subclass of ToggleButton that implements the TabButtonInterface.
 

Methods in com.sas.visuals that return TabButtonInterface
 TabButtonInterface TabbedView.getTab(java.awt.Container view)
          Get the TabButtonInterface object associated with the specified View(container).
 TabButtonInterface TabbedView.getTab(int index)
          Get the TabButtonInterface object at the specified index.
 TabButtonInterface TabbedView.getTab(java.lang.Object item)
          Get the TabButtonInterface object with the specified item property.
 TabButtonInterface TabFolderInterface.getTabButton()
          Get the TabButtonInterface that is associated with the folder.
 TabButtonInterface TabFolder.getTabButton()
          Get the TabButtonInterface object associated with this panel.
 

Methods in com.sas.visuals with parameters of type TabButtonInterface
 void TabbedView.add(TabButtonInterface tab, java.awt.Container newView, java.lang.Integer grpIndex)
          Add a View(container) to the TabbedView with an associated tab on the specified group(row) grpIndex and added at the end of the component list.
 void TabbedView.add(TabButtonInterface tab, java.awt.Container newView, java.lang.Integer grpIndex, int index)
          Add a View(container) to the TabbedView with an associated tab on the specified group(row) grpIndex and inserted at index.
 int TabBar.getIndex(TabButtonInterface tab)
          Get the index of the specified tab.
 int TabBarInterface.getTabGroupIndex(TabButtonInterface tab)
          Get the index of the group this tab belongs to.
 int TabBar.getTabGroupIndex(TabButtonInterface tab)
          Get the item property of the selected TabButtonInterface object.
 java.awt.Container TabbedView.getView(TabButtonInterface tab)
          Get the View(container) associated with the specified tab.
 void TabFolderInterface.setTabButton(TabButtonInterface newTabButton)
          Get the TabButtonInterface that is associated with the folder.
 void TabFolder.setTabButton(TabButtonInterface newTabButton)
          Set the TabButtonInterface object associated with this panel.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.