Quaqua 8.0 2011-10-02

ch.randelshofer.quaqua.border
Interface PressedCueBorder

All Superinterfaces:
javax.swing.border.Border
All Known Implementing Classes:
BackgroundBorderUIResource, FocusedBorder, FocusedBorder.UIResource, QuaquaButtonBorder, QuaquaComboBoxVisualMargin, QuaquaNativeButtonBorder, QuaquaNativeButtonBorder.UIResource, QuaquaNativeImageBevelBorder, QuaquaNativeImageBevelBorder.UIResource, QuaquaNativeScrollPaneBorder, QuaquaNativeTextFieldBorder, QuaquaNativeTextFieldBorder.UIResource, QuaquaScrollPaneBorder, QuaquaScrollPaneBorder.UIResource, QuaquaTextFieldBorder, QuaquaTextFieldBorder.UIResource, QuaquaToolBarTabButtonBorder, VisualMarginBorder

public interface PressedCueBorder
extends javax.swing.border.Border

PressedCueBorder.

Version:
1.0 2011-07-31 Created.
Author:
Werner Randelshofer

Method Summary
 boolean hasPressedCue(javax.swing.JComponent c)
          Returns true, if this border has a visual cue for the pressed state of the button.
 
Methods inherited from interface javax.swing.border.Border
getBorderInsets, isBorderOpaque, paintBorder
 

Method Detail

hasPressedCue

boolean hasPressedCue(javax.swing.JComponent c)
Returns true, if this border has a visual cue for the pressed state of the button. If the border has no visual cue, then the ButtonUI has to provide it by some other means.


Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.