Serialized Form
dict
com.limegroup.gnutella.util.AutoCompleteDictionary dict
_list
java.util.List _list
- Internally used list object storing the DataLines.
_ascending
int _ascending
- Variable for whether or not the current sorting scheme
is ascending (value 1) or descending (value -1).
_activeColumn
int _activeColumn
- Variable for which column is currently being sorted.
_dataLineClass
java.lang.Class _dataLineClass
- Variable to determine which DataLine class
to create instances of
_internalDataLine
DataLine _internalDataLine
- Variable for the instance of the DataLine that'll be used
to determine column length/names/classes.
_isSorted
boolean _isSorted
- Variable for whether or not this list has been sorted
at least once.
m_strURL
java.lang.String m_strURL
- Hold the active URL
m_hWnd
int m_hWnd
- Hold the canvas windows handle
buffer
com.limegroup.gnutella.util.Buffer buffer
_buttons
javax.swing.JButton[] _buttons
- The array of JButtons.
BUTTON_SEP
int BUTTON_SEP
- The number of pixels separating buttons.
- See Also:
- Constant Field Values
BLOCK_BUTTON_LABEL
java.lang.String BLOCK_BUTTON_LABEL
- Constant for the locale-specific resource key for the label of the
chat block sender button.
- See Also:
- Constant Field Values
SEND_BUTTON_LABEL
java.lang.String SEND_BUTTON_LABEL
- Constant for the locale-specific resource key for the label of the
chat send button.
- See Also:
- Constant Field Values
STOP_BUTTON_LABEL
java.lang.String STOP_BUTTON_LABEL
- Constant for the locale-specific resource key for the label of the
chat stop button.
- See Also:
- Constant Field Values
BLOCK_BUTTON_TIP
java.lang.String BLOCK_BUTTON_TIP
- Constant for the locale-specific resource key for the toolTip of the
chat block sender button.
- See Also:
- Constant Field Values
SEND_BUTTON_TIP
java.lang.String SEND_BUTTON_TIP
- Constant for the locale-specific resource key for the toolTip of the
chat send button.
- See Also:
- Constant Field Values
STOP_BUTTON_TIP
java.lang.String STOP_BUTTON_TIP
- Constant for the locale-specific resource key for the toolTip of the
chat stop button.
- See Also:
- Constant Field Values
WITH_LABEL
java.lang.String WITH_LABEL
- See Also:
- Constant Field Values
UNAVAILABLE_LABEL
java.lang.String UNAVAILABLE_LABEL
- See Also:
- Constant Field Values
YOU_LABEL
java.lang.String YOU_LABEL
- See Also:
- Constant Field Values
WINDOW_WIDTH
int WINDOW_WIDTH
- See Also:
- Constant Field Values
WINDOW_HEIGHT
int WINDOW_HEIGHT
- See Also:
- Constant Field Values
_connected
boolean _connected
_area
javax.swing.JTextArea _area
_field
javax.swing.JTextField _field
_connectField
javax.swing.JTextField _connectField
_chat
com.limegroup.gnutella.chat.Chatter _chat
_unselectedForeground
java.awt.Color _unselectedForeground
_unselectedBackground
java.awt.Color _unselectedBackground
DITHERER
Ditherer DITHERER
DITHERER
Ditherer DITHERER
_indexes
java.util.HashMap _indexes
- HashMap for quick access to indexes.
nameToField
java.util.HashMap nameToField
expandablePanel
javax.swing.JPanel expandablePanel
MORE_OPTIONS_HANDLER
MoreOptionsHandler MORE_OPTIONS_HANDLER
- Handler for the "more options" panel that is not always visible. The
handler is necessary to update theme changes which otherwise would
not happen since they're not visible.
advancedCards
java.awt.CardLayout advancedCards
defaultFields
int defaultFields
props
java.util.Properties props
ancestorCanonicalized
java.lang.String ancestorCanonicalized
textFields
java.util.List textFields
_schema
com.limegroup.gnutella.xml.LimeXMLSchema _schema
tipArray
java.lang.String[] tipArray
tips
java.lang.String[] tips
- The array of tooltips to display.
_sortedColumn
java.lang.Object _sortedColumn
- The currently sorted column ID.
_pressedColumn
java.lang.Object _pressedColumn
- The currently pressed column ID.
_isAscending
boolean _isAscending
- Whether or not the currently sorted column is ascending.
tableSettings
TableSettings tableSettings
- The TableSettings to use.
tree
JTreeTable.TreeTableCellRenderer tree
model
TreeTableModel model
defaultRenderer
javax.swing.tree.DefaultTreeCellRenderer defaultRenderer
treeTableColumn
javax.swing.table.TableColumn treeTableColumn
visibleRow
int visibleRow
_field
javax.swing.JTextField _field
- The JTextField part of this component.
_hiddenColumns
java.util.Map _hiddenColumns
- The columns that are currently hidden.
sortedColumnIndex
int sortedColumnIndex
- The index of the currently sorted column.
sortedColumnAscending
boolean sortedColumnAscending
- Whether or not the currently sorted column is sorted
in ascending order.
pressedColumnIndex
int pressedColumnIndex
- The index of the column that is currently pressed down.
tips
java.lang.String[] tips
- The array of tooltip data to display next.
columnPreferences
ColumnPreferenceHandler columnPreferences
- The preferences handler for the table columns.
tableSettings
TableSettings tableSettings
- The settings for this table.
defaultVisibility
boolean defaultVisibility
defaultWidth
int defaultWidth
messageId
java.lang.String messageId
name
java.lang.String name
clazz
java.lang.Class clazz
initialized
boolean initialized
model
java.util.Vector model
- INVARIANT: model contains exactly the same elements as realModel.
realModel
javax.swing.DefaultListModel realModel
listeners
java.util.Vector listeners
editor
javax.swing.JTextField editor
addButton
javax.swing.JButton addButton
removeButton
javax.swing.JButton removeButton
list
javax.swing.JList list
addTail
boolean addTail
- True if I should append new items to end of the list; false if I should
add them to the end of the list.
TIP_TEXT
java.lang.String TIP_TEXT
UP_NAME
java.lang.String UP_NAME
DOWN_NAME
java.lang.String DOWN_NAME
filePanel
javax.swing.JPanel filePanel
fileLabel
javax.swing.JLabel fileLabel
fileField
javax.swing.JTextField fileField
buttonPanel
javax.swing.JPanel buttonPanel
saveButton
javax.swing.JButton saveButton
cancelButton
javax.swing.JButton cancelButton
deleteButton
javax.swing.JButton deleteButton
splitPane
javax.swing.JSplitPane splitPane
upperLeftPanel
javax.swing.JPanel upperLeftPanel
lowerLeftPanel
javax.swing.JPanel lowerLeftPanel
docSchemaList
javax.swing.JList docSchemaList
editLabel
javax.swing.JLabel editLabel
addLabel
javax.swing.JLabel addLabel
unDocSchemaList
javax.swing.JList unDocSchemaList
innerEditPanel
InputPanel innerEditPanel
outerEditPanel
OuterEditingPanel outerEditPanel
upperLeftScroller
javax.swing.JScrollPane upperLeftScroller
lowerLeftScroller
javax.swing.JScrollPane lowerLeftScroller
noDocSchemas
java.util.List noDocSchemas
docsOfFile
java.util.List docsOfFile
fileName
java.lang.String fileName
selectedSchemaURI
java.lang.String selectedSchemaURI
editedDoc
com.limegroup.gnutella.xml.LimeXMLDocument editedDoc
splitter
javax.swing.JSplitPane splitter
grandPanel
javax.swing.JPanel grandPanel
editFileHashValue
com.limegroup.gnutella.URN editFileHashValue
fd
com.limegroup.gnutella.FileDesc fd
listSize
int listSize
showText
javax.swing.JTextField showText
monitorCheckBox
javax.swing.JCheckBox monitorCheckBox
listBox
javax.swing.JList listBox
scrollPane
javax.swing.JScrollPane scrollPane
bypassCountChange
boolean bypassCountChange
model
BufferListModel model
scrollPane
javax.swing.JScrollPane scrollPane
content
InputPanel content
_titleLabel
javax.swing.JLabel _titleLabel
- Stores an internal reference to the optional title label,
whose text may be altered later by setTitle()
_tableModel
com.limegroup.gnutella.gui.mp3.PlayListGUI.BasicTableModel _tableModel
- Underlying table model.
_table
javax.swing.JTable _table
- The JTable to show.
_playList
PlayList _playList
- The current instance of the playlist.
_tempPL
PlayList _tempPL
- a 'temporary' playlist - used when songs added but not yet saved.
_repeatSongs
boolean _repeatSongs
- boolean for repeat option.
_shuffleSongs
boolean _shuffleSongs
- boolean for shuffle option.
SCROLL_PANE
javax.swing.JScrollPane SCROLL_PANE
_playIndex
int _playIndex
- index of song that is currently playing...
_unsavedFiles
java.util.ArrayList _unsavedFiles
- use this ArrayList to keep around File objs of playlist entries for a
un-named playlist.
lastOpenedPlaylist
java.io.File lastOpenedPlaylist
- We save the user's last choices in the dialogs for convenience
lastSavedPlaylist
java.io.File lastSavedPlaylist
debugOn
boolean debugOn
_selectedBorder
javax.swing.border.Border _selectedBorder
_unselectedBorder
javax.swing.border.Border _unselectedBorder
borders
java.util.Map borders
query
java.lang.String query
- The query string
richQuery
java.lang.String richQuery
- The XML metadata string, or null. (Used for repeat search.)
type
com.limegroup.gnutella.MediaType type
- The MediaType associated with this query
guid
com.limegroup.gnutella.GUID guid
- The GUID of the last search. (Use this to match up results.)
May be a DummyGUID for the empty result list hack.
timeLastResultReceived
long timeLastResultReceived
- The time (in milliseconds) that we last received a Query Result
REPEAT_SEARCH_DELAY
long REPEAT_SEARCH_DELAY
- How long since the last query result received until we allow a repeat.
Currently disabled (repeats are always allowed).
- See Also:
- Constant Field Values
dataModel
TableRowFilter dataModel
- The underlying model of the search results. This is implemented
with list. (Call fireTableRowsInserted when data comes in.)
table
JMultilineToolTipTreeTable table
- The table of results. (Call getSelectedRow when mouse is
clicked.)
grouped
boolean grouped
- True ifff results are grouped.
ascending
boolean ascending
- True iff sorted in normal order.
isBrowseHostTab
boolean isBrowseHostTab
- True iff this is a Result Tab for a 'browse host'.
grouper
TableLineGrouper grouper
- A list of all top-level groups. Used to efficiently implement
grouping. grouper is not really used by this, but it is carried
around for use by SearchView.
debug
boolean debug
_tablePanel
javax.swing.JPanel _tablePanel
scrollpane
javax.swing.JScrollPane scrollpane
columnsSizeChanged
boolean columnsSizeChanged
- package access boolean which is set to true by the
ColumnSizeChangeListener. If this variable is set to true,
sizeListener
ColumnSizeChangeListener sizeListener
SEARCH_BUTTONS
SearchButtons SEARCH_BUTTONS
- Constant instance of SearchButtons for this panel.
GROUP_BOX
javax.swing.JCheckBox GROUP_BOX
- Constant for the check box that groups and ungroups results.
EDITOR_PANE
javax.swing.JEditorPane EDITOR_PANE
- JEditorPane to show the text
_timer
javax.swing.Timer _timer
- Timer to control scrolling
shopPage
BrowserPage shopPage
STANDARD_DIMENSION
java.awt.Dimension STANDARD_DIMENSION
- constant dimension for sizing number fields.
_mainPanel
javax.swing.JPanel _mainPanel
- The inner panel that components are added to.
_titledBorder
javax.swing.border.TitledBorder _titledBorder
- The TitledBorder for the panel, stored to allow changing
the title.
tree
javax.swing.JTree tree
treeTableModel
TreeTableModel treeTableModel
toolkit
java.awt.Toolkit toolkit
integerFormatter
java.text.NumberFormat integerFormatter