Package com.formdev.flatlaf.ui
Interface FlatStylingSupport.StyleableBorder
-
- All Known Implementing Classes:
FlatBorder,FlatButtonBorder,FlatDropShadowBorder,FlatInternalFrameUI.FlatInternalFrameBorder,FlatMenuBarBorder,FlatPopupMenuBorder,FlatRoundBorder,FlatScrollPaneBorder,FlatTextBorder
- Enclosing class:
- FlatStylingSupport
public static interface FlatStylingSupport.StyleableBorder- Since:
- 2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectapplyStyleProperty(String key, Object value)Map<String,Class<?>>getStyleableInfos()ObjectgetStyleableValue(String key)
-
-
-
Method Detail
-
getStyleableInfos
Map<String,Class<?>> getStyleableInfos() throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
getStyleableValue
Object getStyleableValue(String key) throws IllegalArgumentException
- Throws:
IllegalArgumentException- Since:
- 2.5
-
-