Interface FlatStyleableComponent

All Known Implementing Classes:
FlatButton, FlatCheckBox, FlatCheckBoxMenuItem, FlatComboBox, FlatEditorPane, FlatFormattedTextField, FlatInternalFrame, FlatLabel, FlatList, FlatMenu, FlatMenuBar, FlatMenuItem, FlatPasswordField, FlatPopupMenu, FlatPopupMenuSeparator, FlatProgressBar, FlatRadioButton, FlatRadioButtonMenuItem, FlatScrollBar, FlatScrollPane, FlatSeparator, FlatSlider, FlatSpinner, FlatSplitPane, FlatTabbedPane, FlatTable, FlatTableHeader, FlatTextArea, FlatTextField, FlatTextPane, FlatToggleButton, FlatToolBar, FlatToolBarSeparator, FlatTree

public interface FlatStyleableComponent
Interface for all styleable FlatLaf components.

If you already have custom subclasses of Swing components, you can add this interface to your components to add styling getter and setter methods to them.

Since:
2
  • Method Details