Module is.codion.swing.framework.ui
Class DefaultFrameworkIcons
java.lang.Object
is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- All Implemented Interfaces:
is.codion.swing.common.ui.icon.Icons,is.codion.swing.common.ui.icon.Logos,FrameworkIcons
public final class DefaultFrameworkIcons
extends Object
implements FrameworkIcons, is.codion.swing.common.ui.icon.Logos
A default FrameworkIcons implementation.
-
Field Summary
Fields inherited from interface is.codion.swing.framework.ui.icon.FrameworkIcons
FRAMEWORK_ICONS_CLASSNAMEFields inherited from interface is.codion.swing.common.ui.icon.Icons
DEFAULT_ICON_SIZE, ICON_COLOR, ICON_SIZE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultFrameworkIcons
public DefaultFrameworkIcons()
-
-
Method Details
-
add
public void add(org.kordamp.ikonli.Ikon... ikons) - Specified by:
addin interfaceis.codion.swing.common.ui.icon.Icons
-
icon
- Specified by:
iconin interfaceis.codion.swing.common.ui.icon.Icons
-
filter
- Specified by:
filterin interfaceFrameworkIcons- Returns:
- icon for the 'filter' action.
-
search
- Specified by:
searchin interfaceFrameworkIcons- Returns:
- icon for the 'search' action.
-
add
- Specified by:
addin interfaceFrameworkIcons- Returns:
- icon for the 'add' action.
-
delete
- Specified by:
deletein interfaceFrameworkIcons- Returns:
- icon for the 'delete' action.
-
update
- Specified by:
updatein interfaceFrameworkIcons- Returns:
- icon for the 'update' action.
-
copy
- Specified by:
copyin interfaceFrameworkIcons- Returns:
- icon for the 'copy' action.
-
refresh
- Specified by:
refreshin interfaceFrameworkIcons- Returns:
- icon for the 'refresh' action.
-
refreshRequired
- Specified by:
refreshRequiredin interfaceFrameworkIcons- Returns:
- icon for the 'refresh' action.
-
clear
- Specified by:
clearin interfaceFrameworkIcons- Returns:
- icon for the 'clear' action.
-
up
- Specified by:
upin interfaceFrameworkIcons- Returns:
- icon for the 'up' action.
-
down
- Specified by:
downin interfaceFrameworkIcons- Returns:
- icon for the 'down' action.
-
detail
- Specified by:
detailin interfaceFrameworkIcons- Returns:
- icon for the 'detail' action.
-
print
- Specified by:
printin interfaceFrameworkIcons- Returns:
- icon for the 'print' action.
-
clearSelection
- Specified by:
clearSelectionin interfaceFrameworkIcons- Returns:
- icon for the 'clear selection' action.
-
edit
- Specified by:
editin interfaceFrameworkIcons- Returns:
- icon for the 'edit' action.
-
summary
- Specified by:
summaryin interfaceFrameworkIcons- Returns:
- icon for the 'summary' action.
-
editPanel
- Specified by:
editPanelin interfaceFrameworkIcons- Returns:
- icon for the 'edit panel' action.
-
dependencies
- Specified by:
dependenciesin interfaceFrameworkIcons- Returns:
- icon for the 'dependencies' action.
-
settings
- Specified by:
settingsin interfaceFrameworkIcons- Returns:
- icon for a 'settings' action.
-
calendar
- Specified by:
calendarin interfaceFrameworkIcons- Returns:
- icon for a 'calendar' action
-
editText
- Specified by:
editTextin interfaceFrameworkIcons- Returns:
- icon for a 'editText' action
-
logo
- Specified by:
logoin interfaceFrameworkIcons- Returns:
- the logo icon.
-
logo
- Specified by:
logoin interfaceFrameworkIcons- Parameters:
size- the logo size- Returns:
- a logo icon
-
iconColor
- Specified by:
iconColorin interfaceis.codion.swing.common.ui.icon.Icons
-
enableIconColorListener
- Specified by:
enableIconColorListenerin interfaceis.codion.swing.common.ui.icon.Icons
-
disableIconColorListener
- Specified by:
disableIconColorListenerin interfaceis.codion.swing.common.ui.icon.Icons
-