Skip navigation links
A C D E G I O P R S U 

A

AbstractEventListView<E> - Class in org.dishevelled.eventlist.view
Abstract event list view.
AbstractEventListView(EventList<E>) - Constructor for class org.dishevelled.eventlist.view.AbstractEventListView
Create a new abstract event list view with the specified model.
AbstractEventListView.ListSelectionModelAdapter - Class in org.dishevelled.eventlist.view
List selection model that delegates to AbstractEventListView.getSelectionModel().
add() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Add.
add() - Method in class org.dishevelled.eventlist.view.CountLabel
 
add() - Method in class org.dishevelled.eventlist.view.ElementsLabel
 
add() - Method in class org.dishevelled.eventlist.view.ElementsList
 
add() - Method in class org.dishevelled.eventlist.view.ElementsSummary
 
add() - Method in class org.dishevelled.eventlist.view.ElementsTable
 
addListSelectionListener(ListSelectionListener) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
addSelectionInterval(int, int) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 

C

clear() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Remove all/clear.
clearSelection() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Clear selection.
clearSelection() - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
copy() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Copy.
copy(List<E>) - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Copy the specific list of elements to the clipboard.
copy(List<E>) - Method in class org.dishevelled.eventlist.view.CountLabel
 
copy(List<E>) - Method in class org.dishevelled.eventlist.view.ElementsLabel
 
copy(List<E>) - Method in class org.dishevelled.eventlist.view.ElementsList
 
copy(List<E>) - Method in class org.dishevelled.eventlist.view.ElementsSummary
 
copy(List<E>) - Method in class org.dishevelled.eventlist.view.ElementsTable
 
CountLabel<E> - Class in org.dishevelled.eventlist.view
Count label.
CountLabel(EventList<E>) - Constructor for class org.dishevelled.eventlist.view.CountLabel
Create a new count label with the specified model.
createToolBarPanel() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Create and return a new tool bar panel.
cut() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Cut.
cut(List<E>) - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Cut the specific list of elements to the clipboard.
cut(List<E>) - Method in class org.dishevelled.eventlist.view.CountLabel
 
cut(List<E>) - Method in class org.dishevelled.eventlist.view.ElementsLabel
 
cut(List<E>) - Method in class org.dishevelled.eventlist.view.ElementsList
 
cut(List<E>) - Method in class org.dishevelled.eventlist.view.ElementsSummary
 
cut(List<E>) - Method in class org.dishevelled.eventlist.view.ElementsTable
 

D

DEFAULT_ELEMENTS_TO_DISPLAY - Static variable in class org.dishevelled.eventlist.view.ElementsLabel
Default number of elements to display, 3.
DEFAULT_ELEMENTS_TO_DISPLAY - Static variable in class org.dishevelled.eventlist.view.ElementsSummary
Default number of elements to display, 3.
DEFAULT_ICON_SIZE - Static variable in class org.dishevelled.eventlist.view.IdElementsList
Default icon size, TangoProject.EXTRA_SMALL.
DEFAULT_ICON_SIZE - Static variable in class org.dishevelled.eventlist.view.IdElementsSummary
Default icon size, TangoProject.EXTRA_SMALL.
DEFAULT_ICON_SIZE - Static variable in class org.dishevelled.eventlist.view.IdElementsTable
Default icon size, TangoProject.EXTRA_SMALL.
DEFAULT_INDICATOR - Static variable in class org.dishevelled.eventlist.view.ElementsLabel
Default more elements indicator, ....
DEFAULT_INDICATOR_ICON - Static variable in class org.dishevelled.eventlist.view.ElementsSummary
Default more elements indicator icon, null.
DEFAULT_INDICATOR_TEXT - Static variable in class org.dishevelled.eventlist.view.ElementsSummary
Default more elements indicator text, ....
DEFAULT_SEPARATOR - Static variable in class org.dishevelled.eventlist.view.ElementsLabel
Default separator between elements, , .
DEFAULT_SEPARATOR_ICON - Static variable in class org.dishevelled.eventlist.view.ElementsSummary
Default separator icon between elements, null.
DEFAULT_SEPARATOR_TEXT - Static variable in class org.dishevelled.eventlist.view.ElementsSummary
Default separator text between elements, , .
dispose() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Release the resources consumed by this abstract event list view so that it may eventually be garbage collected.
dispose() - Method in class org.dishevelled.eventlist.view.CountLabel
Release the resources consumed by this count label so that it may eventually be garbage collected.
dispose() - Method in class org.dishevelled.eventlist.view.ElementsLabel
Release the resources consumed by this elements label so that it may eventually be garbage collected.
dispose() - Method in class org.dishevelled.eventlist.view.ElementsSummary
 

E

