Uses of Class
be.gaudry.swing.file.navigator.component.BrolCrumbBar
Packages that use BrolCrumbBar
Package
Description
-
Uses of BrolCrumbBar in be.gaudry.swing.file.navigator.component
Fields in be.gaudry.swing.file.navigator.component declared as BrolCrumbBarModifier and TypeFieldDescriptionprotected BrolCrumbBarAbstractExplorerPanel.breadcrumbFileSelectorpour les JTree l'ajout de TransfertSupport permet de simplifier beaucoup le drop car il permet de récuperer directement le chemin du noeud (sur les autres tutos c'etait grâce à la position du curseur donc pas très propre ) Code : // fetch the drop location (it's a JTree.DropLocation for JTree) JTree.DropLocation dl = (JTree.DropLocation) support.getDropLocation(); // fetch the path from the drop location TreePath dropPath = dl.getPath();Constructors in be.gaudry.swing.file.navigator.component with parameters of type BrolCrumbBarModifierConstructorDescriptionFavoritesDropPanel(BrolCrumbBar breadcrumbFileSelector)FavoritesFoldersPanel(BrolCrumbBar breadcrumbFileSelector) -
Uses of BrolCrumbBar in be.gaudry.swing.file.navigator.fileview
Fields in be.gaudry.swing.file.navigator.fileview declared as BrolCrumbBarModifier and TypeFieldDescriptionprotected BrolCrumbBarIconsFileViewPanel.barprotected BrolCrumbBarThumbnailsFileViewPanel.barConstructors in be.gaudry.swing.file.navigator.fileview with parameters of type BrolCrumbBarModifierConstructorDescriptionIconsFileViewPanel(BrolCrumbBar bar, int startingDimension, org.pushingpixels.flamingo.api.common.ProgressListener progressListener)Creates a new panel.IconsFileViewPanel(BrolCrumbBar bar, org.pushingpixels.flamingo.api.common.CommandButtonDisplayState startingState, org.pushingpixels.flamingo.api.common.ProgressListener progressListener)Creates a new panel.ThumbnailsFileViewPanel(BrolCrumbBar bar, int startingDimension, org.pushingpixels.flamingo.api.common.ProgressListener progressListener)Creates a new panel.ThumbnailsFileViewPanel(BrolCrumbBar bar, org.pushingpixels.flamingo.api.common.CommandButtonDisplayState startingState, org.pushingpixels.flamingo.api.common.ProgressListener progressListener)Creates a new panel.