Skip navigation links
A B C D E F G H I J L M N P R S T U 

A

AbstractBookmarksManager - Class in com.googlecode.jfilechooserbookmarks
Manager for the filechooser bookmarks.
AbstractBookmarksManager(AbstractPropertiesHandler) - Constructor for class com.googlecode.jfilechooserbookmarks.AbstractBookmarksManager
Default constructor.
AbstractBookmarksPanel - Class in com.googlecode.jfilechooserbookmarks
Panel for bookmarking directories in a JFileChooser.
AbstractBookmarksPanel() - Constructor for class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
 
AbstractFactory - Class in com.googlecode.jfilechooserbookmarks
Ancestor for factory classes.
AbstractFactory() - Constructor for class com.googlecode.jfilechooserbookmarks.AbstractFactory
 
AbstractIconLoader - Class in com.googlecode.jfilechooserbookmarks
Loads the icons for the buttons.
AbstractIconLoader() - Constructor for class com.googlecode.jfilechooserbookmarks.AbstractIconLoader
 
AbstractPropertiesHandler - Class in com.googlecode.jfilechooserbookmarks
Ancestor for handlers that load/save the properties with the bookmarks.
AbstractPropertiesHandler() - Constructor for class com.googlecode.jfilechooserbookmarks.AbstractPropertiesHandler
 
addBookmark() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Adds a bookmark, if possible.
addRemoveItemsListener(RemoveItemsListener) - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
Adds the remove items listener to its internal list.
afterHide() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Hook method just after the panel was hidden.
afterShow() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Hook method just after the panel was made visible.

B

BaseList - Class in com.googlecode.jfilechooserbookmarks.gui
Enhanced javax.swing.JList.
BaseList() - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BaseList
Constructs a BaseList with an empty, read-only, model.
BaseList(Object[]) - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BaseList
Constructs a BaseList that displays the elements in the specified array.
BaseList(Vector<?>) - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BaseList
Constructs a BaseList that displays the elements in the specified Vector.
BaseList(ListModel) - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BaseList
Constructs a BaseList that displays elements from the specified, non-null, model.
BasePanel - Class in com.googlecode.jfilechooserbookmarks.gui
A JPanel extended by a few useful methods.
BasePanel() - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Initializes the panel.
BasePanel(LayoutManager) - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Initializes the panel with the given layout.
BaseScrollPane - Class in com.googlecode.jfilechooserbookmarks.gui
JScrollPane with proper scroll unit/block increments.
BaseScrollPane() - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BaseScrollPane
Creates an empty (no viewport view) JScrollPane where both horizontal and vertical scrollbars appear when needed.
BaseScrollPane(int, int) - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BaseScrollPane
Creates an empty (no viewport view) BaseScrollPane with specified scrollbar policies.
BaseScrollPane(Component) - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BaseScrollPane
Creates a BaseScrollPane that displays the contents of the specified component, where both horizontal and vertical scrollbars appear whenever the component's contents are larger than the view.
BaseScrollPane(Component, int, int) - Constructor for class com.googlecode.jfilechooserbookmarks.gui.BaseScrollPane
Creates a BaseScrollPane that displays the view component in a viewport whose view position can be controlled with a pair of scrollbars.
beforeHide() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Hook method just before the panel is hidden.
beforeShow() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Hook method just before the panel is made visible.
BLOCK_INCREMENT - Static variable in class com.googlecode.jfilechooserbookmarks.gui.BaseScrollPane
the default block increment for the scrollbars.
Bookmark - Class in com.googlecode.jfilechooserbookmarks
Represents a single filechooser bookmark.
Bookmark(File) - Constructor for class com.googlecode.jfilechooserbookmarks.Bookmark
Initializes the bookmark with the given directory.
Bookmark(String, File) - Constructor for class com.googlecode.jfilechooserbookmarks.Bookmark
Initializes the bookmark with the given directory.
BOOKMARK_COUNT - Static variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksManager
the property for the number of bookmarks stored.
BOOKMARK_PREFIX_DIR - Static variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksManager
the property prefix for a bookmark directory.
BOOKMARK_PREFIX_NAME - Static variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksManager
the property prefix for a bookmark name.

C

canMoveDown() - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
checks whether the selected items can be moved down.
canMoveDown(JList) - Static method in class com.googlecode.jfilechooserbookmarks.gui.JListHelper
checks whether the selected items can be moved down.
canMoveUp() - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
checks whether the selected items can be moved up.
canMoveUp(JList) - Static method in class com.googlecode.jfilechooserbookmarks.gui.JListHelper
checks whether the selected items can be moved up.
closeParent() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Closes the parent dialog/frame.
closeParent(Container) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Closes the parent dialog/frame of this container.
com.googlecode.jfilechooserbookmarks - package com.googlecode.jfilechooserbookmarks
 
