-
m_Owner
Communication m_Owner
the owner.
-
m_ListBookmarks
BaseList m_ListBookmarks
the list of bookmarks.
-
m_ModelBookmarks
DefaultListModel<E> m_ModelBookmarks
the list model with the bookmarks.
-
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons.
-
m_ButtonAdd
JButton m_ButtonAdd
the button for adding a bookmark.
-
m_ButtonRemove
JButton m_ButtonRemove
the button for remove a bookmark.
-
m_ButtonMoveUp
JButton m_ButtonMoveUp
the button for moving a bookmark up.
-
m_ButtonMoveDown
JButton m_ButtonMoveDown
the button for moving a bookmark down.
-
m_ButtonCopy
JButton m_ButtonCopy
the button for copying the current directory.
-
m_ButtonPaste
JButton m_ButtonPaste
the button for pasting the directory from the clipboard.
-
m_DirChangeListener
PropertyChangeListener m_DirChangeListener
the listener for directory changes.
-
m_SkipDirectoryChanges
boolean m_SkipDirectoryChanges
whether to skip changes to current directory.
-
m_Factory
AbstractFactory m_Factory
the factor to use.
-
m_IconLoader
AbstractIconLoader m_IconLoader
the icon loader to use.