- 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.
- 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
-
- 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
-
- 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.