| java.lang.Object org.netbeans.editor.JumpList
JumpList | public class JumpList (Code) | | The last several jumps in either the current file or across several files is
stored here in the list. It's possible to track this list.
author: Miloslav Metelka version: 1.00 |
Inner Class :public static class Entry | |
checkAddEntry | public static void checkAddEntry()(Code) | | |
jumpNext | public static void jumpNext(JTextComponent c)(Code) | | Parameters: c - current component. It's used to compare the current componentand position with those stored in the entries. |
jumpNextComponent | public static void jumpNextComponent(JTextComponent c)(Code) | | Parameters: c - current component. It's used to compare the current componentto those stored in the jump list entries. |
jumpPrev | public static void jumpPrev(JTextComponent c)(Code) | | Parameters: c - current component. It's used to compare the current componentand position with those stored in the entries. |
jumpPrevComponent | public static void jumpPrevComponent(JTextComponent c)(Code) | | Parameters: c - current component. It's used to compare the current componentto those stored in the jump list entries. |
|
|