com.googlecode.jfilechooserbookmarks.core - package com.googlecode.jfilechooserbookmarks.core
 
com.googlecode.jfilechooserbookmarks.event - package com.googlecode.jfilechooserbookmarks.event
 
com.googlecode.jfilechooserbookmarks.example - package com.googlecode.jfilechooserbookmarks.example
 
com.googlecode.jfilechooserbookmarks.gui - package com.googlecode.jfilechooserbookmarks.gui
 
compareTo(Bookmark) - Method in class com.googlecode.jfilechooserbookmarks.Bookmark
Compares this object with the specified object for order.
copyCurrentDirToClipboard() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Copies the current directory to the clipboard.
createUniqueBookmark(Bookmark, DefaultListModel) - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Ensures that the bookmark has a unique name in the model.
CustomFactory() - Constructor for class com.googlecode.jfilechooserbookmarks.example.CustomHandler.CustomFactory
 
CustomFileChooserBookmarksPanel() - Constructor for class com.googlecode.jfilechooserbookmarks.example.CustomHandler.CustomFileChooserBookmarksPanel
 
CustomHandler - Class in com.googlecode.jfilechooserbookmarks.example
Example class that demonstrates the use of the bookmarks manager with a custom properties handler/panel.
CustomHandler() - Constructor for class com.googlecode.jfilechooserbookmarks.example.CustomHandler
 
CustomHandler.CustomFactory - Class in com.googlecode.jfilechooserbookmarks.example
 
CustomHandler.CustomFileChooserBookmarksPanel - Class in com.googlecode.jfilechooserbookmarks.example
 
CustomHandler.CustomPropertiesHandler - Class in com.googlecode.jfilechooserbookmarks.example
 
CustomPropertiesHandler() - Constructor for class com.googlecode.jfilechooserbookmarks.example.CustomHandler.CustomPropertiesHandler
 

D

Default - Class in com.googlecode.jfilechooserbookmarks.example
Example class that demonstrates the use of the bookmarks manager.
Default() - Constructor for class com.googlecode.jfilechooserbookmarks.example.Default
 
DefaultBookmarksManager - Class in com.googlecode.jfilechooserbookmarks
Default manager for the filechooser bookmarks.
DefaultBookmarksManager(AbstractPropertiesHandler) - Constructor for class com.googlecode.jfilechooserbookmarks.DefaultBookmarksManager
Default constructor.
DefaultBookmarksPanel - Class in com.googlecode.jfilechooserbookmarks
Uses the DefaultFactory as setup.
DefaultBookmarksPanel() - Constructor for class com.googlecode.jfilechooserbookmarks.DefaultBookmarksPanel
 
DefaultFactory - Class in com.googlecode.jfilechooserbookmarks
Default factory for implementations.
DefaultFactory() - Constructor for class com.googlecode.jfilechooserbookmarks.DefaultFactory
 
DefaultIconLoader - Class in com.googlecode.jfilechooserbookmarks
Default icon loader.
DefaultIconLoader() - Constructor for class com.googlecode.jfilechooserbookmarks.DefaultIconLoader
 
DefaultPropertiesHandler - Class in com.googlecode.jfilechooserbookmarks
Default properties handler.
DefaultPropertiesHandler() - Constructor for class com.googlecode.jfilechooserbookmarks.DefaultPropertiesHandler
 
DIR - Static variable in class com.googlecode.jfilechooserbookmarks.DefaultPropertiesHandler
the dir to store the bookmarks in.

E

EMPTY_ICON - Static variable in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
the empty icon name.
equals(Object) - Method in class com.googlecode.jfilechooserbookmarks.Bookmark
Indicates whether some other object is "equal to" this one.

F

FILENAME - Static variable in class com.googlecode.jfilechooserbookmarks.DefaultPropertiesHandler
the properties to store the bookmarks in.
finishInit() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Finishes up the initialization.
finishInit() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
finishes the initialization.

G

