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