Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M P R S T U Y

A

ACTION_ADD - Static variable in class ledestin.swing.JEditableTable
 
ACTION_ADD - Static variable in class ledestin.swing.JEditableTree
 
ACTION_EDIT - Static variable in class ledestin.swing.JEditableTable
 
ACTION_EDIT - Static variable in class ledestin.swing.JEditableTree
 
ACTION_REMOVE - Static variable in class ledestin.swing.JEditableTable
 
ACTION_REMOVE - Static variable in class ledestin.swing.JEditableTree
 
accept(File) - Method in class ledestin.swing.ExampleFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
actionPerformed(ActionEvent) - Method in class ledestin.swing.JEditableTable.AddAction
 
actionPerformed(ActionEvent) - Method in class ledestin.swing.JEditableTable.EditAction
 
actionPerformed(ActionEvent) - Method in class ledestin.swing.JEditableTable.RemoveAction
 
actionPerformed(ActionEvent) - Method in class ledestin.swing.JEditableTree.AddAction
 
actionPerformed(ActionEvent) - Method in class ledestin.swing.JEditableTree.EditAction
 
actionPerformed(ActionEvent) - Method in class ledestin.swing.JEditableTree.RemoveAction
 
actionPerformed(ActionEvent) - Method in class ledestin.swing.JListDataExchangePanel.AddElementAction
 
actionPerformed(ActionEvent) - Method in class ledestin.swing.JListDataExchangePanel.AddElementsAction
 
actionPerformed(ActionEvent) - Method in class ledestin.swing.JListDataExchangePanel.RemoveElementAction
 
actionPerformed(ActionEvent) - Method in class ledestin.swing.JListDataExchangePanel.RemoveElementsAction
 
addEditableListener(EditableListener) - Method in class ledestin.swing.JEditableTable
 
addElement - Variable in class ledestin.swing.JListDataExchangePanel
 
addElementAction - Variable in class ledestin.swing.JListDataExchangePanel
 
addElements - Variable in class ledestin.swing.JListDataExchangePanel
 
addElements(Object[]) - Method in interface ledestin.swing.MutableListModel
 
addElements(Object[]) - Method in class ledestin.swing.SortedMutableListModel
 
addElementsAction - Variable in class ledestin.swing.JListDataExchangePanel
 
addExtension(String) - Method in class ledestin.swing.ExampleFileFilter
Adds a filetype "dot" extension to filter against.
addOkCancelPanel(JEditableDialog) - Static method in class ledestin.swing.JEditableDialog
Adds to content pane (at BorderLayout.SOUTH) ok and cancel buttons, the result of calling dialog can be obtained with @see getReturnValue().

B

balanceModels() - Method in class ledestin.swing.JListDataExchangePanel
 

C

ChildNodeCreationException - exception ledestin.swing.ChildNodeCreationException.
 
ChildNodeCreationException() - Constructor for class ledestin.swing.ChildNodeCreationException
 
ChildNodeCreationException(String) - Constructor for class ledestin.swing.ChildNodeCreationException
 
CollectionTableModel - class ledestin.swing.CollectionTableModel.
Allows to show a Collection in a JEditableTable.
CollectionTableModel(Collection) - Constructor for class ledestin.swing.CollectionTableModel
 
CollectionTableModel(Collection, Class) - Constructor for class ledestin.swing.CollectionTableModel
 
canRemove(EditableEvent) - Method in interface ledestin.swing.EditableListener
 
canRemoveElement(Object) - Method in class ledestin.swing.JEditableTable
Iterates through EditableListeners to determine whether it is allowed to remove element from table.
children - Variable in class ledestin.swing.SetTreeNode
 
children() - Method in class ledestin.swing.SetTreeNode
 
createNewChild() - Method in interface ledestin.swing.EditableTreeNode
Creates a new node of the "child node type", of this node.
createNewRow() - Method in class ledestin.swing.CollectionTableModel
Creates a new object/row for the table model.

D

Dialogs - class ledestin.swing.Dialogs.
 
Dialogs() - Constructor for class ledestin.swing.Dialogs
 
data - Variable in class ledestin.swing.CollectionTableModel
 
data - Variable in class ledestin.swing.ListComboBoxModel
 
data - Variable in class ledestin.swing.SortedMutableListModel
 
dataChanged - Variable in class ledestin.swing.CollectionTableModel
 
description - Variable in class ledestin.swing.ExampleFileFilter
 
destList - Variable in class ledestin.swing.JListDataExchangePanel
 
destModel - Variable in class ledestin.swing.JListDataExchangePanel
 
dialogMap - Variable in class ledestin.swing.JEditableTree
A map to contain pairs of Classes and JDialogs to show when adding or editing nodes of particular classes to the tree.
disableAddActions() - Method in class ledestin.swing.JListDataExchangePanel
 
