Uses of Class
net.infonode.properties.gui.util.ButtonProperties

Packages that use ButtonProperties
net.infonode.properties.gui.util Utility GUI classes for properties. 
net.infonode.tabbedpanel Core classes for creating and using tabbed panels and tabs 
 

Uses of ButtonProperties in net.infonode.properties.gui.util
 

Methods in net.infonode.properties.gui.util that return ButtonProperties
 ButtonProperties ButtonProperties.addSuperObject(ButtonProperties properties)
          Adds a super object from which property values are inherited.
 ButtonProperties ButtonProperties.removeSuperObject()
          Removes the last added super object.
 ButtonProperties ButtonProperties.removeSuperObject(ButtonProperties superObject)
          Removes the given super object.
 ButtonProperties ButtonProperties.setDisabledIcon(javax.swing.Icon icon)
          Sets the disabled button icon.
 ButtonProperties ButtonProperties.setFactory(ButtonFactory factory)
          Sets the button factory.
 ButtonProperties ButtonProperties.setIcon(javax.swing.Icon icon)
          Sets the button icon.
 ButtonProperties ButtonProperties.setToolTipText(java.lang.String text)
          Sets the button tool tip text.
 

Methods in net.infonode.properties.gui.util with parameters of type ButtonProperties
 ButtonProperties ButtonProperties.addSuperObject(ButtonProperties properties)
          Adds a super object from which property values are inherited.
 ButtonProperties ButtonProperties.removeSuperObject(ButtonProperties superObject)
          Removes the given super object.
 

Constructors in net.infonode.properties.gui.util with parameters of type ButtonProperties
ButtonProperties(ButtonProperties inheritFrom)
          Creates a property object that inherit values from another property object.
 

Uses of ButtonProperties in net.infonode.tabbedpanel
 

Methods in net.infonode.tabbedpanel that return ButtonProperties
 ButtonProperties TabbedPanelButtonProperties.getScrollDownButtonProperties()
          Gets the scroll down button properties
 ButtonProperties TabbedPanelButtonProperties.getScrollLeftButtonProperties()
          Gets the scroll left button properties
 ButtonProperties TabbedPanelButtonProperties.getScrollRightButtonProperties()
          Gets the scroll right button properties
 ButtonProperties TabbedPanelButtonProperties.getScrollUpButtonProperties()
          Gets the scroll up button properties
 ButtonProperties TabbedPanelButtonProperties.getTabDropDownListButtonProperties()
          Gets the tab drop down list button properties