Uses of Class
com.metamatrix.toolbox.ui.widget.SpacerWidget

Packages that use SpacerWidget
com.metamatrix.toolbox.ui.widget   
 

Uses of SpacerWidget in com.metamatrix.toolbox.ui.widget
 

Methods in com.metamatrix.toolbox.ui.widget that return SpacerWidget
static SpacerWidget SpacerWidget.createHorizontalExpandableSpacer()
          Creates an invisible component with no height that can expand horizontally.
static SpacerWidget SpacerWidget.createHorizontalSpacer()
          Creates an invisible component with no height and a default fixed width.
static SpacerWidget SpacerWidget.createHorizontalSpacer(int width)
          Creates an invisible component with no height and the specified fixed width.
static SpacerWidget SpacerWidget.createVerticalExpandableSpacer()
          Creates an invisible component with no width that can expand vertically.
static SpacerWidget SpacerWidget.createVerticalSpacer()
          Creates an invisible component with no width and a default fixed height (The height of the current font).
static SpacerWidget SpacerWidget.createVerticalSpacer(int height)
          Creates an invisible component with no width and the specified fixed height.
 

Methods in com.metamatrix.toolbox.ui.widget with parameters of type SpacerWidget
 int DialogPanel.addNavigationSpacer(SpacerWidget spacer)
          Adds the specified spacer immediately before the space in front of the cancel button.
 void DialogPanel.addNavigationSpacer(SpacerWidget spacer, int index)
          Adds the specified spacer to the navigation bar at the specified index.
 void DialogPanel.removeNavigationSpacer(SpacerWidget spacer)
          Removes the specified spacer from the navigation bar.
 



Copyright © 2009. All Rights Reserved.