disableRemoveActions() - Method in class ledestin.swing.JListDataExchangePanel
 
dlg - Variable in class ledestin.swing.JEditableTable
 
dm - Variable in class ledestin.swing.JEditableTable
 
ds - Variable in class ledestin.swing.CollectionTableModel
 

E

EditableDialog - interface ledestin.swing.EditableDialog.
JDOMTable uses custom dialogs to provide UI for adding, editing and removing table elements.
EditableEvent - class ledestin.swing.EditableEvent.
 
EditableEvent(JComponent, Object) - Constructor for class ledestin.swing.EditableEvent
 
EditableListener - interface ledestin.swing.EditableListener.
This listener type is for Editable Swing components, i.e.
EditableTreeNode - interface ledestin.swing.EditableTreeNode.
Implement the interface only for nodes that can have children.
ExampleFileFilter - class ledestin.swing.ExampleFileFilter.
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ExampleFileFilter() - Constructor for class ledestin.swing.ExampleFileFilter
Creates a file filter.
ExampleFileFilter(String) - Constructor for class ledestin.swing.ExampleFileFilter
Creates a file filter that accepts files with the given extension.
ExampleFileFilter(String, String) - Constructor for class ledestin.swing.ExampleFileFilter
Creates a file filter that accepts the given file type.
ExampleFileFilter(String[]) - Constructor for class ledestin.swing.ExampleFileFilter
Creates a file filter from the given string array.
ExampleFileFilter(String[], String) - Constructor for class ledestin.swing.ExampleFileFilter
Creates a file filter from the given string array and description.
element - Variable in class ledestin.swing.EditableEvent
The element on which operation is performed.
enableAddActions() - Method in class ledestin.swing.JListDataExchangePanel
 
enableRemoveActions() - Method in class ledestin.swing.JListDataExchangePanel
 

F

filters - Variable in class ledestin.swing.ExampleFileFilter
 
fireContentsChanged() - Method in class ledestin.swing.ListComboBoxModel
 
fireTableChanged(TableModelEvent) - Method in class ledestin.swing.CollectionTableModel
 
fireTableDataChanged() - Method in class ledestin.swing.CollectionTableModel
 
fireTableRowsDeleted(int, int) - Method in class ledestin.swing.CollectionTableModel
 
fireTableRowsInserted(int, int) - Method in class ledestin.swing.CollectionTableModel
 
fireTableStructureChanged() - Method in class ledestin.swing.CollectionTableModel
 
firstYear - Variable in class ledestin.swing.YearsComboBoxModel
 
fullDescription - Variable in class ledestin.swing.ExampleFileFilter
 

G

getAllowsChildren() - Method in class ledestin.swing.SetTreeNode
 
getChildAt(int) - Method in class ledestin.swing.SetTreeNode
 
getChildClass() - Method in interface ledestin.swing.EditableTreeNode
Returns the "child node type" for the node.
getChildCount() - Method in class ledestin.swing.SetTreeNode
 
getColumnCount() - Method in class ledestin.swing.CollectionTableModel
 
getData() - Method in class ledestin.swing.CollectionTableModel
 
getData() - Method in interface ledestin.swing.EditableDialog
 
getData() - Method in class ledestin.swing.SortedMutableListModel
 
getDataSource() - Method in class ledestin.swing.CollectionTableModel
 
getDescription() - Method in class ledestin.swing.ExampleFileFilter
Returns the human readable description of this filter.
getDestList() - Method in class ledestin.swing.JListDataExchangePanel
 
getDialogMap() - Method in class ledestin.swing.JEditableTree
 
getElement() - Method in class ledestin.swing.EditableEvent
 
getElementAt(int) - Method in class ledestin.swing.ListComboBoxModel
 
getElementAt(int) - Method in class ledestin.swing.SortedMutableListModel
 
getElementAt(int) - Method in class ledestin.swing.YearsComboBoxModel
 
getElementText(Object) - Method in class ledestin.swing.ListComboBoxModel
This method must be overriden depending on the type of the objects in the data.
getExtension(File) - Method in class ledestin.swing.ExampleFileFilter
Return the extension portion of the file's name .
getFirstYear() - Method in class ledestin.swing.YearsComboBoxModel
 
getIndex(TreeNode) - Method in class ledestin.swing.SetTreeNode
 
getLastYear() - Method in class ledestin.swing.YearsComboBoxModel
 
getParent() - Method in class ledestin.swing.SetTreeNode
 
getReturnValue() - Method in interface ledestin.swing.EditableDialog
 
getReturnValue() - Method in class ledestin.swing.JEditableDialog
 
getRowCount() - Method in class ledestin.swing.CollectionTableModel
 
