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

Quick Search    Search Deep
B C G R V

B

bible - Variable in class com.eireneh.bible.view.swing.beans.event.VersionEvent
The version name

C

CommandEvent - class com.eireneh.bible.view.swing.beans.event.CommandEvent.
A CommandEvent happens whenever a user makes a command.
CommandEvent(Object, Passage) - Constructor for class com.eireneh.bible.view.swing.beans.event.CommandEvent
For when a command has been made
CommandListener - interface com.eireneh.bible.view.swing.beans.event.CommandListener.
Implement CommandListener to recieve CommandEvents whenever someone makes a command for you to execute.
com.eireneh.bible.view.swing.beans.event - package com.eireneh.bible.view.swing.beans.event
 
commandMade(CommandEvent) - Method in interface com.eireneh.bible.view.swing.beans.event.CommandListener
This method is called to indicate that a command has been made.

G

getBible() - Method in class com.eireneh.bible.view.swing.beans.event.VersionEvent
Accessor fot the chosen Bible
getPassage() - Method in class com.eireneh.bible.view.swing.beans.event.CommandEvent
Get the type of command

R

ref - Variable in class com.eireneh.bible.view.swing.beans.event.CommandEvent
The parameter to the command

V

VersionEvent - class com.eireneh.bible.view.swing.beans.event.VersionEvent.
A VersionEvent happens whenever a user changes version.
VersionEvent(Object, Bible) - Constructor for class com.eireneh.bible.view.swing.beans.event.VersionEvent
A new version is required
VersionListener - interface com.eireneh.bible.view.swing.beans.event.VersionListener.
Implement VersionListener to know when the user want to change versions.
versionChanged(VersionEvent) - Method in interface com.eireneh.bible.view.swing.beans.event.VersionListener
This method is called to indicate that the user wants a new version.

B C G R V