com.sas.visuals
Interface TabFolderInterface

All Known Implementing Classes:
CustomizerPanel, RemoteObjectCustomizerPanel, TabFolder

public interface TabFolderInterface

TabFolderInterface is an interface that contains a tabButton property. It is used to add a java.awt.container view and associated com.sas.visuals.TabButtonInterface tab to the TabbedView.

See Also:
TabButton, TabButtonInterface, TabbedView

Method Summary
 TabButtonInterface getTabButton()
          Get the TabButtonInterface that is associated with the folder.
 void setTabButton(TabButtonInterface newTabButton)
          Get the TabButtonInterface that is associated with the folder.
 

Method Detail

getTabButton

TabButtonInterface getTabButton()
Get the TabButtonInterface that is associated with the folder.

Returns:
the TabButtonInterface associated with the folder
See Also:
setTabButton(com.sas.visuals.TabButtonInterface)

setTabButton

void setTabButton(TabButtonInterface newTabButton)
Get the TabButtonInterface that is associated with the folder.

See Also:
setTabButton(com.sas.visuals.TabButtonInterface)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.