Class BrolCrumbConfiguration
java.lang.Object
be.gaudry.swing.file.navigator.component.BrolCrumbConfiguration
- Since:
- 1.0 Sep 6, 2009
- Author:
- Steph GAUDRY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setShowFolders(boolean showFolders)
void
setShowHiddenFiles(boolean showHiddenFiles)
void
setShowSystemFiles(boolean showSystemFiles)
void
setShowTreeFiles(boolean showTreeFiles)
void
setShowTreeHiddenFiles(boolean showTreeHiddenFiles)
void
setShowTreeSystemFiles(boolean showTreeSystemFiles)
void
setUseNativeIcons(boolean useNativeIcons)
-
Constructor Details
-
BrolCrumbConfiguration
public BrolCrumbConfiguration()
-
-
Method Details
-
isShowHiddenFiles
public boolean isShowHiddenFiles()- Returns:
- the showHiddenFiles
-
setShowHiddenFiles
public void setShowHiddenFiles(boolean showHiddenFiles)- Parameters:
showHiddenFiles
- the showHiddenFiles to set
-
isShowSystemFiles
public boolean isShowSystemFiles()- Returns:
- the showSystemFiles
-
setShowSystemFiles
public void setShowSystemFiles(boolean showSystemFiles)- Parameters:
showSystemFiles
- the showSystemFiles to set
-
isShowFolders
public boolean isShowFolders()- Returns:
- the showFolders
-
setShowFolders
public void setShowFolders(boolean showFolders)- Parameters:
showFolders
- the showFolders to set
-
isShowTreeFiles
public boolean isShowTreeFiles()- Returns:
- the showTreeFolders
-
setShowTreeFiles
public void setShowTreeFiles(boolean showTreeFiles)- Parameters:
showTreeFiles
- the showTreeFiles to set
-
isShowTreeHiddenFiles
public boolean isShowTreeHiddenFiles()- Returns:
- the showTreeHiddenFiles
-
setShowTreeHiddenFiles
public void setShowTreeHiddenFiles(boolean showTreeHiddenFiles)- Parameters:
showTreeHiddenFiles
- the showTreeHiddenFiles to set
-
isShowTreeSystemFiles
public final boolean isShowTreeSystemFiles()- Returns:
- the showTreeSystemFiles
-
setShowTreeSystemFiles
public final void setShowTreeSystemFiles(boolean showTreeSystemFiles)- Parameters:
showTreeSystemFiles
- the showTreeSystemFiles to set
-
isUseNativeIcons
public boolean isUseNativeIcons()- Returns:
- the useNativeIcons
-
setUseNativeIcons
public void setUseNativeIcons(boolean useNativeIcons)- Parameters:
useNativeIcons
- the useNativeIcons to set
-
getTreeFileFilter
- Returns:
- the treeFileFilter
-
equals
-