HideSystemFiles.label= .* resources HideSystemFiles.description= Hides resources with names that start with a '.' HideInnerClassFiles.label= Inner class files HideInnerClassFiles.description= Hides class files with names that contain a '$' HideEmptyPackages.label= Empty packages HideEmptyPackages.description= Hides all empty packages HideNoPackageContainingFolders.label= Folder containing no packages HideNoPackageContainingFolders.description= Hides folders which do not contain any packages HideEmptyInnerPackages.label= Empty parent packages HideEmptyInnerPackages.description= Hides empty packages which do not contain Java files but other sub-folders. E.g. given a package 'org.junit' where 'org' does not contain any Java files, this filter will hide the package 'org' but not the package 'org.junit' HideNonJavaElements.label= Non-Java elements HideNonJavaElements.description= Hides all non-Java elements HideReferencedLibraries.label= Libraries from external HideReferencedLibraries.description= Hides external libraries i.e. those not contained inside the project itself HideContainedLibraries.label=Libraries in project HideContainedLibraries.description= Hides local libraries i.e. those contained inside the project itself HideJavaFiles.label= Java files HideJavaFiles.description= Hides all Java files HidePackageDeclaration.label= Package declarations HidePackageDeclaration.description= Hides all package declarations HideImportDeclaration.label= Import declarations HideImportDeclaration.description= Hides all import declarations HideNonJavaProjects.label= Non-Java projects HideNonJavaProjects.description= Hides all projects without Java nature HideNonPublicType.label= Non-public types HideNonPublicType.description= Hides all non-public types HideInterface.label= Interfaces HideInterface.description= Hides all interfaces HideEnum.label= Enums HideEnum.description= Hides all enum types HideAnnotation.label= Annotations HideAnnotation.description= Hides all annotations HideClass.label= Classes HideClass.description= Hides all classes HideNonSharedProjects.label= Non-shared projects HideNonSharedProjects.description= Hides all unshared projects HideClosedProjects.label= Closed projects HideClosedProjects.description= Hides closed projects HideFields.label= Fields HideFields.description= Hides fields HideStatics.label= Static fields and methods HideStatics.description= Hides static fields and methods HideNonPublic.label= Non-public members HideNonPublic.description= Hides non-public members HideLocalTypes.label= Local types HideLocalTypes.description= Hides local types HideSyntheticMembers.label= Synthetic members HideSyntheticMembers.description= Hides synthetic members. Synthetic members do not appear in the source code, but are internally created by the compiler.