Uses of Interface
com.jgoodies.uif.util.Mode

Packages that use Mode
com.jgoodies.uif Contains abstract superclasses for dialogs, frames and views 
com.jgoodies.uif.builder Consist of classes that build menus and tool bars 
com.jgoodies.uif.component Contains component classes that extend or complement Swing component classes. 
com.jgoodies.uif.util Consist of general helper classes 
 

Uses of Mode in com.jgoodies.uif
 

Methods in com.jgoodies.uif that return Mode
static Mode AbstractDialog.getEscapeCancelsDefaultMode()
          Returns the default value for the escapeCancelsMode property.
 Mode AbstractDialog.getEscapeCancelsMode()
          Answers whether Escape cancels this dialog.
 

Methods in com.jgoodies.uif with parameters of type Mode
static void AbstractDialog.setEscapeCancelsDefaultMode(Mode defaultValue)
          Sets the application-wide default for the escapeCancelsMode property.
 void AbstractDialog.setEscapeCancelsMode(Mode escapeCancelsMode)
          Specifies whether this dialog will be canceled if Escape is pressed.
 

Uses of Mode in com.jgoodies.uif.builder
 

Methods in com.jgoodies.uif.builder that return Mode
static Mode ToolBarBuilder.getBorderPaintedDefaultMode()
          Returns the border painted default mode that is used to initialize the borderPaintedMode property.
 Mode ToolBarBuilder.getBorderPaintedMode()
          Returns this builder's border painted mode that is used to set the border painted mode in implicitly created tool bar buttons.
static Mode PopupMenuBuilder.getIconVisibleDefaultMode()
          Returns the default icon mode that is used as initial value of the iconVisibleMode property.
static Mode MenuBuilder.getIconVisibleDefaultMode()
          Returns the default icon mode that is used as initial value of the iconVisibleMode property.
 Mode PopupMenuBuilder.getIconVisibleMode()
          Returns the current icon mode that determines whether menu items created by createActionComponent(Action) get an icon or not.
 Mode MenuBuilder.getIconVisibleMode()
          Returns the current icon mode that determines whether menu items created by createActionComponent(Action) get an icon or not.
static Mode ToolBarBuilder.getWideMarginDefaultMode()
          Returns the wide margin default mode that is used to initialize the wideMarginMode property.
 Mode ToolBarBuilder.getWideMarginMode()
          Returns this builder's wide margin mode that is used to set the wide margin mode in implicitly created tool bar buttons.
 

Methods in com.jgoodies.uif.builder with parameters of type Mode
static void ToolBarBuilder.setBorderPaintedDefaultMode(Mode newDefaultMode)
          Sets a new border painted default mode that is used to initialize the borderPaintedMode property.
 void ToolBarBuilder.setBorderPaintedMode(Mode newMode)
          Sets a new border painted mode that is used to set the border painted mode in implicitly created tool bar buttons.
static void PopupMenuBuilder.setIconVisibleDefaultMode(Mode newDefaultMode)
          Sets a new default icon mode that is used as initial value for the iconVisibleMode property.
static void MenuBuilder.setIconVisibleDefaultMode(Mode newDefaultMode)
          Sets a new default icon mode that is used as initial value for the iconVisibleMode property.
 void PopupMenuBuilder.setIconVisibleMode(Mode newMode)
          Sets a new icon mode that determines whether menu items created by createActionComponent(Action) get an icon or not.
 void MenuBuilder.setIconVisibleMode(Mode newMode)
          Sets a new icon mode that determines whether menu items created by createActionComponent(Action) get an icon or not.
static void ToolBarBuilder.setWideMarginDefaultMode(Mode newDefaultMode)
          Sets a new wide margin default mode that is used to initialize the wideMarginMode property.
 void ToolBarBuilder.setWideMarginMode(Mode newMode)
          Sets a new wide margin mode that is used to set the border painted mode in implicitly created tool bar buttons.
 

Uses of Mode in com.jgoodies.uif.component
 

Methods in com.jgoodies.uif.component that return Mode
 Mode ToolBarToggleButton.getBorderPaintedMode()
          Returns this button's border painted mode that can be used to change the borderPainted property if the UI changes.
 Mode ToolBarButton.getBorderPaintedMode()
          Returns this button's border painted mode that can be used to change the borderPainted property if the UI changes.
 Mode UIFRadioButtonMenuItem.getIconVisibleMode()
          Returns the current icon mode that determines whether this item shows or hides an icon - if any.
 Mode UIFMenuItem.getIconVisibleMode()
          Returns the current icon mode that determines whether this item shows or hides an icon - if any.
 Mode UIFCheckBoxMenuItem.getIconVisibleMode()
          Returns the current icon mode that determines whether this item shows or hides an icon - if any.
 Mode UIFButton.getOpaqueMode()
          Returns this button's opaqueness mode that can be used to change the opaque property if the UI changes.
 Mode ToolBarToggleButton.getWideMarginMode()
          Returns this button's wide margin mode that can be used to change the button's margin during the configuration.
 Mode ToolBarButton.getWideMarginMode()
          Returns this button's wide margin mode that can be used to change the button's margin during the configuration.
 

Methods in com.jgoodies.uif.component with parameters of type Mode
 void ToolBarToggleButton.setBorderPaintedMode(Mode newMode)
          Sets a new border painted mode that can be used to change the borderPainted property if the UI changes.
 void ToolBarButton.setBorderPaintedMode(Mode newMode)
          Sets a new border painted mode that can be used to change the borderPainted property if the UI changes.
 void UIFRadioButtonMenuItem.setIconVisibleMode(Mode newMode)
          Sets a new icon visible mode that determines whether this item shows or hides an icon - if any.
 void UIFMenuItem.setIconVisibleMode(Mode newMode)
          Sets a new icon visible mode that determines whether this item shows or hides an icon - if any.
 void UIFCheckBoxMenuItem.setIconVisibleMode(Mode newMode)
          Sets a new icon visible mode that determines whether this item shows or hides an icon - if any.
 void UIFButton.setOpaqueMode(Mode newMode)
          Sets a new opaqueness mode that can be used to change the opaque property if the UI changes.
 void ToolBarToggleButton.setWideMarginMode(Mode newMode)
          Sets a new border painted mode that can be used to change the borderPainted property if the UI changes.
 void ToolBarButton.setWideMarginMode(Mode newMode)
          Sets a new border painted mode that can be used to change the borderPainted property if the UI changes.
 

Uses of Mode in com.jgoodies.uif.util
 

Classes in com.jgoodies.uif.util that implement Mode
 class Modes
          A typesafe enumeration for a bunch of Modes useful for handling differences between platforms and looks.
 



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.