Uses of Class
no.ntnu.idatt1002.demo.view.components.Icon
Packages that use Icon
-
Uses of Icon in no.ntnu.idatt1002.demo.view.components
Fields in no.ntnu.idatt1002.demo.view.components declared as IconModifier and TypeFieldDescriptionprivate Icon
PrimaryButton.icon
private Icon
SearchBar.searchIcon
Methods in no.ntnu.idatt1002.demo.view.components that return IconModifier and TypeMethodDescriptionPrimaryButton.getIcon()
Icon.setFillColor
(javafx.scene.paint.Color color) Set the fill color of the icon.Methods in no.ntnu.idatt1002.demo.view.components with parameters of type IconConstructors in no.ntnu.idatt1002.demo.view.components with parameters of type IconModifierConstructorDescriptionCheckBoxButton
(Icon icon) Constructor for the CheckBoxButton class.PrimaryButton
(String text, Icon icon) PrimaryButton
(String text, PrimaryButton.Type type, Icon icon) PrimaryButton
(Icon icon) PrimaryButton
(PrimaryButton.Type type, Icon icon)