ElementsLabel<E> - Class in org.dishevelled.eventlist.view
Elements label.
ElementsLabel(EventList<E>) - Constructor for class org.dishevelled.eventlist.view.ElementsLabel
Create a new elements label with the specified model.
ElementsList<E> - Class in org.dishevelled.eventlist.view
Elements list.
ElementsList(EventList<E>) - Constructor for class org.dishevelled.eventlist.view.ElementsList
Create a new elements view with the specified model.
ElementsList(String, EventList<E>) - Constructor for class org.dishevelled.eventlist.view.ElementsList
Create a new elements view with the specified label text and model.
ElementsSummary<E> - Class in org.dishevelled.eventlist.view
Elements summary.
ElementsSummary(EventList<E>) - Constructor for class org.dishevelled.eventlist.view.ElementsSummary
Create a new elements summary with the specified model.
ElementsSummary(EventList<E>, UnaryFunction<E, ? extends JComponent>) - Constructor for class org.dishevelled.eventlist.view.ElementsSummary
Create a new elements summary with the specified model and model to view mapping.
ElementsTable<E> - Class in org.dishevelled.eventlist.view
Elements table.
ElementsTable(EventList<E>, TableFormat<E>) - Constructor for class org.dishevelled.eventlist.view.ElementsTable
Create a new elements table view with the specified model and table format.
ElementsTable(String, EventList<E>, TableFormat<E>) - Constructor for class org.dishevelled.eventlist.view.ElementsTable
Create a new elements table view with the specified model and table format.
EventListView<E> - Interface in org.dishevelled.eventlist.view
View to an event list.
EventListViewSupport<E> - Class in org.dishevelled.eventlist.view
A support class that can be used via delegation to provide event list support.
EventListViewSupport(EventList<E>) - Constructor for class org.dishevelled.eventlist.view.EventListViewSupport
Create a new event list support class with the specified model.

G

getAddAction() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the add action.
getAnchorSelectionIndex() - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
getClearSelectionAction() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the clear selection action.
getContextMenu() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the context menu.
getContextMenuButton() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the context menu button.
getCopyAction() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the copy action.
getCountLabel() - Method in class org.dishevelled.eventlist.view.CountLabel
Return the label for this count label.
getCutAction() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the cut action.
getElementsLabel() - Method in class org.dishevelled.eventlist.view.ElementsLabel
Return the label for this elements label.
getElementsToDisplay() - Method in class org.dishevelled.eventlist.view.ElementsLabel
Return the number of elements to display.
getElementsToDisplay() - Method in class org.dishevelled.eventlist.view.ElementsSummary
Return the number of elements to display.
getIconSize() - Method in class org.dishevelled.eventlist.view.IdElementsList
Return the icon size for this identifiable elements list.
getIconSize() - Method in class org.dishevelled.eventlist.view.IdElementsSummary
Return the icon size for this identifiable elements summary.
getIconSize() - Method in class org.dishevelled.eventlist.view.IdElementsTable
Return the icon size for this identifiable elements table.
getIndicator() - Method in class org.dishevelled.eventlist.view.ElementsLabel
Return the more elements indicator.
getIndicatorIcon() - Method in class org.dishevelled.eventlist.view.ElementsSummary
Return the more elements indicator icon.
getIndicatorText() - Method in class org.dishevelled.eventlist.view.ElementsSummary
Return the more elements indicator text.
getInvertSelectionAction() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the invert selection action.
getLabel() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the label.
getLeadSelectionIndex() - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
getList() - Method in class org.dishevelled.eventlist.view.ElementsList
Return the list for this elements list.
getListSelectionModelAdapter() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the list selection model adapter.
getMaxSelectionIndex() - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
getMinSelectionIndex() - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
getModel() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
 
getModel() - Method in interface org.dishevelled.eventlist.view.EventListView
Return the model for this event list view.
getModel() - Method in class org.dishevelled.eventlist.view.EventListViewSupport
Return the model for this event list view support class.
getPasteAction() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the paste action.
getRemoveAction() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the remove action.
getRemoveAllAction() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the remove all action.
getSelectAllAction() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the select all action.
getSelectionMode() - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
getSelectionModel() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
 
getSelectionModel() - Method in interface org.dishevelled.eventlist.view.EventListView
Return the selection model for this event list view.
getSelectionModel() - Method in class org.dishevelled.eventlist.view.EventListViewSupport
Return the selection model for this event list view support class.
getSeparator() - Method in class org.dishevelled.eventlist.view.ElementsLabel
Return the separator between elements.
getSeparator() - Method in class org.dishevelled.eventlist.view.ElementsSummary
Return the separator text between elements.
getSeparatorIcon() - Method in class org.dishevelled.eventlist.view.ElementsSummary
Return the separator icon between elements.
getTable() - Method in class org.dishevelled.eventlist.view.ElementsTable
Return the table for this elements table.
getToolBar() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the tool bar.
getToolBarContextMenu() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return the tool bar context menu.
getValueIsAdjusting() - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 