getAdd() - Method in class com.googlecode.jfilechooserbookmarks.AbstractIconLoader
Returns the "add" icon.
getAdd() - Method in class com.googlecode.jfilechooserbookmarks.DefaultIconLoader
Returns the "add" icon.
getBookmarksManager() - Method in class com.googlecode.jfilechooserbookmarks.AbstractFactory
Returns the singleton of the bookmarks manager to use.
getBookmarksManager() - Method in class com.googlecode.jfilechooserbookmarks.DefaultFactory
Returns the singleton of the bookmarks manager to use.
getBookmarksManger() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Returns the bookmarks manager to use.
getCopy() - Method in class com.googlecode.jfilechooserbookmarks.AbstractIconLoader
Returns the "copy" icon.
getCopy() - Method in class com.googlecode.jfilechooserbookmarks.DefaultIconLoader
Returns the "copy" icon.
getDirectory() - Method in class com.googlecode.jfilechooserbookmarks.Bookmark
Returns the associated directory of the bookmark.
getDown() - Method in class com.googlecode.jfilechooserbookmarks.AbstractIconLoader
Returns the "down" icon.
getDown() - Method in class com.googlecode.jfilechooserbookmarks.DefaultIconLoader
Returns the "down" icon.
getEmptyIcon() - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Returns the ImageIcon for the empty icon.
getExternalIcon(String) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Returns an ImageIcon from the given name.
getFilename() - Method in class com.googlecode.jfilechooserbookmarks.AbstractPropertiesHandler
Returns the filename for the properties.
getFilename() - Method in class com.googlecode.jfilechooserbookmarks.DefaultPropertiesHandler
Returns the filename for the properties.
getFilename() - Method in class com.googlecode.jfilechooserbookmarks.example.CustomHandler.CustomPropertiesHandler
 
getIcon(Class) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Returns an ImageIcon for the given class.
getIcon(String) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Returns an ImageIcon from the given name.
getImageFilename(String) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Adds the path of the images directory to the name of the image.
getIndices() - Method in class com.googlecode.jfilechooserbookmarks.event.RemoveItemsEvent
Returns the stored indices.
getName() - Method in class com.googlecode.jfilechooserbookmarks.Bookmark
Returns the name of the bookmark.
getOwner() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Returns the owner.
getParent(Container, Class) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Tries to determine the parent this panel is part of.
getParentComponent(Component) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Tries to determine the component this panel is part of in this order: 1.
getParentDialog() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Tries to determine the dialog this panel is part of.
getParentDialog(Container) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Tries to determine the dialog this container is part of.
getParentDialog(Component) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Tries to determine the dialog this component is part of.
getParentFrame() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Tries to determine the frame this panel is part of.
getParentFrame(Container) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Tries to determine the frame the container is part of.
getParentFrame(Component) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Tries to determine the frame the component is part of.
getParentInternalFrame() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Tries to determine the internal frame this panel is part of.
getParentInternalFrame(Container) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Tries to determine the internal frame this container is part of.
getParentInternalFrame(Component) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Tries to determine the internal frame this component is part of.
getParentTitle() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Returns the current title of the parent.
getPaste() - Method in class com.googlecode.jfilechooserbookmarks.AbstractIconLoader
Returns the "paste" icon.
getPaste() - Method in class com.googlecode.jfilechooserbookmarks.DefaultIconLoader
Returns the "paste" icon.
getPopupMenu(MouseEvent) - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Creates a popup menu for the BaseList.
getPreferredSize() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Returns the preferred size.
getProperties() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksManager
Returns the underlying properties.
getRemove() - Method in class com.googlecode.jfilechooserbookmarks.AbstractIconLoader
Returns the "remove" icon.
getRemove() - Method in class com.googlecode.jfilechooserbookmarks.DefaultIconLoader
Returns the "remove" icon.
getRename() - Method in class com.googlecode.jfilechooserbookmarks.AbstractIconLoader
Returns the "rename" icon.
getRename() - Method in class com.googlecode.jfilechooserbookmarks.DefaultIconLoader
Returns the "rename" icon.
getStackTrace(int) - Static method in class com.googlecode.jfilechooserbookmarks.core.Utils
Returns the current stack trace.
getUp() - Method in class com.googlecode.jfilechooserbookmarks.AbstractIconLoader
Returns the "up" icon.
getUp() - Method in class com.googlecode.jfilechooserbookmarks.DefaultIconLoader
Returns the "up" icon.
GUIHelper - Class in com.googlecode.jfilechooserbookmarks.gui
A little helper class for GUI related stuff.
GUIHelper() - Constructor for class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
 

H

hasImageFile(String) - Static method in class com.googlecode.jfilechooserbookmarks.gui.GUIHelper
Checks whether the image is available.
hasIndices() - Method in class com.googlecode.jfilechooserbookmarks.event.RemoveItemsEvent
Checks whether there are indices stored for this event.
hasNoModifierKey(MouseEvent) - Static method in class com.googlecode.jfilechooserbookmarks.gui.MouseUtils
Checks whether no modified key is pressed.