getSelectedItem() - Method in class ledestin.swing.ListComboBoxModel
 
getSelectedItem() - Method in class ledestin.swing.YearsComboBoxModel
 
getSelectedYear() - Method in class ledestin.swing.YearsComboBoxModel
 
getSize() - Method in class ledestin.swing.ListComboBoxModel
 
getSize() - Method in class ledestin.swing.SortedMutableListModel
 
getSize() - Method in class ledestin.swing.YearsComboBoxModel
 
getSrcList() - Method in class ledestin.swing.JListDataExchangePanel
 
getValueAt(int, int) - Method in class ledestin.swing.CollectionTableModel
Returns an object representing row in a table, i.e.

H

HIDDEN_FILE - Static variable in class ledestin.swing.ExampleFileFilter
 

I

initInputMap() - Method in class ledestin.swing.JEditableTable
 
initInputMap() - Method in class ledestin.swing.JEditableTree
 
initWindowListener() - Method in class ledestin.swing.JEditableDialog
 
insert(MutableTreeNode, int) - Method in class ledestin.swing.SetTreeNode
 
isExtensionListInDescription() - Method in class ledestin.swing.ExampleFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isLeaf() - Method in class ledestin.swing.SetTreeNode
 
isValidInput() - Method in class ledestin.swing.JEditableDialog
When pressed dialog's "Ok" button (added with addOkCancelPanel()) this method will be called.

J

JEditableDialog - class ledestin.swing.JEditableDialog.
 
JEditableDialog(Dialog, String, boolean) - Constructor for class ledestin.swing.JEditableDialog
 
JEditableDialog(Frame, String, boolean) - Constructor for class ledestin.swing.JEditableDialog
 
JEditableTable - class ledestin.swing.JEditableTable.
This class binds some keyboard events to the list of actions (add, edit and remove).
JEditableTable(CollectionTableModel, JDialog) - Constructor for class ledestin.swing.JEditableTable
 
JEditableTable.AddAction - class ledestin.swing.JEditableTable.AddAction.
 
JEditableTable.AddAction() - Constructor for class ledestin.swing.JEditableTable.AddAction
 
JEditableTable.EditAction - class ledestin.swing.JEditableTable.EditAction.
 
JEditableTable.EditAction() - Constructor for class ledestin.swing.JEditableTable.EditAction
 
JEditableTable.RemoveAction - class ledestin.swing.JEditableTable.RemoveAction.
 
JEditableTable.RemoveAction() - Constructor for class ledestin.swing.JEditableTable.RemoveAction
 
JEditableTree - class ledestin.swing.JEditableTree.
 
JEditableTree(DefaultTreeModel) - Constructor for class ledestin.swing.JEditableTree
 
JEditableTree.AddAction - class ledestin.swing.JEditableTree.AddAction.
 
JEditableTree.AddAction() - Constructor for class ledestin.swing.JEditableTree.AddAction
 
JEditableTree.EditAction - class ledestin.swing.JEditableTree.EditAction.
 
JEditableTree.EditAction() - Constructor for class ledestin.swing.JEditableTree.EditAction
 
JEditableTree.RemoveAction - class ledestin.swing.JEditableTree.RemoveAction.
 
JEditableTree.RemoveAction() - Constructor for class ledestin.swing.JEditableTree.RemoveAction
 
JListDataExchangePanel - class ledestin.swing.JListDataExchangePanel.
A panel containing two JLists and buttons to exchange elements between the lists.
JListDataExchangePanel(MutableListModel, MutableListModel, String, String) - Constructor for class ledestin.swing.JListDataExchangePanel
 
JListDataExchangePanel.AddElementAction - class ledestin.swing.JListDataExchangePanel.AddElementAction.
 
JListDataExchangePanel.AddElementAction(String) - Constructor for class ledestin.swing.JListDataExchangePanel.AddElementAction
 
JListDataExchangePanel.AddElementsAction - class ledestin.swing.JListDataExchangePanel.AddElementsAction.
 
JListDataExchangePanel.AddElementsAction(String) - Constructor for class ledestin.swing.JListDataExchangePanel.AddElementsAction
 
JListDataExchangePanel.RemoveElementAction - class ledestin.swing.JListDataExchangePanel.RemoveElementAction.
 
JListDataExchangePanel.RemoveElementAction(String) - Constructor for class ledestin.swing.JListDataExchangePanel.RemoveElementAction
 
JListDataExchangePanel.RemoveElementsAction - class ledestin.swing.JListDataExchangePanel.RemoveElementsAction.
 
JListDataExchangePanel.RemoveElementsAction(String) - Constructor for class ledestin.swing.JListDataExchangePanel.RemoveElementsAction
 

L

