Package generic.theme.laf
Interface FontChangeListener
- All Known Implementing Classes:
AbstractGCellRenderer,AbstractGColumnRenderer,AbstractGhidraColumnRenderer,BSimStatusRenderer,CodeUnitTableCellRenderer,CompositeGhidraTableCellRenderer,DefaultTableCellRendererWrapper,DefaultTimestampRenderer,GBooleanCellRenderer,GComboBoxCellRenderer,GenericDateCellRenderer,GhidraTableCellRenderer,GListCellRenderer,GTableCellRenderer,LogLevelTableCellRenderer,LongRenderer,MonospacedByteRenderer,PreviewDataTableCellRenderer,QuickFixStatusRenderer,QuickFixTableModel.QuickFixRenderer
public interface FontChangeListener
A simple interface that signals the client has a font that should be updated when the theme is
updated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfontChanged(String fontId, Font f) Called when the client should update its font to the given font.
-
Method Details
-
fontChanged
Called when the client should update its font to the given font.- Parameters:
fontId- the theme font id being updatedf- the font
-