Uses of Interface
javax.rad.ui.container.IToolBar

Packages that use IToolBar
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.container Contains Swing container implementations based on the platform and technology independent interface definitions. 
javax.rad.genui.container Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
javax.rad.ui.container Contains all interfaces to develop containers for a graphical user interface. 
 

Uses of IToolBar in com.sibvisions.rad.ui.swing.impl
 

Methods in com.sibvisions.rad.ui.swing.impl that return IToolBar
 IToolBar SwingFactory.createToolBar()
          Creates a new instance of IToolBar.
 

Uses of IToolBar in com.sibvisions.rad.ui.swing.impl.container
 

Classes in com.sibvisions.rad.ui.swing.impl.container that implement IToolBar
 class SwingToolBar
          The SwingToolBar is the IToolBar implementation for swing.
 

Methods in com.sibvisions.rad.ui.swing.impl.container that return IToolBar
 IToolBar SwingToolBarPanel.getToolBar(int pIndex)
          Gets the IToolBar from a specific index.
 IToolBar SwingAbstractFrame.getToolBar(int pIndex)
          Gets the IToolBar from a specific index.
 

Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type IToolBar
 void SwingToolBarPanel.addToolBar(IToolBar pToolBar)
          Adds a toolbar to this panel as last component.
 void SwingAbstractFrame.addToolBar(IToolBar pToolBar)
          Adds a toolbar to this panel as last component.
 void SwingToolBarPanel.addToolBar(IToolBar pToolBar, int pIndex)
          Adds a toolbar to this panel at a specified index.
 void SwingAbstractFrame.addToolBar(IToolBar pToolBar, int pIndex)
          Adds a toolbar to this panel at a specified index.
 int SwingToolBarPanel.indexOfToolBar(IToolBar pToolBar)
          Gets the nth position of an IToolBar in this panel.
 int SwingAbstractFrame.indexOfToolBar(IToolBar pToolBar)
          Gets the nth position of an IToolBar in this panel.
 void SwingToolBarPanel.removeToolBar(IToolBar pToolBar)
          Removes a toolbar from this panel.
 void SwingAbstractFrame.removeToolBar(IToolBar pToolBar)
          Removes a toolbar from this panel.
 

Uses of IToolBar in javax.rad.genui.container
 

Classes in javax.rad.genui.container that implement IToolBar
 class UIToolBar
          Platform and technology independent TabSetPanel.
 

Methods in javax.rad.genui.container that return IToolBar
 IToolBar UIToolBarPanel.getToolBar(int pIndex)
          Gets the IToolBar from a specific index.
 IToolBar InternalToolBarPanel.getToolBar(int pIndex)
          Gets the IToolBar from a specific index.
 IToolBar AbstractFrame.getToolBar(int pIndex)
          Gets the IToolBar from a specific index.
 

Methods in javax.rad.genui.container with parameters of type IToolBar
 void UIToolBarPanel.addToolBar(IToolBar pToolBar)
          Adds a toolbar to this panel as last component.
 void AbstractFrame.addToolBar(IToolBar pToolBar)
          Adds a toolbar to this panel as last component.
 void UIToolBarPanel.addToolBar(IToolBar pToolBar, int pIndex)
          Adds a toolbar to this panel at a specified index.
 void InternalToolBarPanel.addToolBar(IToolBar pToolBar, int pIndex)
          Adds a toolbar to this panel at a specified index.
 void AbstractFrame.addToolBar(IToolBar pToolBar, int pIndex)
          Adds a toolbar to this panel at a specified index.
 int UIToolBarPanel.indexOfToolBar(IToolBar pToolBar)
          Gets the nth position of an IToolBar in this panel.
 int InternalToolBarPanel.indexOfToolBar(IToolBar pToolBar)
          Gets the nth position of an IToolBar in this panel.
 int AbstractFrame.indexOfToolBar(IToolBar pToolBar)
          Gets the nth position of an IToolBar in this panel.
 void UIToolBarPanel.removeToolBar(IToolBar pToolBar)
          Removes a toolbar from this panel.
 void InternalToolBarPanel.removeToolBar(IToolBar pToolBar)
          Removes a toolbar from this panel.
 void AbstractFrame.removeToolBar(IToolBar pToolBar)
          Removes a toolbar from this panel.
 

Constructors in javax.rad.genui.container with parameters of type IToolBar
UIToolBar(IToolBar pToolBar)
          Creates a new instance of UIToolBar with the given toolbar.
 

Uses of IToolBar in javax.rad.ui
 

Methods in javax.rad.ui that return IToolBar
 IToolBar IFactory.createToolBar()
          Creates a new instance of IToolBar.
 

Uses of IToolBar in javax.rad.ui.container
 

Methods in javax.rad.ui.container that return IToolBar
 IToolBar IToolBarPanel.getToolBar(int pIndex)
          Gets the IToolBar from a specific index.
 

Methods in javax.rad.ui.container with parameters of type IToolBar
 void IToolBarPanel.addToolBar(IToolBar pToolBar)
          Adds a toolbar to this panel as last component.
 void IToolBarPanel.addToolBar(IToolBar pToolBar, int pIndex)
          Adds a toolbar to this panel at a specified index.
 int IToolBarPanel.indexOfToolBar(IToolBar pToolBar)
          Gets the nth position of an IToolBar in this panel.
 void IToolBarPanel.removeToolBar(IToolBar pToolBar)
          Removes a toolbar from this panel.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.