Package com.jtattoo.plaf.luna
Class LunaIconFactory
java.lang.Object
com.jtattoo.plaf.AbstractIconFactory
com.jtattoo.plaf.luna.LunaIconFactory
- All Implemented Interfaces:
IconFactory
LunaIconFactory class.
Author Michael Hagen-
Method Summary
Modifier and TypeMethodDescriptiongetCloseIcon.getComboBoxIcon.getDownArrowIcon.getIconIcon.static LunaIconFactoryGetter for the field instance.getLeftArrowIcon.getMaxIcon.getMinIcon.getRightArrowIcon.getUpArrowIcon.Methods inherited from class com.jtattoo.plaf.AbstractIconFactory
getCheckBoxIcon, 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
LunaIconFactoryobject.
-
getCloseIcon
getCloseIcon.
- Specified by:
getCloseIconin interfaceIconFactory- Overrides:
getCloseIconin classAbstractIconFactory- Returns:
- a
Iconobject.
-
getComboBoxIcon
getComboBoxIcon.
- Specified by:
getComboBoxIconin interfaceIconFactory- Overrides:
getComboBoxIconin 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.
-