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 TitleSupport
All Known Implementing Classes:
AbstractFileFilter
,
AbstractFileFilterAdapter
,
AllFilesFilter
,
DirectoriesFilter
,
FilesFilter
,
GroupedFileFilter
,
ImageFilesFilter
,
IOFileFilterAdapter
,
NonHiddenFilter
,
SwingFileFilterAdapter
public interface
TitleSupport
This interface is implemented by objects which can provide title for their instances.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getTitle
()
Returns title for the class instance.
Method Detail
getTitle
java.lang.String getTitle()
Returns title for the class instance. Providing
null
here is valid but not recommended.
Returns:
title 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