I

initGUI() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Initializes the widgets.
initGUI() - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
Initializes the members.
initGUI() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
For initializing the GUI.
initialize() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Initializes the members.
initialize() - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
For initializing members.
initialize() - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseScrollPane
Initializes the scrollpane.
isDoubleClick(MouseEvent) - Static method in class com.googlecode.jfilechooserbookmarks.gui.MouseUtils
Checks whether the mouse event is a double-click event (with the left mouse button).
isLeftClick(MouseEvent) - Static method in class com.googlecode.jfilechooserbookmarks.gui.MouseUtils
Checks whether the mouse event is a left-click event.
isMiddleClick(MouseEvent) - Static method in class com.googlecode.jfilechooserbookmarks.gui.MouseUtils
Checks whether the mouse event is a middle/wheel-click event.
isPrintScreenClick(MouseEvent) - Static method in class com.googlecode.jfilechooserbookmarks.gui.MouseUtils
Checks whether the mouse event is a "print screen" event: Alt+Shift+Left-Click.
isRightClick(MouseEvent) - Static method in class com.googlecode.jfilechooserbookmarks.gui.MouseUtils
Checks whether the mouse event is a right-click event.
isValidPath(String) - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Checks whether the string represents a valid directory.

J

JListHelper - Class in com.googlecode.jfilechooserbookmarks.gui
A helper class for JList GUI elements with DefaultListModel or derived models.
JListHelper() - Constructor for class com.googlecode.jfilechooserbookmarks.gui.JListHelper
 

L

load() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksManager
Loads all the bookmarks that are currently stored in the properties.
loadBookmarks() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Loads all the bookmarks that are currently stored in the properties.
loadProperties() - Method in class com.googlecode.jfilechooserbookmarks.AbstractPropertiesHandler
Loads the properties.

M

m_ButtonAdd - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the button for adding a bookmark.
m_ButtonCopy - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the button for copying the current directory.
m_ButtonMoveDown - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the button for moving a bookmark down.
m_ButtonMoveUp - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the button for moving a bookmark up.
m_ButtonPaste - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the button for pasting the directory from the clipboard.
m_ButtonRemove - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the button for remove a bookmark.
m_DirChangeListener - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the listener for directory changes.
m_Directory - Variable in class com.googlecode.jfilechooserbookmarks.Bookmark
the associated directory.
m_Factory - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the factor to use.
m_Handler - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksManager
the props handler to use.
m_IconLoader - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the icon loader to use.
m_Indices - Variable in class com.googlecode.jfilechooserbookmarks.event.RemoveItemsEvent
the indices of the items that were removed.
m_ListBookmarks - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the list of bookmarks.
m_Manager - Static variable in class com.googlecode.jfilechooserbookmarks.DefaultFactory
the singleton instance of the manager.
m_ModelBookmarks - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the list model with the bookmarks.
m_Name - Variable in class com.googlecode.jfilechooserbookmarks.Bookmark
the name of the bookmark.
m_Owner - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the owner.
m_PanelButtons - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
the panel for the buttons.
m_Properties - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksManager
the properties.
m_RemoveItemsListeners - Variable in class com.googlecode.jfilechooserbookmarks.gui.BaseList
the listeners for items to be removed.
m_SkipDirectoryChanges - Variable in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
whether to skip changes to current directory.
main(String[]) - Static method in class com.googlecode.jfilechooserbookmarks.example.CustomHandler
 
main(String[]) - Static method in class com.googlecode.jfilechooserbookmarks.example.Default
 
main(String[]) - Static method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Displays the BasePanel descendant, it's classname is the first parameter, in its own frame.
MouseUtils - Class in com.googlecode.jfilechooserbookmarks.gui
Helper class for mouse events.
MouseUtils() - Constructor for class com.googlecode.jfilechooserbookmarks.gui.MouseUtils
 
MOVE_DOWN - Static variable in class com.googlecode.jfilechooserbookmarks.gui.JListHelper
moves items down.
MOVE_UP - Static variable in class com.googlecode.jfilechooserbookmarks.gui.JListHelper
moves items up.
moveBottom() - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
moves the selected items to the end.
moveBottom(JList) - Static method in class com.googlecode.jfilechooserbookmarks.gui.JListHelper
moves the selected items to the end.
moveDown() - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
moves the selected item down by 1.
moveDown(JList) - Static method in class com.googlecode.jfilechooserbookmarks.gui.JListHelper
moves the selected item down by 1.
moveItems(JList, int, int) - Static method in class com.googlecode.jfilechooserbookmarks.gui.JListHelper
moves the selected items by a certain amount of items in a given direction.
moveTop() - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
moves the selected items to the top.
moveTop(JList) - Static method in class com.googlecode.jfilechooserbookmarks.gui.JListHelper
moves the selected items to the top.
moveUp() - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
moves the selected items up by 1.
moveUp(JList) - Static method in class com.googlecode.jfilechooserbookmarks.gui.JListHelper
moves the selected items up by 1.

