|
|||||||||
| Home >> All >> com >> eireneh >> bible >> passage >> [ swing overview ] | PREV NEXT | ||||||||
B
- BibleTreeNode - class com.eireneh.bible.passage.swing.BibleTreeNode.
- BibleTreeNode.
- BibleTreeNode() - Constructor for class com.eireneh.bible.passage.swing.BibleTreeNode
- BibleTreeNode.NodeEnumeration - class com.eireneh.bible.passage.swing.BibleTreeNode.NodeEnumeration.
- The Enumerate over an array
- BibleTreeNode.NodeEnumeration() - Constructor for class com.eireneh.bible.passage.swing.BibleTreeNode.NodeEnumeration
- BookTreeNode - class com.eireneh.bible.passage.swing.BookTreeNode.
- PassageTableModel.
- BookTreeNode(TreeNode, int) - Constructor for class com.eireneh.bible.passage.swing.BookTreeNode
- This constructor is for when we are really a BookTreeNode
- book - Variable in class com.eireneh.bible.passage.swing.BookTreeNode
- The Book that this node referrs to
- border - Variable in class com.eireneh.bible.passage.swing.PassageListCellRenderer
- The border if the label is selected
C
- ChapterTreeNode - class com.eireneh.bible.passage.swing.ChapterTreeNode.
- PassageTableModel.
- ChapterTreeNode(TreeNode, int, int) - Constructor for class com.eireneh.bible.passage.swing.ChapterTreeNode
- This constructor is for when we are really a BookTreeNode
- children() - Method in class com.eireneh.bible.passage.swing.BibleTreeNode
- Returns the children of the reciever as an Enumeration.
- children() - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Returns the children of the reciever as an Enumeration.
- children() - Method in class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- Returns the children of the reciever as an Enumeration.
- com.eireneh.bible.passage.swing - package com.eireneh.bible.passage.swing
- The core responsibility of the passage package is to
store and collate information about the structure of the Bible - The most
important classes are
Passage,PassageTallyandStrongs.
D
- deleteSelected() - Method in class com.eireneh.bible.passage.swing.PassageList
- Remove all of the selected verses from the passage
G
- getAllowsChildren() - Method in class com.eireneh.bible.passage.swing.BibleTreeNode
- Returns true if the receiver allows children.
- getAllowsChildren() - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Returns true if the receiver allows children.
- getAllowsChildren() - Method in class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- Returns true if the receiver allows children.
- getBook() - Method in class com.eireneh.bible.passage.swing.BookTreeNode
- The current book number (Genesis=1)
- getChapter() - Method in class com.eireneh.bible.passage.swing.ChapterTreeNode
- The current Passage number
- getChildAt(int) - Method in class com.eireneh.bible.passage.swing.BibleTreeNode
- Returns the child
TreeNodeat index i - getChildAt(int) - Method in class com.eireneh.bible.passage.swing.BookTreeNode
- Returns the child
TreeNodeat index i - getChildAt(int) - Method in class com.eireneh.bible.passage.swing.ChapterTreeNode
- Returns the child
TreeNodeat index i - getChildAt(int) - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Returns the child
TreeNodeat index i - getChildAt(int) - Method in class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- Returns the child
TreeNodeat index i - getChildAt(int) - Method in class com.eireneh.bible.passage.swing.VerseTreeNode
- Returns the child
TreeNodeat index i - getChildCount() - Method in class com.eireneh.bible.passage.swing.BibleTreeNode
- Returns the number of children
TreeNodes the receiver contains. - getChildCount() - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Returns the number of children
TreeNodes the receiver contains. - getChildCount() - Method in class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- Returns the number of children
TreeNodes the receiver contains. - getChildCount() - Method in class com.eireneh.bible.passage.swing.VerseTreeNode
- Returns the number of children
TreeNodes the receiver contains. - getElementAt(int) - Method in class com.eireneh.bible.passage.swing.PassageListModel
- Returns the value at the specified index.
- getIndex(TreeNode) - Method in class com.eireneh.bible.passage.swing.BibleTreeNode
- Returns the index of
nodein the receivers children. - getIndex(TreeNode) - Method in class com.eireneh.bible.passage.swing.BookTreeNode
- Returns the index of
nodein the receivers children. - getIndex(TreeNode) - Method in class com.eireneh.bible.passage.swing.ChapterTreeNode
- Returns the index of
nodein the receivers children. - getIndex(TreeNode) - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Returns the index of
nodein the receivers children. - getIndex(TreeNode) - Method in class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- Returns the index of
nodein the receivers children. - getIndex(TreeNode) - Method in class com.eireneh.bible.passage.swing.VerseTreeNode
- Returns the index of
nodein the receivers children. - getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.eireneh.bible.passage.swing.PassageListCellRenderer
- Customize something to display the Passage component
- getMode() - Method in class com.eireneh.bible.passage.swing.PassageListModel
- Return the mode we are operating in.
- getParent() - Method in class com.eireneh.bible.passage.swing.BibleTreeNode
- Returns the parent
TreeNodeof the receiver. - getParent() - Method in class com.eireneh.bible.passage.swing.BookTreeNode
- Returns the parent
TreeNodeof the receiver. - getParent() - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Returns the parent
TreeNodeof the receiver. - getParent() - Method in class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- Returns the parent
TreeNodeof the receiver. - getPassage() - Method in class com.eireneh.bible.passage.swing.PassageList
- Accessor for the current passage
- getPassage() - Method in class com.eireneh.bible.passage.swing.PassageListModel
- Accessor for the current passage
- getSize() - Method in class com.eireneh.bible.passage.swing.PassageListModel
- Returns the length of the list.
- getVerse() - Method in class com.eireneh.bible.passage.swing.VerseTreeNode
- The current Passage number
H
- hasMoreElements() - Method in class com.eireneh.bible.passage.swing.BibleTreeNode.NodeEnumeration
- hash - Variable in class com.eireneh.bible.passage.swing.PassageListCellRenderer
- A cache of Bible texts
I
- index - Variable in class com.eireneh.bible.passage.swing.BibleTreeNode.NodeEnumeration
- isLeaf() - Method in class com.eireneh.bible.passage.swing.BibleTreeNode
- Returns true if the receiver is a leaf.
- isLeaf() - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Returns true if the receiver is a leaf.
- isLeaf() - Method in class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- Returns true if the receiver is a leaf.
K
- kids - Variable in class com.eireneh.bible.passage.swing.BibleTreeNode
- The ChapterTreeNodes that we have created
L
- LIST_RANGES - Static variable in class com.eireneh.bible.passage.swing.PassageListModel
- Constant to make us list verses in ranges
- LIST_VERSES - Static variable in class com.eireneh.bible.passage.swing.PassageListModel
- Constant to make us list individual verses not ranges
- label - Variable in class com.eireneh.bible.passage.swing.PassageListCellRenderer
- The label to display if the item is not selected
M
- mode - Variable in class com.eireneh.bible.passage.swing.PassageListModel
- Are we modeling in groups or individually
N
- nextElement() - Method in class com.eireneh.bible.passage.swing.BibleTreeNode.NodeEnumeration
P
- Passage - Variable in class com.eireneh.bible.passage.swing.ChapterTreeNode
- The Book that this node referrs to
- PassageList - class com.eireneh.bible.passage.swing.PassageList.
- A Simple extension to JList to customize it to hold a Passage and provide Passage related actions.
- PassageList() - Constructor for class com.eireneh.bible.passage.swing.PassageList
- Basic Ctor, using default range scope
- PassageList(Passage) - Constructor for class com.eireneh.bible.passage.swing.PassageList
- Ctor with a Passage, using default range scope
- PassageList(Passage, int) - Constructor for class com.eireneh.bible.passage.swing.PassageList
- Ctor with a Passage, using default range scope
- PassageListCellRenderer - class com.eireneh.bible.passage.swing.PassageListCellRenderer.
- Renders a Passage in a JList.
- PassageListCellRenderer() - Constructor for class com.eireneh.bible.passage.swing.PassageListCellRenderer
- Constructs a default renderer object for an item in a list.
- PassageListModel - class com.eireneh.bible.passage.swing.PassageListModel.
- The PassageListModel class gives access to a Passage via a ListModel.
- PassageListModel(Passage, int) - Constructor for class com.eireneh.bible.passage.swing.PassageListModel
- Create a PassageListModel from a Passage.
- PassageTreeModel - class com.eireneh.bible.passage.swing.PassageTreeModel.
- The PassageTreeModel class implements TreeModel using various custom TreeNodes, and simply extending DefaultTreeModel.
- PassageTreeModel(Passage, JTree) - Constructor for class com.eireneh.bible.passage.swing.PassageTreeModel
- Basic constructor
- PassageTreeNode - class com.eireneh.bible.passage.swing.PassageTreeNode.
- A PassageTreeNode extends TreeNode to Model a Passage.
- PassageTreeNode(Passage, JTree) - Constructor for class com.eireneh.bible.passage.swing.PassageTreeNode
- parent - Variable in class com.eireneh.bible.passage.swing.BookTreeNode
- The base of this tree
- plm - Variable in class com.eireneh.bible.passage.swing.PassageList
R
- range - Variable in class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- The range that we are displaying
- ref - Variable in class com.eireneh.bible.passage.swing.BibleTreeNode
- If we are only displaying some of the verses
- ref - Variable in class com.eireneh.bible.passage.swing.PassageListModel
- The Passage that we are modeling
- ref - Variable in class com.eireneh.bible.passage.swing.PassageTreeModel
- The Passagethat we are modeling
- ref - Variable in class com.eireneh.bible.passage.swing.PassageTreeNode
- The Passage to be displayed
S
- setMode(int) - Method in class com.eireneh.bible.passage.swing.PassageListModel
- Change the mode we are operating in.
- setPassage(Passage, boolean) - Method in class com.eireneh.bible.passage.swing.BibleTreeNode
- setPassage(Passage, boolean) - Method in class com.eireneh.bible.passage.swing.BookTreeNode
- This constructor is for when we are really a BookTreeNode
- setPassage(Passage, boolean) - Method in class com.eireneh.bible.passage.swing.ChapterTreeNode
- This constructor is for when we are really a BookTreeNode
- setPassage(Passage) - Method in class com.eireneh.bible.passage.swing.PassageList
- Accessor for the current passage
- setPassage(Passage) - Method in class com.eireneh.bible.passage.swing.PassageListModel
- Accessor for the current passage
- setPassage(Passage, boolean) - Method in class com.eireneh.bible.passage.swing.VerseTreeNode
- This constructor is for when we are really a BookTreeNode
T
- toString() - Method in class com.eireneh.bible.passage.swing.BibleTreeNode
- Returns the children of the reciever as an Enumeration.
- toString() - Method in class com.eireneh.bible.passage.swing.BookTreeNode
- How we appear in the Tree
- toString() - Method in class com.eireneh.bible.passage.swing.ChapterTreeNode
- How we appear in the Tree
- toString() - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Returns the children of the reciever as an Enumeration.
- toString() - Method in class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- Returns the children of the reciever as an Enumeration.
- toString() - Method in class com.eireneh.bible.passage.swing.VerseTreeNode
- How we appear in the Tree
- tree - Variable in class com.eireneh.bible.passage.swing.PassageTreeNode
- The Passage to be displayed
V
- VerseRangeTreeNode - class com.eireneh.bible.passage.swing.VerseRangeTreeNode.
- BibleTreeNode.
- VerseRangeTreeNode(VerseRange) - Constructor for class com.eireneh.bible.passage.swing.VerseRangeTreeNode
- VerseTreeNode - class com.eireneh.bible.passage.swing.VerseTreeNode.
- PassageTableModel.
- VerseTreeNode(TreeNode, int, int, int) - Constructor for class com.eireneh.bible.passage.swing.VerseTreeNode
- This constructor is for when we are really a BookTreeNode
- verse - Variable in class com.eireneh.bible.passage.swing.VerseTreeNode
- The Verse that this node referrs to
- versesAdded(PassageEvent) - Method in class com.eireneh.bible.passage.swing.PassageListModel
- Sent after stuff has been added to the Passage.
- versesAdded(PassageEvent) - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Sent after stuff has been added to the Passage.
- versesChanged(PassageEvent) - Method in class com.eireneh.bible.passage.swing.PassageListModel
- Sent after verses have been simultaneously added and removed from the Passage.
- versesChanged(PassageEvent) - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Sent after verses have been symultaneously added and removed from the Passage.
- versesRemoved(PassageEvent) - Method in class com.eireneh.bible.passage.swing.PassageListModel
- Sent after stuff has been removed from the Passage.
- versesRemoved(PassageEvent) - Method in class com.eireneh.bible.passage.swing.PassageTreeNode
- Sent after stuff has been removed from the Passage.
B C D G H I K L M N P R S T V
|
|||||||||
| Home >> All >> com >> eireneh >> bible >> passage >> [ swing overview ] | PREV NEXT | ||||||||