I

IdElementsList<E> - Class in org.dishevelled.eventlist.view
Identifiable elements list.
IdElementsList(EventList<E>) - Constructor for class org.dishevelled.eventlist.view.IdElementsList
Create a new elements view with the specified model.
IdElementsList(String, EventList<E>) - Constructor for class org.dishevelled.eventlist.view.IdElementsList
Create a new elements view with the specified model.
IdElementsSummary<E> - Class in org.dishevelled.eventlist.view
Identifiable elements summary.
IdElementsSummary(EventList<E>) - Constructor for class org.dishevelled.eventlist.view.IdElementsSummary
Create a new identifiable elements summary with the specified model.
IdElementsTable<E> - Class in org.dishevelled.eventlist.view
Identifiable elements table.
IdElementsTable(EventList<E>, TableFormat<E>, Class<? extends E>) - Constructor for class org.dishevelled.eventlist.view.IdElementsTable
Create a new identifiable elements table view with the specified model, table format, and column class.
IdElementsTable(String, EventList<E>, TableFormat<E>, Class<? extends E>) - Constructor for class org.dishevelled.eventlist.view.IdElementsTable
Create a new identifiable elements table view with the specified label text, model, table format, and column class.
insertIndexInterval(int, int, boolean) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
invertSelection() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Invert selection.
isEmpty() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return true if the model is empty.
isSelectedIndex(int) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
isSelectionEmpty() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Return true if the selection is empty.
isSelectionEmpty() - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 

O

org.dishevelled.eventlist.view - package org.dishevelled.eventlist.view
Views for event lists.

P

paste() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Paste.
paste() - Method in class org.dishevelled.eventlist.view.CountLabel
 
paste() - Method in class org.dishevelled.eventlist.view.ElementsLabel
 
paste() - Method in class org.dishevelled.eventlist.view.ElementsList
 
paste() - Method in class org.dishevelled.eventlist.view.ElementsSummary
 
paste() - Method in class org.dishevelled.eventlist.view.ElementsTable
 

R

remove() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Remove.
removeIndexInterval(int, int) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
removeListSelectionListener(ListSelectionListener) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
removeSelectionInterval(int, int) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 

S

selectAll() - Method in class org.dishevelled.eventlist.view.AbstractEventListView
Select all.
setAnchorSelectionIndex(int) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
setElementsToDisplay(int) - Method in class org.dishevelled.eventlist.view.ElementsLabel
Set the number of elements to display to elementsToDisplay.
setElementsToDisplay(int) - Method in class org.dishevelled.eventlist.view.ElementsSummary
Set the number of elements to display to elementsToDisplay.
setIconSize(IconSize) - Method in class org.dishevelled.eventlist.view.IdElementsList
Set the icon size for this identifiable elements list to iconSize.
setIconSize(IconSize) - Method in class org.dishevelled.eventlist.view.IdElementsSummary
Set the icon size for this identifiable elements summary to iconSize.
setIconSize(IconSize) - Method in class org.dishevelled.eventlist.view.IdElementsTable
Set the icon size for this identifiable elements table to iconSize.
setIndicator(String) - Method in class org.dishevelled.eventlist.view.ElementsLabel
Set the more elements indicator to indicator.
setIndicatorIcon(Icon) - Method in class org.dishevelled.eventlist.view.ElementsSummary
Set the more elements indicator icon to indicatorIcon.
setIndicatorText(String) - Method in class org.dishevelled.eventlist.view.ElementsSummary
Set the more elements indicator text to indicatorText.
setLeadSelectionIndex(int) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
setModelToView(UnaryFunction<E, ? extends JComponent>) - Method in class org.dishevelled.eventlist.view.ElementsSummary
Set the model to view mapping for this elements summary to modelToView.
setSelectionInterval(int, int) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
setSelectionMode(int) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 
setSeparator(String) - Method in class org.dishevelled.eventlist.view.ElementsLabel
Set the separator between elements to separator.
setSeparatorIcon(Icon) - Method in class org.dishevelled.eventlist.view.ElementsSummary
Set the separator icon between elements to separatorIcon.
setSeparatorText(String) - Method in class org.dishevelled.eventlist.view.ElementsSummary
Set the separator text between elements to separatorText.
setValueIsAdjusting(boolean) - Method in class org.dishevelled.eventlist.view.AbstractEventListView.ListSelectionModelAdapter
 

U

updateComponents() - Method in class org.dishevelled.eventlist.view.ElementsSummary
Update components.
updateRowHeight() - Method in class org.dishevelled.eventlist.view.IdElementsTable
Update row height, called when the icon size changes.
A C D E G I O P R S U 
Skip navigation links

Copyright (c) 2010-2019 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).