ListComboBoxModel - class ledestin.swing.ListComboBoxModel.
 
ListComboBoxModel(List) - Constructor for class ledestin.swing.ListComboBoxModel
 
lastYear - Variable in class ledestin.swing.YearsComboBoxModel
 
ledestin.swing - package ledestin.swing
 
listeners - Variable in class ledestin.swing.JEditableTable
 

M

MutableListModel - interface ledestin.swing.MutableListModel.
 
main(String[]) - Static method in class ledestin.swing.YearsComboBoxModel
 
modelDataChanged() - Method in class ledestin.swing.SortedMutableListModel
To be called when items added or removed to the data or when a new dataset specified.

P

parent - Variable in class ledestin.swing.SetTreeNode
 

R

remove(int) - Method in class ledestin.swing.SetTreeNode
 
remove(MutableTreeNode) - Method in class ledestin.swing.SetTreeNode
 
removeEditableListener(EditableListener) - Method in class ledestin.swing.JEditableTable
 
removeElement - Variable in class ledestin.swing.JListDataExchangePanel
 
removeElementAction - Variable in class ledestin.swing.JListDataExchangePanel
 
removeElements - Variable in class ledestin.swing.JListDataExchangePanel
 
removeElements(Object[]) - Method in interface ledestin.swing.MutableListModel
 
removeElements(Object[]) - Method in class ledestin.swing.SortedMutableListModel
 
removeElementsAction - Variable in class ledestin.swing.JListDataExchangePanel
 
removeFromParent() - Method in class ledestin.swing.SetTreeNode
 
returnValue - Variable in class ledestin.swing.JEditableDialog
 
rowClass - Variable in class ledestin.swing.CollectionTableModel
 

S

SetTreeNode - class ledestin.swing.SetTreeNode.
A tree node storing its children as a TreeSet.
SetTreeNode(String) - Constructor for class ledestin.swing.SetTreeNode
 
SetTreeNode(String, MutableTreeNode) - Constructor for class ledestin.swing.SetTreeNode
 
SortedMutableListModel - class ledestin.swing.SortedMutableListModel.
 
SortedMutableListModel(SortedSet) - Constructor for class ledestin.swing.SortedMutableListModel
 
selected - Variable in class ledestin.swing.ListComboBoxModel
 
selectedYear - Variable in class ledestin.swing.YearsComboBoxModel
 
setAddActionsEnabled(boolean) - Method in class ledestin.swing.JListDataExchangePanel
 
setData(Object) - Method in interface ledestin.swing.EditableDialog
 
setData(SortedSet) - Method in class ledestin.swing.SortedMutableListModel
 
setDataSource(Collection) - Method in class ledestin.swing.CollectionTableModel
 
setDescription(String) - Method in class ledestin.swing.ExampleFileFilter
Sets the human readable description of this filter.
setExtensionListInDescription(boolean) - Method in class ledestin.swing.ExampleFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFirstYear(int) - Method in class ledestin.swing.YearsComboBoxModel
 
setLastYear(int) - Method in class ledestin.swing.YearsComboBoxModel
 
setListModels(MutableListModel, MutableListModel) - Method in class ledestin.swing.JListDataExchangePanel
 
setParent(MutableTreeNode) - Method in class ledestin.swing.SetTreeNode
 
setRemoveActionsEnabled(boolean) - Method in class ledestin.swing.JListDataExchangePanel
 
setSelectedItem(Object) - Method in class ledestin.swing.ListComboBoxModel
 
setSelectedItem(Object) - Method in class ledestin.swing.YearsComboBoxModel
 
setSelectedYear(int) - Method in class ledestin.swing.YearsComboBoxModel
 
setUserObject(Object) - Method in class ledestin.swing.SetTreeNode
 
showExceptionDialog(JFrame, Exception) - Static method in class ledestin.swing.Dialogs
 
srcList - Variable in class ledestin.swing.JListDataExchangePanel
 
srcModel - Variable in class ledestin.swing.JListDataExchangePanel
 

T

TYPE_UNKNOWN - Static variable in class ledestin.swing.ExampleFileFilter
 
temp - Variable in class ledestin.swing.SortedMutableListModel
 
title - Variable in class ledestin.swing.SetTreeNode
 
toString() - Method in class ledestin.swing.SetTreeNode
 

U

updateActions() - Method in class ledestin.swing.JListDataExchangePanel
 
useExtensionsInDescription - Variable in class ledestin.swing.ExampleFileFilter
 

Y

YearsComboBoxModel - class ledestin.swing.YearsComboBoxModel.
The class provides a model for JComboBox allowing to select from a range of years.
YearsComboBoxModel(int, int) - Constructor for class ledestin.swing.YearsComboBoxModel
 

A B C D E F G H I J L M P R S T U Y