Uses of Class
net.infonode.docking.properties.WindowTabButtonProperties

Packages that use WindowTabButtonProperties
net.infonode.docking.properties Property classes for docking windows. 
 

Uses of WindowTabButtonProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return WindowTabButtonProperties
 WindowTabButtonProperties WindowTabButtonProperties.addSuperObject(WindowTabButtonProperties properties)
          Adds a super object from which property values are inherited.
 WindowTabButtonProperties WindowTabStateProperties.getCloseButtonProperties()
          Returns the close button property values.
 WindowTabButtonProperties ViewTitleBarStateProperties.getCloseButtonProperties()
          Returns the close button property values.
 WindowTabButtonProperties TabWindowProperties.getCloseButtonProperties()
          Returns the close button property values.
 WindowTabButtonProperties WindowTabStateProperties.getDockButtonProperties()
          Returns the dock button property values.
 WindowTabButtonProperties ViewTitleBarStateProperties.getDockButtonProperties()
          Returns the dock button property values.
 WindowTabButtonProperties TabWindowProperties.getDockButtonProperties()
          Returns the dock button property values.
 WindowTabButtonProperties ViewTitleBarStateProperties.getMaximizeButtonProperties()
          Returns the maximize button property values.
 WindowTabButtonProperties TabWindowProperties.getMaximizeButtonProperties()
          Returns the maximize button property values.
 WindowTabButtonProperties WindowTabStateProperties.getMinimizeButtonProperties()
          Returns the minimize button property values.
 WindowTabButtonProperties ViewTitleBarStateProperties.getMinimizeButtonProperties()
          Returns the minimize button property values.
 WindowTabButtonProperties TabWindowProperties.getMinimizeButtonProperties()
          Returns the minimize button property values.
 WindowTabButtonProperties WindowTabStateProperties.getRestoreButtonProperties()
          Returns the restore button property values.
 WindowTabButtonProperties ViewTitleBarStateProperties.getRestoreButtonProperties()
          Returns the restore button property values.
 WindowTabButtonProperties TabWindowProperties.getRestoreButtonProperties()
          Returns the restore button property values.
 WindowTabButtonProperties WindowTabStateProperties.getUndockButtonProperties()
          Returns the undock button property values.
 WindowTabButtonProperties ViewTitleBarStateProperties.getUndockButtonProperties()
          Returns the undock button property values.
 WindowTabButtonProperties TabWindowProperties.getUndockButtonProperties()
          Returns the undock button property values.
 WindowTabButtonProperties WindowTabButtonProperties.removeSuperObject()
          Deprecated. Use removeSuperObject(WindowTabButtonProperties) instead.
 WindowTabButtonProperties WindowTabButtonProperties.removeSuperObject(WindowTabButtonProperties superObject)
          Removes a super object.
 WindowTabButtonProperties WindowTabButtonProperties.setAction(DockingWindowAction action)
          Sets the DockingWindowAction that will be performed when the button is clicked.
 WindowTabButtonProperties WindowTabButtonProperties.setFactory(ButtonFactory factory)
          Sets the button factory.
 WindowTabButtonProperties WindowTabButtonProperties.setIcon(javax.swing.Icon icon)
          Sets the button icon.
 WindowTabButtonProperties WindowTabButtonProperties.setTo(DockingWindowAction action)
          Sets the action is performed when the button is clicked.
 WindowTabButtonProperties WindowTabButtonProperties.setToolTipText(java.lang.String text)
          Sets the button tool tip text.
 WindowTabButtonProperties WindowTabButtonProperties.setVisible(boolean visible)
          Set to true if this button should be visible.
 

Methods in net.infonode.docking.properties with parameters of type WindowTabButtonProperties
 WindowTabButtonProperties WindowTabButtonProperties.addSuperObject(WindowTabButtonProperties properties)
          Adds a super object from which property values are inherited.
 WindowTabButtonProperties WindowTabButtonProperties.removeSuperObject(WindowTabButtonProperties superObject)
          Removes a super object.
 

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