All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

appendClipboardItems(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Append clipboard item(s) after last item in list.

B

beginEditing(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Begin editing (by typing) first selected item in list, add vertical edit bar to end.

C

copySelectedItems(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Copy all selected items into clipboard.
cutSelectedItems(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Move all selected items out of list and into clipboard.

D

deleteSelectedItems(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Delete all selected item from list.

F

finishEditing(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Finish editing (by typing) list, remove any vertical edit bars in list.

G

getCopyright(). Method in class com.wildcrest.jeditlist.JEditList
getListItems(). Method in class com.wildcrest.jeditlist.JEditList
Gets the items in the list.

I

insertClipboardItems(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Insert clipboard item(s) immediately before first selected item in list.
isKeyboardCommandsEnabled(). Method in class com.wildcrest.jeditlist.JEditList
Get current value of keyboardCommandsEnabled flag
isKeystrokeJumptoEnabled(). Method in class com.wildcrest.jeditlist.JEditList
Get current value of keystrokeJumptoEnabled flag
isLightWeightPopupEnabled(). Method in class com.wildcrest.jeditlist.JEditList
Get current value of lightWeightPopupEnabled flag (direct call to popup.isLightWeightPopupEnabled)
isPopupMenuEnabled(). Method in class com.wildcrest.jeditlist.JEditList
Get current value of popupMenuEnabled flag
isReorderingEnabled(). Method in class com.wildcrest.jeditlist.JEditList
Get current value of reorderingEnabled flag

J

JEditList(). Constructor for class com.wildcrest.jeditlist.JEditList
constructs a JList with an empty model.
JEditList(ListModel). Constructor for class com.wildcrest.jeditlist.JEditList
Construct a JList that displays the elements in the specified, non-null model
JEditList(Object[]). Constructor for class com.wildcrest.jeditlist.JEditList
Construct a JList that displays the elements in the specified array.
JEditList(Vector). Constructor for class com.wildcrest.jeditlist.JEditList
Construct a JList that displays the elements in the specified Vector.

M

main(String[]). Static method in class com.wildcrest.jeditlist.JEditList

P

pasteClipboardItems(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Replace first selected item with clipboard items, delete all other selected items from list.

R

redoRemember(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Remember items in list, positions of selected items, and scroll position of list for possible subsequent redo.

S

scrollBottom(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Scroll list so last item is at the bottom.
scrollPageDown(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Scroll list so last, perhaps partially visible, item becomes the top item.
scrollPageUp(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Scroll list so first, perhaps partially visible, item becomes the bottom item.
scrollTop(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Scroll list so first item is at the top.
selectAllItems(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Select all items in list.
setCopyright(String). Method in class com.wildcrest.jeditlist.JEditList
setKeyboardCommandsEnabled(boolean). Method in class com.wildcrest.jeditlist.JEditList
Enable or disable keyboard commands (always enabled in free version)
setKeystrokeJumptoEnabled(boolean). Method in class com.wildcrest.jeditlist.JEditList
Enable or disable keystroke jumpto feature (always enabled in free version)
setLightWeightPopupEnabled(boolean). Method in class com.wildcrest.jeditlist.JEditList
Enable or disable whether JEditList popup menu is lightweight (direct call to popup.setLightWeightPopupEnabled)
setListItems(String). Method in class com.wildcrest.jeditlist.JEditList
Sets the list items from a String of line separator - delimited items
setPopupMenuEnabled(boolean). Method in class com.wildcrest.jeditlist.JEditList
Enable or disable popup menu (always enabled in free version)
setReorderingEnabled(boolean). Method in class com.wildcrest.jeditlist.JEditList
Enable or disable list reordering (always enabled in free version)
sortDown(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Sort list in down-the-page (a...z top to bottom) alphabetic order.
sortUp(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Sort list in up-the-page (z...a top to bottom) alphabetic order.

U

undoLastChange(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Restore list to state at time of last call to undoRemember, swaping state with redoRemember.
undoRemember(JEditList). Method in class com.wildcrest.jeditlist.JEditList
Remember items in list, positions of selected items, and scroll position of list for possible subsequent undo.