JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.alee.api
Interface IconSupport
All Known Implementing Classes:
AbstractFileFilter
,
AbstractFileFilterAdapter
,
AllFilesFilter
,
DirectoriesFilter
,
FilesFilter
,
GroupedFileFilter
,
ImageFilesFilter
,
IOFileFilterAdapter
,
NonHiddenFilter
,
SwingFileFilterAdapter
public interface
IconSupport
This interface is implemented by objects which can provide icon for their instances.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
javax.swing.Icon
getIcon
()
Returns icon for the class instance.
Method Detail
getIcon
javax.swing.Icon getIcon()
Returns icon for the class instance. Providing
null
here is completely valid.
Returns:
icon for the class instance
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method