N

newFactory() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Creates a new instance of the factory.
newFactory() - Method in class com.googlecode.jfilechooserbookmarks.DefaultBookmarksPanel
Creates a new instance of the factory.
newFactory() - Method in class com.googlecode.jfilechooserbookmarks.example.CustomHandler.CustomFileChooserBookmarksPanel
 
newIconLoader() - Method in class com.googlecode.jfilechooserbookmarks.AbstractFactory
Returns a new instance of the icon loader to be used.
newIconLoader() - Method in class com.googlecode.jfilechooserbookmarks.DefaultFactory
Returns a new instance of the icon loader to be used.
newPropertiesHandler() - Method in class com.googlecode.jfilechooserbookmarks.AbstractFactory
Returns a new instance of the properties handler to be used.
newPropertiesHandler() - Method in class com.googlecode.jfilechooserbookmarks.DefaultFactory
Returns a new instance of the properties handler to be used.
newPropertiesHandler() - Method in class com.googlecode.jfilechooserbookmarks.example.CustomHandler.CustomFactory
 
notifyRemoveItemsListeners(int[]) - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
Notifies the remove items listeners about the indices that are to be removed.

P

pasteCurrentDirFromClipboard() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Pastes the current directory from the clipboard.
printErrorMessage(String) - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Outputs the error message in the console window and the console.
printException(String, Exception) - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Outputs the exception in the console window and the console.

R

reload() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Reloads the bookmarks.
removeBookmark(int[]) - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Removes one or more bookmarks.
removeItems(RemoveItemsEvent) - Method in interface com.googlecode.jfilechooserbookmarks.event.RemoveItemsListener
Gets called when items are to be removed.
RemoveItemsEvent - Class in com.googlecode.jfilechooserbookmarks.event
Event that gets sent when items are to be deleted.
RemoveItemsEvent(Object, int[]) - Constructor for class com.googlecode.jfilechooserbookmarks.event.RemoveItemsEvent
Initializes the object.
RemoveItemsListener - Interface in com.googlecode.jfilechooserbookmarks.event
For classes that listen to item removals.
removeRemoveItemsListener(RemoveItemsListener) - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseList
Removes the remove items listener from its internal list.
renameBookmark(int) - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Renames the bookmark.

S

save(List<Bookmark>) - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksManager
Saves all the bookmarks in the properties.
saveBookmarks(DefaultListModel) - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Saves all the bookmarks in the properties.
saveProperties(Properties) - Method in class com.googlecode.jfilechooserbookmarks.AbstractPropertiesHandler
Saves the properties.
setOwner(JFileChooser) - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Sets the owner.
setParentTitle(String) - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Sets the new title for the parent.
setScrollBarBlockIncrement(int) - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseScrollPane
Sets the block increments of both bars.
setScrollBarUnitIncrement(int) - Method in class com.googlecode.jfilechooserbookmarks.gui.BaseScrollPane
Sets the unit increments of both bars.
setVisible(boolean) - Method in class com.googlecode.jfilechooserbookmarks.gui.BasePanel
Displays/hides the panel.

T

throwableToString(Throwable) - Static method in class com.googlecode.jfilechooserbookmarks.core.Utils
Returns the stacktrace of the throwable as string.
throwableToString(Throwable, int) - Static method in class com.googlecode.jfilechooserbookmarks.core.Utils
Returns the stacktrace of the throwable as string.
toString() - Method in class com.googlecode.jfilechooserbookmarks.Bookmark
Returns the name.

U

UNIT_INCREMENT - Static variable in class com.googlecode.jfilechooserbookmarks.gui.BaseScrollPane
the default unit increment for the scrollbars.
updateButtons() - Method in class com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel
Updates the enabled state of the buttons.
Utils - Class in com.googlecode.jfilechooserbookmarks.core
Class implementing some simple utility methods.
Utils() - Constructor for class com.googlecode.jfilechooserbookmarks.core.Utils
 
A B C D E F G H I J L M N P R S T U 
Skip navigation links

Copyright © 2016. All rights reserved.