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 MintIconFactoryGetter 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
MintIconFactoryobject.
-
getCloseIcon
getCloseIcon.
- Specified by:
getCloseIconin interfaceIconFactory- Overrides:
getCloseIconin classAbstractIconFactory- Returns:
- a
Iconobject.
-
getDownArrowIcon
getDownArrowIcon.
- Specified by:
getDownArrowIconin interfaceIconFactory- Overrides:
getDownArrowIconin classAbstractIconFactory- Returns:
- a
Iconobject.
-
getIconIcon
getIconIcon.
- Specified by:
getIconIconin interfaceIconFactory- Overrides:
getIconIconin classAbstractIconFactory- Returns:
- a
Iconobject.
-
getLeftArrowIcon
getLeftArrowIcon.
- Specified by:
getLeftArrowIconin interfaceIconFactory- Overrides:
getLeftArrowIconin classAbstractIconFactory- Returns:
- a
Iconobject.
-
getMaxIcon
getMaxIcon.
- Specified by:
getMaxIconin interfaceIconFactory- Overrides:
getMaxIconin classAbstractIconFactory- Returns:
- a
Iconobject.
-
getMinIcon
getMinIcon.
- Specified by:
getMinIconin interfaceIconFactory- Overrides:
getMinIconin classAbstractIconFactory- Returns:
- a
Iconobject.
-
getRightArrowIcon
getRightArrowIcon.
- Specified by:
getRightArrowIconin interfaceIconFactory- Overrides:
getRightArrowIconin classAbstractIconFactory- Returns:
- a
Iconobject.
-
getUpArrowIcon
getUpArrowIcon.
- Specified by:
getUpArrowIconin interfaceIconFactory- Overrides:
getUpArrowIconin classAbstractIconFactory- Returns:
- a
Iconobject.
-