Package com.jtattoo.plaf.smart
Class SmartIconFactory
java.lang.Object
com.jtattoo.plaf.AbstractIconFactory
com.jtattoo.plaf.smart.SmartIconFactory
- All Implemented Interfaces:
IconFactory
SmartIconFactory class.
Author Michael Hagen-
Method Summary
Modifier and TypeMethodDescriptiongetCloseIcon.getIconIcon.static SmartIconFactory
Getter for the field instance.getMaxIcon.getMinIcon.Methods inherited from class com.jtattoo.plaf.AbstractIconFactory
getCheckBoxIcon, getComboBoxIcon, getDownArrowIcon, getFileChooserDetailViewIcon, getFileChooserHomeFolderIcon, getFileChooserListViewIcon, getFileChooserNewFolderIcon, getFileChooserUpFolderIcon, getFileViewComputerIcon, getFileViewFloppyDriveIcon, getFileViewHardDriveIcon, getLeftArrowIcon, getMenuArrowIcon, getMenuCheckBoxIcon, getMenuIcon, getMenuRadioButtonIcon, getOptionPaneErrorIcon, getOptionPaneInformationIcon, getOptionPaneQuestionIcon, getOptionPaneWarningIcon, getPaletteCloseIcon, getRadioButtonIcon, getRightArrowIcon, getSplitterDownArrowIcon, getSplitterHorBumpIcon, getSplitterLeftArrowIcon, getSplitterRightArrowIcon, getSplitterUpArrowIcon, getSplitterVerBumpIcon, getThumbHorIcon, getThumbHorIconRollover, getThumbVerIcon, getThumbVerIconRollover, getTreeCloseIcon, getTreeCollapsedIcon, getTreeExpandedIcon, getTreeLeafIcon, getTreeOpenIcon, getUpArrowIcon
-
Method Details
-
getInstance
Getter for the field instance.
- Returns:
- a
SmartIconFactory
object.
-
getCloseIcon
getCloseIcon.
- Specified by:
getCloseIcon
in interfaceIconFactory
- Overrides:
getCloseIcon
in classAbstractIconFactory
- Returns:
- a
Icon
object.
-
getIconIcon
getIconIcon.
- Specified by:
getIconIcon
in interfaceIconFactory
- Overrides:
getIconIcon
in classAbstractIconFactory
- Returns:
- a
Icon
object.
-
getMaxIcon
getMaxIcon.
- Specified by:
getMaxIcon
in interfaceIconFactory
- Overrides:
getMaxIcon
in classAbstractIconFactory
- Returns:
- a
Icon
object.
-
getMinIcon
getMinIcon.
- Specified by:
getMinIcon
in interfaceIconFactory
- Overrides:
getMinIcon
in classAbstractIconFactory
- Returns:
- a
Icon
object.
-