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