SYMBOL INDEX (3317 symbols across 409 files) FILE: Quelea/icons/jscolor.js function removeDotSegments (line 293) | function removeDotSegments(path) { function RGB_HSV (line 544) | function RGB_HSV(r, g, b) { function HSV_RGB (line 554) | function HSV_RGB(h, s, v) { function removePicker (line 572) | function removePicker() { function drawPicker (line 578) | function drawPicker(x, y) { function getPickerDims (line 802) | function getPickerDims(o) { function redrawPad (line 814) | function redrawPad() { function redrawSld (line 866) | function redrawSld() { function isPickerOwner (line 878) | function isPickerOwner() { function blurTarget (line 883) | function blurTarget() { function blurValue (line 893) | function blurValue() { function setPad (line 900) | function setPad(e) { function setSld (line 911) | function setSld(e) { function dispatchImmediateChange (line 921) | function dispatchImmediateChange() { FILE: Quelea/src/main/java/org/javafx/dialog/Dialog.java class Dialog (line 35) | public class Dialog extends Stage { class StacktraceExtractor (line 56) | protected static class StacktraceExtractor { method extract (line 58) | public String extract(Throwable t) { class Builder (line 69) | public static class Builder { method create (line 79) | public Builder create() { method setOwner (line 122) | public Builder setOwner(Window owner) { method setTitle (line 131) | public Builder setTitle(String title) { method setMessage (line 136) | public Builder setMessage(String message) { method alignScrollPane (line 141) | private void alignScrollPane() { method setStackTrace (line 177) | private Builder setStackTrace(Throwable t) { method setIconFromResource (line 239) | protected void setIconFromResource(String resourceName) { method setWarningIcon (line 244) | public Builder setWarningIcon() { method setErrorIcon (line 249) | public Builder setErrorIcon() { method setThrowableIcon (line 254) | protected Builder setThrowableIcon() { method setInfoIcon (line 259) | protected Builder setInfoIcon() { method setConfirmationIcon (line 264) | protected Builder setConfirmationIcon() { method addOkButton (line 269) | protected Builder addOkButton() { method addConfirmationButton (line 277) | protected Builder addConfirmationButton(String buttonCaption, final ... method addApplyButton (line 292) | protected Builder addApplyButton(String buttonCaption, final EventHa... method addYesButton (line 311) | public Builder addYesButton(EventHandler actionHandler) { method addNoButton (line 321) | public Builder addNoButton(EventHandler actionHandler) { method addCancelButton (line 331) | public Builder addCancelButton(EventHandler actionHandl... method addLabelledButton (line 335) | public Builder addLabelledButton(String label, EventHandler getResources(); method setThemeForm (line 54) | void setThemeForm(ColorPicker backgroundColorPicker, ComboBox ... FILE: Quelea/src/main/java/org/quelea/data/ColourBackground.java class ColourBackground (line 40) | public class ColourBackground implements Background, Serializable { method ColourBackground (line 49) | public ColourBackground(Color colour) { method getColour (line 59) | public Color getColour() { method getString (line 68) | @Override method getResources (line 78) | @Override method setThemeForm (line 84) | @Override method hashCode (line 94) | @Override method equals (line 101) | @Override FILE: Quelea/src/main/java/org/quelea/data/GlobalThemeStore.java class GlobalThemeStore (line 18) | public class GlobalThemeStore { method setSongThemeOverride (line 23) | public void setSongThemeOverride(ThemeDTO songTheme) { method setBibleThemeOverride (line 27) | public void setBibleThemeOverride(ThemeDTO bibleTheme) { method getTheme (line 31) | public ThemeDTO getTheme(TextDisplayable displayable, TextSection sect... FILE: Quelea/src/main/java/org/quelea/data/ImageBackground.java class ImageBackground (line 46) | public class ImageBackground implements Background, Serializable { method ImageBackground (line 56) | public ImageBackground(String imageName) { method initImage (line 61) | private Image initImage() { method getImage (line 85) | public Image getImage() { method getImageFile (line 101) | public File getImageFile() { method getString (line 114) | @Override method getResources (line 124) | @Override method setThemeForm (line 131) | @Override method hashCode (line 142) | @Override method equals (line 150) | @Override FILE: Quelea/src/main/java/org/quelea/data/SaveCallback.java type SaveCallback (line 25) | public interface SaveCallback { method saved (line 31) | void saved(boolean success); FILE: Quelea/src/main/java/org/quelea/data/Schedule.java class Schedule (line 81) | public class Schedule implements Iterable { method Schedule (line 91) | public Schedule() { method fromFile (line 102) | public static Schedule fromFile(File file) { method parseXML (line 173) | private static Schedule parseXML(InputStream inputStream, Map ... method defaultIfEmpty (line 502) | private static String defaultIfEmpty(String val, String defaultVal) { method isItalic (line 515) | public boolean isItalic() { method isBold (line 522) | public boolean isBold() { method isTranslateItalic (line 529) | public boolean isTranslateItalic() { method isTranslateBold (line 536) | public boolean isTranslateBold() { method toString (line 540) | @Override FILE: Quelea/src/main/java/org/quelea/data/VideoBackground.java class VideoBackground (line 43) | public class VideoBackground implements Background, Serializable { method VideoBackground (line 57) | public VideoBackground(String vidLocation, double hue, boolean stretch) { method getHue (line 68) | public double getHue() { method getStretch (line 76) | public boolean getStretch() { method getVideoFile (line 85) | public File getVideoFile() { method getVLCVidString (line 96) | public String getVLCVidString() { method getString (line 100) | @Override method getResources (line 105) | @Override method setThemeForm (line 112) | @Override method hashCode (line 123) | @Override method equals (line 130) | @Override FILE: Quelea/src/main/java/org/quelea/data/bible/Bible.java class Bible (line 49) | public final class Bible implements BibleInterface, Serializable { method Bible (line 62) | private Bible(String name) { method getFilePath (line 70) | public String getFilePath() { method setFilePath (line 74) | public void setFilePath(String filePath) { method hashCode (line 78) | @Override method equals (line 87) | @Override method parseBible (line 114) | public static Bible parseBible(final File file) { method parseXML (line 157) | public static Bible parseXML(Node node, String defaultName) { method isBibleBookNode (line 191) | private boolean isBibleBookNode(Node n) { method toList (line 198) | private static List toList(NodeList nodeList) { method toXML (line 211) | public String toXML() { method getInformation (line 232) | public BibleInfo getInformation() { method getBibleName (line 241) | public String getBibleName() { method toString (line 250) | @Override method addBook (line 265) | public void addBook(BibleBook book) { method getBooks (line 274) | public BibleBook[] getBooks() { method getNum (line 278) | @Override method getText (line 283) | @Override method getName (line 288) | @Override method getParent (line 293) | @Override FILE: Quelea/src/main/java/org/quelea/data/bible/BibleBook.java class BibleBook (line 36) | public final class BibleBook implements BibleInterface, Serializable { method BibleBook (line 50) | private BibleBook() { method hashCode (line 55) | @Override method equals (line 64) | @Override method setBible (line 90) | public void setBible(Bible bible) { method getFullText (line 99) | public String getFullText() { method getCaretIndexOfChapter (line 128) | public int getCaretIndexOfChapter(int num) { method getBible (line 137) | public Bible getBible() { method parseXML (line 150) | public static BibleBook parseXML(Node node, int defaultBookNum, String... method toXML (line 200) | public String toXML() { method getBookName (line 219) | public String getBookName() { method toString (line 228) | @Override method getBookNumber (line 238) | public int getBookNumber() { method addChapter (line 247) | public void addChapter(BibleChapter chapter) { method getChapter (line 257) | public BibleChapter getChapter(int i) { method getChapters (line 270) | public BibleChapter[] getChapters() { method getNum (line 274) | @Override method getName (line 279) | @Override method getBSName (line 284) | public String getBSName() { method getText (line 288) | @Override method getParent (line 293) | @Override FILE: Quelea/src/main/java/org/quelea/data/bible/BibleBookNameUtil.java class BibleBookNameUtil (line 12) | public class BibleBookNameUtil { method getBookNameForIndex (line 88) | public static String getBookNameForIndex(int index, int length) { FILE: Quelea/src/main/java/org/quelea/data/bible/BibleBrowseDialog.java class BibleBrowseDialog (line 39) | public class BibleBrowseDialog extends Stage implements BibleChangeListe... method BibleBrowseDialog (line 48) | public BibleBrowseDialog() { method setBible (line 93) | public void setBible(Bible bible) { method setBook (line 102) | public void setBook(BibleBook book) { method setChapter (line 112) | public void setChapter(BibleChapter chapter) { method updateBooks (line 119) | public final void updateBooks() { method updateBibles (line 134) | @Override FILE: Quelea/src/main/java/org/quelea/data/bible/BibleChangeListener.java type BibleChangeListener (line 24) | public interface BibleChangeListener { method updateBibles (line 29) | void updateBibles(); FILE: Quelea/src/main/java/org/quelea/data/bible/BibleChapter.java class BibleChapter (line 36) | public final class BibleChapter implements BibleInterface, Serializable { method BibleChapter (line 51) | private BibleChapter(int num) { method hashCode (line 57) | @Override method equals (line 65) | @Override method setBook (line 88) | public void setBook(BibleBook book) { method getBook (line 97) | public BibleBook getBook() { method parseXML (line 110) | public static BibleChapter parseXML(Node node, int defaultNum) { method toXML (line 163) | public String toXML() { method toString (line 184) | @Override method addVerse (line 194) | private void addVerse(BibleVerse verse) { method addCaption (line 204) | private void addCaption(String caption) { method getVerses (line 213) | public BibleVerse[] getVerses() { method getCaptions (line 222) | public String[] getCaptions() { method getVerse (line 232) | public BibleVerse getVerse(int i) { method getFullText (line 241) | public String getFullText() { method getID (line 258) | public int getID() { method getNum (line 267) | @Override method getName (line 272) | @Override method getText (line 277) | @Override method getParent (line 282) | @Override FILE: Quelea/src/main/java/org/quelea/data/bible/BibleInfo.java class BibleInfo (line 34) | public class BibleInfo implements Serializable { method BibleInfo (line 43) | public BibleInfo(String title) { method BibleInfo (line 52) | private BibleInfo() { method putAttribute (line 62) | public void putAttribute(String attribute, String value) { method getAtributes (line 71) | public Set> getAtributes() { method hashCode (line 75) | @Override method equals (line 82) | @Override method parseXML (line 104) | public static BibleInfo parseXML(Node info) { method toXML (line 121) | public String toXML() { FILE: Quelea/src/main/java/org/quelea/data/bible/BibleInterface.java type BibleInterface (line 26) | public interface BibleInterface { method getNum (line 33) | int getNum(); method getName (line 40) | String getName(); method getText (line 47) | String getText(); method getParent (line 54) | BibleInterface getParent(); FILE: Quelea/src/main/java/org/quelea/data/bible/BibleManager.java class BibleManager (line 41) | public final class BibleManager { method BibleManager (line 54) | private BibleManager() { method get (line 68) | public static BibleManager get() { method runOnIndexInit (line 78) | public void runOnIndexInit(Runnable r) { method registerBibleChangeListener (line 93) | public void registerBibleChangeListener(BibleChangeListener listener) { method updateListeners (line 100) | private void updateListeners() { method getBibles (line 111) | public Bible[] getBibles() { method getBibleFromName (line 115) | public Bible getBibleFromName(String name) { method getIndex (line 128) | public SearchIndex getIndex() { method refresh (line 136) | public void refresh() { method refreshAndLoad (line 145) | public void refreshAndLoad() { method loadBibles (line 155) | public void loadBibles(boolean updateIndex) { method isIndexInit (line 183) | public boolean isIndexInit() { method buildIndex (line 190) | public void buildIndex() { FILE: Quelea/src/main/java/org/quelea/data/bible/BibleSearchDialog.java class BibleSearchDialog (line 54) | public class BibleSearchDialog extends Stage implements BibleChangeListe... method BibleSearchDialog (line 68) | public BibleSearchDialog() { method reset (line 143) | public final void reset() { type ExecRunnable (line 164) | private interface ExecRunnable extends Runnable { method cancel (line 166) | void cancel(); method update (line 172) | private void update() { method updateBibles (line 227) | @Override FILE: Quelea/src/main/java/org/quelea/data/bible/BibleSearchPopupMenu.java class BibleSearchPopupMenu (line 31) | public class BibleSearchPopupMenu extends ContextMenu { method BibleSearchPopupMenu (line 39) | public BibleSearchPopupMenu() { method trigger (line 48) | private void trigger() { method setCurrentChapter (line 61) | public void setCurrentChapter(BibleChapter currentChapter) { FILE: Quelea/src/main/java/org/quelea/data/bible/BibleSearchTreeView.java class BibleSearchTreeView (line 38) | public class BibleSearchTreeView extends TreeView { method BibleSearchTreeView (line 53) | public BibleSearchTreeView(ScrollPane chapterPane, ComboBox bibles) { method trigger (line 69) | private void trigger(Event t) { method reset (line 103) | public void reset() { method add (line 115) | public void add(BibleVerse verse) { method size (line 142) | public int size() { method existsOrCreateInt (line 148) | private TreeItem existsOrCreateInt(Collection song, final b... method addSong (line 206) | public synchronized boolean addSong(final SongDisplayable[] songs, fin... method updateSong (line 255) | public synchronized boolean updateSong(final SongDisplayable song) { method updateSong (line 268) | public synchronized boolean updateSong(final SongDisplayable song, boo... method removeSong (line 319) | public synchronized boolean removeSong(final SongDisplayable song) { method removeSongs (line 330) | public synchronized boolean removeSongs(final List so... method clearIndex (line 353) | private void clearIndex() { FILE: Quelea/src/main/java/org/quelea/data/db/ThemeDao.java class ThemeDao (line 12) | public class ThemeDao { method ThemeDao (line 14) | public ThemeDao(Session session) { method getThemeById (line 18) | public Theme getThemeById(long id){ method getThemes (line 22) | @SuppressWarnings("unchecked") FILE: Quelea/src/main/java/org/quelea/data/db/model/DBConstants.java class DBConstants (line 8) | public class DBConstants { method DBConstants (line 12) | private DBConstants() { FILE: Quelea/src/main/java/org/quelea/data/db/model/Song.java class Song (line 19) | @Entity method Song (line 39) | public Song() { method Song (line 42) | public Song(String title, String author, String lyrics, String ccli, S... method getId (line 64) | @Id method setId (line 74) | public void setId(Long id) { method getTitle (line 81) | @Column(name = "title", nullable = false, length = STRING_LENGTH) method setTitle (line 89) | public void setTitle(String title) { method getAuthor (line 96) | @Column(name = "author", length = STRING_LENGTH) method setAuthor (line 104) | public void setAuthor(String author) { method getLyrics (line 111) | @Column(name = "lyrics", length = STRING_LENGTH) method setLyrics (line 119) | public void setLyrics(String lyrics) { method getTheme (line 126) | @ManyToOne(cascade = CascadeType.ALL) method setTheme (line 134) | public void setTheme(Theme theme) { method getCcli (line 141) | @Column(name = "ccli", length = STRING_LENGTH) method setCcli (line 149) | public void setCcli(String ccli) { method getCopyright (line 156) | @Column(name = "copyright", length = STRING_LENGTH) method setCopyright (line 164) | public void setCopyright(String copyright) { method getYear (line 171) | @Column(name = "year", length = STRING_LENGTH) method setYear (line 179) | public void setYear(String year) { method getPublisher (line 186) | @Column(name = "publisher", length = STRING_LENGTH) method setPublisher (line 194) | public void setPublisher(String publisher) { method getKey (line 201) | @Column(name = "key", length = STRING_LENGTH) method setKey (line 209) | public void setKey(String key) { method getCapo (line 216) | @Column(name = "capo", length = STRING_LENGTH) method setCapo (line 224) | public void setCapo(String capo) { method getInfo (line 231) | @Column(name = "info", length = STRING_LENGTH) method setInfo (line 239) | public void setInfo(String info) { method getTranslations (line 243) | @Lob method setTranslations (line 249) | public void setTranslations(HashMap translations) { method getSequence (line 256) | @Column(name = "songsequence", length = STRING_LENGTH) method setSequence (line 264) | public void setSequence(String sequence) { FILE: Quelea/src/main/java/org/quelea/data/db/model/TextShadow.java class TextShadow (line 14) | @Entity method TextShadow (line 27) | public TextShadow(TextShadow textShadow) { method TextShadow (line 31) | public TextShadow(String shadowColor, Double offsetX, Double offsetY, ... method TextShadow (line 42) | public TextShadow() { method getId (line 48) | @Id method setId (line 58) | public void setId(Long id) { method getShadowColor (line 65) | @Column(name = "shadowcolor", nullable = false, length = STRING_LENGTH) method setShadowColor (line 73) | public void setShadowColor(String shadowColor) { method getOffsetX (line 80) | @Column(name = "offsetx", nullable = false) method setOffsetX (line 88) | public void setOffsetX(Double offsetX) { method getUse (line 95) | @Column(name = "use") method setUse (line 106) | public void setUse(Boolean use) { method getOffsetY (line 113) | @Column(name = "offsety", nullable = false) method setOffsetY (line 121) | public void setOffsetY(Double offsetY) { method getRadius (line 128) | @Column(name = "radius") method setRadius (line 139) | public void setRadius(Double radius) { method getSpread (line 146) | @Column(name = "spread") method setSpread (line 157) | public void setSpread(Double spread) { method getWidth (line 164) | @Column(name = "width", nullable = false) method setWidth (line 172) | public void setWidth(Double width) { FILE: Quelea/src/main/java/org/quelea/data/db/model/Theme.java class Theme (line 18) | @Entity method Theme (line 42) | public Theme() { method Theme (line 45) | public Theme(String name, String fontname, String fontcolour, String t... method Theme (line 67) | public Theme(Theme theme) { method getId (line 91) | @Id method setId (line 101) | public void setId(Long id) { method getName (line 108) | @Column(name = "name", nullable = false, length = STRING_LENGTH) method setName (line 116) | public void setName(String name) { method getVideoHue (line 120) | @Column(name = "videoHue") method setVideoHue (line 128) | public void setVideoHue(Double videoHue) { method getVideoStretch (line 132) | @Column(name = "videoStretch") method setVideoStretch (line 140) | public void setVideoStretch(Boolean videoStretch) { method getTextPosition (line 144) | @Column(name="textPosition") method setTextPosition (line 152) | public void setTextPosition(Integer textPosition) { method getTextAlignment (line 156) | @Column(name="textAlignment") method setTextAlignment (line 164) | public void setTextAlignment(Integer textAlignment) { method getFontname (line 171) | @Column(name = "fontname", length = STRING_LENGTH) method setFontname (line 179) | public void setFontname(String fontname) { method getFontcolour (line 186) | @Column(name = "fontcolour", length = STRING_LENGTH) method setFontcolour (line 194) | public void setFontcolour(String fontcolour) { method getTranslateFontname (line 201) | @Column(name = "translatefontname", length = STRING_LENGTH) method setTranslateFontname (line 209) | public void setTranslateFontname(String translateFontname) { method getTranslateFontcolour (line 216) | @Column(name = "translatefontcolour", length = STRING_LENGTH) method setTranslateFontcolour (line 224) | public void setTranslateFontcolour(String translateFontcolour) { method getBackgroundcolour (line 231) | @Column(name = "backgroundcolor", length = STRING_LENGTH) method setBackgroundcolour (line 239) | public void setBackgroundcolour(String backgroundcolour) { method getBackgroundvid (line 246) | @Column(name = "backgroundvid", length = STRING_LENGTH) method setBackgroundvid (line 254) | public void setBackgroundvid(String backgroundvid) { method getBackgroundimage (line 261) | @Column(name = "backgroundimage", length = STRING_LENGTH) method setBackgroundimage (line 269) | public void setBackgroundimage(String backgroundimage) { method getTextShadow (line 276) | @ManyToOne(cascade = CascadeType.ALL) method setTextShadow (line 284) | public void setTextShadow(TextShadow textShadow) { method isFontBold (line 291) | @Column(name = "isfontbold") method setFontBold (line 299) | public void setFontBold(Boolean isFontBold) { method isFontItalic (line 306) | @Column(name = "isfontitalic") method setFontItalic (line 314) | public void setFontItalic(Boolean isFontItalic) { method isTranslateFontBold (line 321) | @Column(name = "istranslatefontbold") method setTranslateFontBold (line 329) | public void setTranslateFontBold(Boolean translateFontBold) { method isTranslateFontItalic (line 336) | @Column(name = "istranslatefontitalic") method setTranslateFontItalic (line 344) | public void setTranslateFontItalic(Boolean translateFontItalic) { method toString (line 348) | @Override FILE: Quelea/src/main/java/org/quelea/data/displayable/AudioDisplayable.java class AudioDisplayable (line 19) | public class AudioDisplayable implements MultimediaDisplayable, Serializ... method AudioDisplayable (line 28) | public AudioDisplayable(File file) { method parseXML (line 39) | public static AudioDisplayable parseXML(Node node, Map... method getLocation (line 48) | @Override method getName (line 58) | @Override method supportClear (line 68) | @Override method getXML (line 78) | @Override method getPreviewIcon (line 96) | @Override method getPreviewText (line 106) | @Override method getResources (line 116) | @Override method dispose (line 123) | @Override FILE: Quelea/src/main/java/org/quelea/data/displayable/BiblePassage.java class BiblePassage (line 52) | public class BiblePassage implements TextDisplayable, Serializable { method BiblePassage (line 69) | public BiblePassage(String biblename, String location, BibleVerse[] ve... method BiblePassage (line 82) | public BiblePassage(String summary, BibleVerse[] verses, ThemeDTO them... method getCachedUniformFontSize (line 99) | @Override method setCachedUniformFontSize (line 104) | @Override method fillTextSections (line 112) | private void fillTextSections() { method getVerses (line 204) | public BibleVerse[] getVerses() { method getXML (line 213) | @Override method toString (line 247) | @Override method getTheme (line 261) | @Override method setTheme (line 271) | @Override method parseXML (line 286) | public static BiblePassage parseXML(Node passage) { method getPreviewIcon (line 332) | @Override method getPreviewText (line 342) | @Override method getSections (line 352) | @Override method getResources (line 362) | @Override method supportClear (line 380) | @Override method dispose (line 385) | @Override method updateBibleLines (line 390) | public void updateBibleLines() { method getMulti (line 399) | public boolean getMulti() { method getLocation (line 403) | public String getLocation() { FILE: Quelea/src/main/java/org/quelea/data/displayable/DiskDisplayable.java class DiskDisplayable (line 26) | public class DiskDisplayable extends VideoDisplayable { method DiskDisplayable (line 34) | public DiskDisplayable(String path) { FILE: Quelea/src/main/java/org/quelea/data/displayable/Displayable.java type Displayable (line 31) | public interface Displayable extends Serializable { method supportClear (line 38) | boolean supportClear(); method getXML (line 45) | String getXML(); method getPreviewIcon (line 52) | Node getPreviewIcon(); method getPreviewText (line 59) | String getPreviewText(); method getResources (line 67) | Collection getResources(); method dispose (line 72) | void dispose(); FILE: Quelea/src/main/java/org/quelea/data/displayable/ImageDisplayable.java class ImageDisplayable (line 39) | public class ImageDisplayable implements Displayable { method ImageDisplayable (line 52) | public ImageDisplayable(File file) { method ImageDisplayable (line 57) | public ImageDisplayable(Image image) { method getFile (line 67) | public File getFile() { method getImage (line 76) | public Image getImage() { method parseXML (line 87) | public static ImageDisplayable parseXML(Node node, Map... method getXML (line 108) | @Override method getPreviewIcon (line 126) | @Override method getPreviewText (line 137) | @Override method getResources (line 147) | @Override method supportClear (line 160) | @Override method dispose (line 165) | @Override FILE: Quelea/src/main/java/org/quelea/data/displayable/ImageGroupDisplayable.java class ImageGroupDisplayable (line 42) | public class ImageGroupDisplayable implements Displayable { method ImageGroupDisplayable (line 47) | public ImageGroupDisplayable(File[] file, String groupTitle) throws IO... method supportClear (line 62) | @Override method getXML (line 72) | @Override method parseXML (line 101) | public static ImageGroupDisplayable parseXML(Node node, Map f... method getPreviewIcon (line 109) | @Override method getPreviewText (line 119) | @Override method getResources (line 129) | @Override method dispose (line 139) | @Override method getPresentation (line 148) | public Pdf getPresentation() { FILE: Quelea/src/main/java/org/quelea/data/displayable/PresentationDisplayable.java class PresentationDisplayable (line 43) | public class PresentationDisplayable implements Displayable { method PresentationDisplayable (line 55) | public PresentationDisplayable(File file) throws IOException { method getPresentation (line 77) | public Presentation getPresentation() { method getOOPresentation (line 86) | public OOPresentation getOOPresentation() { method parseXML (line 98) | public static PresentationDisplayable parseXML(Node node, Map translations) { method capo (line 242) | public Builder capo(String capo) { method info (line 257) | public Builder info(String info) { method sequence (line 272) | public Builder sequence(String sequence) { method get (line 283) | public SongDisplayable get() { method SongDisplayable (line 294) | public SongDisplayable(SongDisplayable song) { method SongDisplayable (line 325) | public SongDisplayable(String title, String author) { method SongDisplayable (line 339) | public SongDisplayable(String title, String author, ThemeDTO theme) { method getCachedUniformFontSize (line 350) | @Override method setCachedUniformFontSize (line 355) | @Override method setNoDBUpdate (line 363) | public void setNoDBUpdate() { method checkDBUpdate (line 372) | public boolean checkDBUpdate() { method setQuickInsert (line 380) | public void setQuickInsert() { method isQuickInsert (line 391) | public boolean isQuickInsert() { method getCurrentTranslationSection (line 403) | public String getCurrentTranslationSection(int index) { method setCurrentTranslationLyrics (line 423) | public void setCurrentTranslationLyrics(String currentTranslation) { method getCurrentTranslationLyrics (line 434) | public String getCurrentTranslationLyrics() { method getCurrentTranslationName (line 451) | public String getCurrentTranslationName() { method matchID (line 462) | public void matchID() { method hasChords (line 478) | public boolean hasChords() { method getID (line 494) | public long getID() { method setID (line 504) | public void setID(long id) { method getTitle (line 514) | public String getTitle() { method setTitle (line 524) | public void setTitle(String title) { method setTranslations (line 529) | public void setTranslations(HashMap translations) { method getAuthor (line 540) | public String getAuthor() { method setAuthor (line 550) | public void setAuthor(String author) { method supportClear (line 561) | @Override method getCcli (line 572) | public String getCcli() { method getPublisher (line 582) | public String getPublisher() { method getYear (line 592) | public String getYear() { method getTheme (line 602) | public ThemeDTO getTheme() { method getCopyright (line 612) | public String getCopyright() { method getKey (line 622) | public String getKey() { method getInfo (line 632) | public String getInfo() { method getCapo (line 642) | public String getCapo() { method setCapo (line 652) | public void setCapo(String capo) { method setPrintChords (line 663) | public void setPrintChords(boolean printChords) { method setInfo (line 673) | public void setInfo(String info) { method setKey (line 683) | public void setKey(String key) { method setCcli (line 693) | public void setCcli(String ccli) { method setPublisher (line 703) | public void setPublisher(String publisher) { method setYear (line 713) | public void setYear(String year) { method setCopyright (line 723) | public void setCopyright(String copyright) { method setSequence (line 734) | public void setSequence(String sequence) { method getSequence (line 744) | public String getSequence() { method refreshLyrics (line 748) | private void refreshLyrics() { method getLyrics (line 770) | public String getLyrics(boolean chords, boolean comments, boolean inSe... method addTranslation (line 784) | public void addTranslation(String translationName, String translationT... method getTranslations (line 789) | public HashMap getTranslations() { method setLyrics (line 801) | public void setLyrics(String lyrics) { method setSectionsInSequence (line 868) | private void setSectionsInSequence(List sectionsWithoutSe... method addSection (line 896) | public void addSection(TextSection section) { method addSection (line 911) | public void addSection(int index, TextSection section) { method addSections (line 926) | public void addSections(TextSection[] sections) { method replaceSection (line 941) | public void replaceSection(TextSection newSection, int index) { method removeSection (line 953) | public void removeSection(int index) { method getSections (line 965) | @Override method getSectionsWithoutSequence (line 979) | public TextSection[] getSectionsWithoutSequence() { method setLastSearch (line 989) | public void setLastSearch(String lastSearch) { method getListHTML (line 1001) | public String getListHTML() {//@todo wrong method name method getLastSearch (line 1005) | public String getLastSearch() { method getXML (line 1015) | @Override method getPrintXML (line 1097) | public String getPrintXML(boolean includeTranslations) { method parseXML (line 1148) | public static SongDisplayable parseXML(String xml) { method parseXML (line 1167) | public static SongDisplayable parseXML(InputStream inputStream) { method parseXML (line 1186) | public static SongDisplayable parseXML(Node song, Map ... method hashCode (line 1304) | @Override method equals (line 1322) | @Override method compareTo (line 1354) | @Override method toString (line 1375) | @Override method getPreviewIcon (line 1386) | @Override method getTranslationPart (line 1405) | private StackPane getTranslationPart() { method getPreviewText (line 1426) | @Override method removeDuplicateSections (line 1439) | public void removeDuplicateSections() { method getResources (line 1450) | @Override method setTheme (line 1463) | public void setTheme(ThemeDTO theme) { method dispose (line 1468) | @Override FILE: Quelea/src/main/java/org/quelea/data/displayable/TextAlignment.java type TextAlignment (line 27) | public enum TextAlignment { method TextAlignment (line 35) | TextAlignment(String friendlyString) { method toFriendlyString (line 44) | public String toFriendlyString() { method parse (line 54) | public static TextAlignment parse(String val) { FILE: Quelea/src/main/java/org/quelea/data/displayable/TextDisplayable.java type TextDisplayable (line 27) | public interface TextDisplayable extends Displayable { method getSections (line 33) | TextSection[] getSections(); method getCachedUniformFontSize (line 35) | Double getCachedUniformFontSize(Dimension dimension); method setCachedUniformFontSize (line 36) | void setCachedUniformFontSize(Dimension dimension, double size); method getTheme (line 42) | ThemeDTO getTheme(); method setTheme (line 48) | void setTheme(ThemeDTO theme); FILE: Quelea/src/main/java/org/quelea/data/displayable/TextSection.java class TextSection (line 40) | public class TextSection implements Serializable { method TextSection (line 48) | public TextSection(TextSection orig) { method TextSection (line 66) | public TextSection(String title, String[] lines, String[] smallLines, ... method TextSection (line 81) | public TextSection(String title, String[] lines, String[] smallLines, ... method getXML (line 97) | public String getXML() { method parseXML (line 134) | public static TextSection parseXML(Node sectionNode, Map... method getXML (line 111) | @Override method getPreviewIcon (line 129) | @Override method getPreviewText (line 143) | @Override method getResources (line 153) | @Override method supportClear (line 165) | @Override method dispose (line 170) | @Override method isVideo (line 175) | public boolean isVideo() { FILE: Quelea/src/main/java/org/quelea/data/displayable/WebDisplayable.java class WebDisplayable (line 41) | public class WebDisplayable implements Displayable { method WebDisplayable (line 56) | public WebDisplayable(String url) { method getUrl (line 74) | public String getUrl() { method parseXML (line 85) | public static WebDisplayable parseXML(Node node) { method getXML (line 94) | @Override method getPreviewIcon (line 108) | @Override method getPreviewText (line 119) | @Override method getResources (line 129) | @Override method supportClear (line 139) | @Override method dispose (line 144) | @Override method updatePreview (line 149) | public void updatePreview() { method getWebView (line 158) | public WebView getWebView() { method getWebEngine (line 167) | public WebEngine getWebEngine() { method back (line 171) | public void back() { method forward (line 177) | public void forward() { method reload (line 183) | public void reload() { method setUrl (line 187) | public void setUrl(String url) { method sanitiseUrl (line 193) | public static String sanitiseUrl(String unsafeUrl) { method zoom (line 206) | public void zoom(boolean zoomIn) { FILE: Quelea/src/main/java/org/quelea/data/imagegroup/ImageGroup.java type ImageGroup (line 24) | public interface ImageGroup { method getSlide (line 31) | ImageGroupSlide getSlide(int index); method getSlides (line 38) | ImageGroupSlide[] getSlides(); FILE: Quelea/src/main/java/org/quelea/data/imagegroup/ImageGroupFactory.java class ImageGroupFactory (line 33) | public class ImageGroupFactory { method getPresentation (line 43) | public ImageGroup getPresentation(File[] files) throws IOException { FILE: Quelea/src/main/java/org/quelea/data/imagegroup/ImageGroupPresentation.java class ImageGroupPresentation (line 29) | public class ImageGroupPresentation implements ImageGroup { method ImageGroupPresentation (line 39) | public ImageGroupPresentation(File[] files) throws IOException { method getSlide (line 50) | @Override method getSlides (line 60) | @Override method makeSlides (line 71) | private ImageGroupSlide[] makeSlides() throws IOException { FILE: Quelea/src/main/java/org/quelea/data/imagegroup/ImageGroupSlide.java class ImageGroupSlide (line 29) | public class ImageGroupSlide { method ImageGroupSlide (line 40) | public ImageGroupSlide(int numSlide, File image) throws IOException { method getImage (line 49) | public final Image getImage() { FILE: Quelea/src/main/java/org/quelea/data/pdf/PDFPresentation.java class PDFPresentation (line 33) | public class PDFPresentation implements Pdf { method PDFPresentation (line 43) | public PDFPresentation(String file) throws IOException { method getSlide (line 54) | @Override method getSlides (line 64) | @Override method makeSlides (line 75) | private PdfSlide[] makeSlides() throws IOException { FILE: Quelea/src/main/java/org/quelea/data/pdf/Pdf.java type Pdf (line 24) | public interface Pdf { method getSlide (line 31) | PdfSlide getSlide(int index); method getSlides (line 38) | PdfSlide[] getSlides(); FILE: Quelea/src/main/java/org/quelea/data/pdf/PdfFactory.java class PdfFactory (line 32) | public class PdfFactory { method getPresentation (line 42) | public Pdf getPresentation(File file) throws IOException { FILE: Quelea/src/main/java/org/quelea/data/pdf/PdfSlide.java class PdfSlide (line 36) | public class PdfSlide { method PdfSlide (line 50) | public PdfSlide(int numSlide, PDFRenderer pdfRenderer) throws IOExcept... method getImage (line 72) | public final Image getImage() { method getThumbnail (line 81) | public final Image getThumbnail() { method resizeImage (line 93) | private BufferedImage resizeImage(BufferedImage originalImage, int wid... FILE: Quelea/src/main/java/org/quelea/data/powerpoint/OOPresentation.java class OOPresentation (line 67) | public class OOPresentation implements XEventListener { method init (line 87) | public static boolean init(String ooPath) { method closeOOApp (line 103) | public static void closeOOApp() { method isInit (line 112) | public static boolean isInit() { method OOPresentation (line 126) | public OOPresentation(String file) throws Exception { method setSlideListener (line 164) | public void setSlideListener(SlideChangedListener listener) { method start (line 175) | public void start(int display) { method isRunning (line 261) | public boolean isRunning() { method stop (line 272) | public void stop() { method goForward (line 285) | public void goForward() { method goBack (line 300) | public void goBack() { method gotoSlide (line 312) | public void gotoSlide(int index) { method dispose (line 325) | public void dispose() { method finalize (line 354) | @Override method checkDisposed (line 365) | private void checkDisposed() { method disposing (line 372) | @Override method notifyEvent (line 377) | @Override class Helper (line 387) | private static class Helper { method connect (line 403) | private static XComponentContext connect(String path) throws Excepti... method dispose (line 425) | public static void dispose() { method createDocument (line 449) | private static XComponent createDocument(XComponentContext xOfficeCo... FILE: Quelea/src/main/java/org/quelea/data/powerpoint/OOUtils.java class OOUtils (line 34) | public class OOUtils { method OOUtils (line 41) | private OOUtils() { method attemptInit (line 50) | public static void attemptInit() { method closeOOApp (line 67) | public static void closeOOApp() { FILE: Quelea/src/main/java/org/quelea/data/powerpoint/PPTPresentation.java class PPTPresentation (line 34) | public class PPTPresentation implements Presentation { method PPTPresentation (line 44) | public PPTPresentation(String file) throws IOException { method getSlide (line 57) | @Override method getSlides (line 67) | @Override method makeSlides (line 78) | private PresentationSlide[] makeSlides() { FILE: Quelea/src/main/java/org/quelea/data/powerpoint/PPTXPresentation.java class PPTXPresentation (line 33) | public class PPTXPresentation implements Presentation { method PPTXPresentation (line 43) | public PPTXPresentation(String file) throws IOException { method getSlide (line 56) | @Override method getSlides (line 66) | @Override method makeSlides (line 77) | private PresentationSlide[] makeSlides() { FILE: Quelea/src/main/java/org/quelea/data/powerpoint/Presentation.java type Presentation (line 24) | public interface Presentation { method getSlide (line 31) | PresentationSlide getSlide(int index); method getSlides (line 38) | PresentationSlide[] getSlides(); FILE: Quelea/src/main/java/org/quelea/data/powerpoint/PresentationFactory.java class PresentationFactory (line 33) | public class PresentationFactory { method getPresentation (line 43) | public Presentation getPresentation(File file) throws IOException { FILE: Quelea/src/main/java/org/quelea/data/powerpoint/PresentationSlide.java class PresentationSlide (line 44) | public class PresentationSlide { method PresentationSlide (line 58) | public PresentationSlide(Slide slide, int numSlide) { method PresentationSlide (line 92) | public PresentationSlide(XSLFSlide slide, int numSlide) { method draw (line 119) | private void draw(Graphics2D graphics, int width, int height, int num) { method getImage (line 136) | public final Image getImage() { FILE: Quelea/src/main/java/org/quelea/data/powerpoint/SlideChangedListener.java type SlideChangedListener (line 26) | public interface SlideChangedListener { method slideChanged (line 34) | void slideChanged(int newSlideIndex); FILE: Quelea/src/main/java/org/quelea/server/AutoDetectServer.java class AutoDetectServer (line 34) | public class AutoDetectServer { method AutoDetectServer (line 46) | public AutoDetectServer(int port) throws IOException { method start (line 54) | public void start() { method stop (line 65) | public void stop() { method isRunning (line 77) | public boolean isRunning() { class RootHandler (line 81) | private class RootHandler implements HttpHandler { method handle (line 83) | @Override FILE: Quelea/src/main/java/org/quelea/server/MobileLyricsServer.java class MobileLyricsServer (line 59) | public class MobileLyricsServer { method MobileLyricsServer (line 76) | public MobileLyricsServer(int port) throws IOException { method start (line 100) | public void start() { method stop (line 111) | public void stop() { method isRunning (line 123) | public boolean isRunning() { method sortLabels (line 127) | private String sortLabels(String content) { class RootHandler (line 138) | private class RootHandler implements HttpHandler { method handle (line 140) | @Override class FileHandler (line 157) | private class FileHandler implements HttpHandler { method FileHandler (line 161) | public FileHandler(String file) { method handle (line 165) | @Override class LyricsHandler (line 182) | private class LyricsHandler implements HttpHandler { method handle (line 184) | @Override class ChordsHandlerv2 (line 202) | private class ChordsHandlerv2 implements HttpHandler { method handle (line 204) | @Override method mergeChords (line 229) | private String mergeChords(String line, List chords) { class ChordsHandler (line 266) | private class ChordsHandler implements HttpHandler { method handle (line 268) | @Override class LiveTextHandler (line 281) | private class LiveTextHandler implements HttpHandler { method handle (line 283) | @Override class TitleHandler (line 296) | private class TitleHandler implements HttpHandler { method handle (line 298) | @Override class SongTranslationsHandler (line 311) | private class SongTranslationsHandler implements HttpHandler { method handle (line 313) | @Override method getRawLiveLyrics (line 336) | private String[] getRawLiveLyrics() { method getLyrics (line 354) | private String getLyrics(boolean chords) { method allLyrics (line 388) | public String allLyrics() { method getAllLyrics (line 407) | private List getAllLyrics() { method getTitle (line 439) | private String getTitle() { method listSongTranslations (line 488) | public static String listSongTranslations(HttpExchange he) { method getSongTranslation (line 502) | public static String getSongTranslation(HttpExchange he) throws Unsupp... method getText (line 532) | public String getText() { method setText (line 536) | public void setText(String text) { method checkInitialised (line 547) | private boolean checkInitialised() { method readFile (line 585) | private static String readFile(String path) throws IOException { FILE: Quelea/src/main/java/org/quelea/server/RCHandler.java class RCHandler (line 70) | public class RCHandler { method logo (line 75) | public static void logo() { method black (line 79) | public static void black() { method clear (line 83) | public static void clear() { method next (line 88) | public static void next() { method prev (line 92) | public static void prev() { method nextItem (line 97) | public static void nextItem() { method prevItem (line 112) | public static void prevItem() { method gotoItem (line 123) | public static void gotoItem(String index) { method moveUp (line 137) | public static void moveUp(String index) { method moveDown (line 146) | public static void moveDown(String index) { method currentLyricSection (line 155) | public static int currentLyricSection() { method setLyrics (line 159) | public static void setLyrics(final String index) { method authenticate (line 175) | public static boolean authenticate(final String password) { method addDevice (line 179) | public static void addDevice(String ip) { method isLoggedOn (line 183) | public static boolean isLoggedOn(String ip) { method logout (line 193) | public static void logout(String ip) { method logAllOut (line 197) | public static void logAllOut() { method getLogo (line 201) | public static boolean getLogo() { method getBlack (line 205) | public static boolean getBlack() { method getClear (line 209) | public static boolean getClear() { method videoStatus (line 213) | public static String videoStatus() { method play (line 230) | public static void play() { method record (line 237) | static void record() { method schedule (line 257) | public static String schedule() { method databaseSearch (line 283) | public static String databaseSearch(HttpExchange he) throws IOException { method addSongToSchedule (line 323) | public static String addSongToSchedule(HttpExchange he) { method removeItemFromSchedule (line 346) | public static String removeItemFromSchedule(HttpExchange he) { method songDisplay (line 364) | public static String songDisplay(HttpExchange he) { method addBiblePassage (line 386) | public static String addBiblePassage(HttpExchange he) throws Unsupport... method getThemes (line 440) | public static String getThemes(HttpExchange he) { method setTheme (line 449) | public static String setTheme(HttpExchange he) throws UnsupportedEncod... method getPresentationSlides (line 477) | public static byte[] getPresentationSlides(HttpExchange he) { method listBibleTranslations (line 523) | public static String listBibleTranslations(HttpExchange he) { method listBibleBooks (line 535) | public static String listBibleBooks(HttpExchange he) throws Unsupporte... method listSongTranslations (line 563) | public static String listSongTranslations(HttpExchange he) { method getSongTranslation (line 577) | public static String getSongTranslation(HttpExchange he) throws Unsupp... method transposeSong (line 595) | public static void transposeSong(HttpExchange he) throws UnsupportedEn... FILE: Quelea/src/main/java/org/quelea/server/RemoteControlServer.java class RemoteControlServer (line 78) | public class RemoteControlServer { method RemoteControlServer (line 96) | public RemoteControlServer(int port) throws IOException { method start (line 143) | public void start() { method stop (line 154) | public void stop() { method isRunning (line 167) | public boolean isRunning() { class SongSearchHandler (line 171) | private class SongSearchHandler implements HttpHandler { method handle (line 173) | @Override class AddBibleHandler (line 190) | private class AddBibleHandler implements HttpHandler { method handle (line 192) | @Override class ListBibleTranslationsHandler (line 208) | private class ListBibleTranslationsHandler implements HttpHandler { method handle (line 210) | @Override class ListBibleBooksHandler (line 226) | private class ListBibleBooksHandler implements HttpHandler { method handle (line 228) | @Override class SongTranslationsHandler (line 244) | private class SongTranslationsHandler implements HttpHandler { method handle (line 246) | @Override class PassageSelecterHandler (line 270) | private class PassageSelecterHandler implements HttpHandler { method handle (line 272) | @Override class SongDisplayHandler (line 290) | private class SongDisplayHandler implements HttpHandler { method handle (line 292) | @Override class ThemeThumbnailsHandler (line 309) | private class ThemeThumbnailsHandler implements HttpHandler { method handle (line 313) | public void handle(HttpExchange t) { class PresentationSlidesHandler (line 336) | private class PresentationSlidesHandler implements HttpHandler { method handle (line 338) | @Override class AddSongHandler (line 353) | private class AddSongHandler implements HttpHandler { method handle (line 355) | @Override class RemoveItemHandler (line 372) | private class RemoveItemHandler implements HttpHandler { method handle (line 374) | @Override class DatabaseSearchHandler (line 390) | private class DatabaseSearchHandler implements HttpHandler { method handle (line 392) | @Override class GetThemesHandler (line 408) | private class GetThemesHandler implements HttpHandler { method handle (line 410) | @Override class SetThemeHandler (line 426) | private class SetThemeHandler implements HttpHandler { method handle (line 428) | @Override class ScheduleHandler (line 448) | private class ScheduleHandler implements HttpHandler { method handle (line 450) | @Override class LogoToggleHandler (line 462) | private class LogoToggleHandler implements HttpHandler { method handle (line 464) | @Override class BlackToggleHandler (line 477) | private class BlackToggleHandler implements HttpHandler { method handle (line 479) | @Override class ClearToggleHandler (line 492) | private class ClearToggleHandler implements HttpHandler { method handle (line 494) | @Override class NextSlideHandler (line 507) | private class NextSlideHandler implements HttpHandler { method handle (line 509) | @Override class PreviousSlideHandler (line 522) | private class PreviousSlideHandler implements HttpHandler { method handle (line 524) | @Override class NextItemHandler (line 537) | private class NextItemHandler implements HttpHandler { method handle (line 539) | @Override class PreviousItemHandler (line 552) | private class PreviousItemHandler implements HttpHandler { method handle (line 554) | @Override class GotoItemHandler (line 567) | private class GotoItemHandler implements HttpHandler { method handle (line 569) | @Override class MoveItemUpHandler (line 582) | private class MoveItemUpHandler implements HttpHandler { method handle (line 584) | @Override class MoveItemDownHandler (line 601) | private class MoveItemDownHandler implements HttpHandler { method handle (line 603) | @Override class StatusHandler (line 620) | private class StatusHandler implements HttpHandler { method handle (line 622) | @Override class SectionHandler (line 650) | private class SectionHandler implements HttpHandler { method handle (line 652) | @Override class PlayHandler (line 665) | private class PlayHandler implements HttpHandler { method handle (line 667) | @Override class RecordToggleHandler (line 680) | private class RecordToggleHandler implements HttpHandler { method handle (line 682) | @Override class LogoutHandler (line 695) | private class LogoutHandler implements HttpHandler { method handle (line 697) | @Override class TransposeSongHandler (line 705) | private class TransposeSongHandler implements HttpHandler { method handle (line 707) | @Override class RootHandler (line 725) | private class RootHandler implements HttpHandler { method handle (line 727) | @Override method passParams (line 745) | @SuppressWarnings("unchecked") method passwordPage (line 751) | private void passwordPage(HttpExchange he) throws IOException { method reload (line 780) | private void reload(HttpExchange he) throws IOException { class LyricsHandler (line 790) | private class LyricsHandler implements HttpHandler { method handle (line 792) | @Override class ChordsHandler (line 847) | private class ChordsHandler implements HttpHandler { method handle (line 849) | @Override method lyrics (line 882) | public String lyrics(boolean chords) { method getLyrics (line 907) | private List getLyrics(boolean chords) { method langStrings (line 947) | private String langStrings(String pageContent) { method checkInitialised (line 973) | private boolean checkInitialised() { method readFile (line 1012) | public static String readFile(String path) throws IOException { class ParameterFilter (line 1018) | private class ParameterFilter extends Filter { method description (line 1020) | @Override method doFilter (line 1025) | @Override method parseGetParameters (line 1033) | private void parseGetParameters(HttpExchange exchange) method parsePostParameters (line 1043) | private void parsePostParameters(HttpExchange exchange) method parseQuery (line 1058) | @SuppressWarnings("unchecked") class FileHandler (line 1099) | private class FileHandler implements HttpHandler { method FileHandler (line 1103) | public FileHandler(String file) { method handle (line 1107) | @Override FILE: Quelea/src/main/java/org/quelea/services/importexport/EasySlidesImportDialog.java class EasySlidesImportDialog (line 27) | public class EasySlidesImportDialog extends ImportDialog { method EasySlidesImportDialog (line 29) | public EasySlidesImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/EasySlidesParser.java class EasySlidesParser (line 47) | public class EasySlidesParser implements SongParser { method getSongs (line 51) | @Override method getLyrics (line 98) | private String getLyrics(String lyrics) { FILE: Quelea/src/main/java/org/quelea/services/importexport/EasyWorshipImportDialog.java class EasyWorshipImportDialog (line 27) | public class EasyWorshipImportDialog extends ImportDialog { method EasyWorshipImportDialog (line 29) | public EasyWorshipImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/EasyWorshipParser.java class EasyWorshipParser (line 44) | public class EasyWorshipParser implements SongParser { method getSongs (line 57) | @Override method getSong (line 84) | private SongDisplayable getSong(String title, String author, String so... method trimLines (line 116) | private String trimLines(String oldContent) { FILE: Quelea/src/main/java/org/quelea/services/importexport/ElevantoImportDialog.java class ElevantoImportDialog (line 55) | public class ElevantoImportDialog extends Stage { method ElevantoImportDialog (line 66) | @SuppressWarnings("unchecked") method getParser (line 97) | public ElevantoParser getParser() { method start (line 101) | public void start() { method enablePlanProgressBars (line 107) | public void enablePlanProgressBars(boolean enable) { method onServiceViewSelectedItem (line 113) | protected void onServiceViewSelectedItem(ObservableValue { method UpdatePlanTask (line 137) | UpdatePlanTask() { method call (line 140) | @SuppressWarnings("unchecked") method convertToCurrentTimeZone (line 148) | public String convertToCurrentTimeZone(String p_date) { method getCurrentTimeZone (line 169) | public String getCurrentTimeZone(){ method processServices (line 174) | @SuppressWarnings("unchecked") method updatePlans (line 219) | @SuppressWarnings("unchecked") FILE: Quelea/src/main/java/org/quelea/services/importexport/ElevantoLoginDialog.java class ElevantoLoginDialog (line 48) | public class ElevantoLoginDialog extends Stage { class ElevantoHttpHandler (line 55) | class ElevantoHttpHandler implements HttpHandler { method handle (line 56) | @Override method ElevantoLoginDialog (line 154) | public ElevantoLoginDialog() { method ElevantoLoginDialog (line 158) | public ElevantoLoginDialog(ElevantoImportDialog importDlg) { method shutdownServer (line 163) | private void shutdownServer() { method start (line 167) | public void start() { FILE: Quelea/src/main/java/org/quelea/services/importexport/ElevantoParser.java class ElevantoParser (line 44) | public class ElevantoParser { method ElevantoParser (line 52) | public ElevantoParser() { method setAccessToken (line 57) | public void setAccessToken(String at) { method post (line 61) | private String post(String urlString, JSONObject content) { method postJson (line 89) | private JSONObject postJson(String urlString, JSONObject content) { method getServices (line 121) | @SuppressWarnings("unchecked") method arrangement (line 146) | @SuppressWarnings("unchecked") FILE: Quelea/src/main/java/org/quelea/services/importexport/ElevantoPlanDialog.java class ElevantoPlanDialog (line 54) | public class ElevantoPlanDialog extends BorderPane { type PlanType (line 56) | enum PlanType { type MediaType (line 63) | enum MediaType { method ElevantoPlanDialog (line 83) | public ElevantoPlanDialog() { method ElevantoPlanDialog (line 87) | public ElevantoPlanDialog(ElevantoImportDialog importDlg, JSONObject p... method getItemPlanType (line 107) | protected PlanType getItemPlanType(JSONObject item) { method updateView (line 120) | @SuppressWarnings("unchecked") method addToView_PlanMedia (line 154) | protected void addToView_PlanMedia(JSONObject item, TreeItem p... method addToView_PlanSong (line 157) | protected void addToView_PlanSong(JSONObject item, TreeItem pa... method addToView_CustomSlides (line 165) | protected void addToView_CustomSlides(JSONObject item, TreeItem { method ImportTask (line 199) | ImportTask(List > selectedTreeItems) { method call (line 203) | @Override method succeeded (line 241) | @Override method prepare_PlanMedia (line 247) | protected void prepare_PlanMedia(JSONObject item, TreeItem t... method prepare_PlanMedia_fromMediaJSON (line 250) | protected void prepare_PlanMedia_fromMediaJSON(JSONObject mediaJSON) { method prepare_PlanSong (line 253) | protected void prepare_PlanSong(JSONObject item, TreeItem tr... method prepare_CustomSlides (line 276) | protected void prepare_CustomSlides(JSONObject item, TreeItem > selectedTreeItems) { method classifyMedia (line 295) | protected MediaType classifyMedia(String fileName) { method cleanLyrics (line 318) | protected String cleanLyrics(String lyrics) { FILE: Quelea/src/main/java/org/quelea/services/importexport/EpicWorshipImportDialog.java class EpicWorshipImportDialog (line 27) | public class EpicWorshipImportDialog extends ImportDialog { method EpicWorshipImportDialog (line 29) | public EpicWorshipImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/EpicWorshipParser.java class EpicWorshipParser (line 39) | public class EpicWorshipParser implements SongParser { method getSongs (line 45) | @Override method format (line 99) | private String format(String s) { FILE: Quelea/src/main/java/org/quelea/services/importexport/Exporter.java type Exporter (line 31) | public interface Exporter { method getChooser (line 38) | FileChooser getChooser(); method exportSongs (line 46) | void exportSongs(final File file, final List songDisp... method getStrExtension (line 53) | String getStrExtension(); FILE: Quelea/src/main/java/org/quelea/services/importexport/FreeWorshipImportDialog.java class FreeWorshipImportDialog (line 27) | public class FreeWorshipImportDialog extends ImportDialog { method FreeWorshipImportDialog (line 29) | public FreeWorshipImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/FreeWorshipParser.java class FreeWorshipParser (line 46) | public class FreeWorshipParser implements SongParser { method getSongs (line 50) | @Override method getChildByName (line 107) | private Node getChildByName(Node parent, String name) { method innerXml (line 116) | private String innerXml(Node node) { FILE: Quelea/src/main/java/org/quelea/services/importexport/ImportDialog.java class ImportDialog (line 67) | public abstract class ImportDialog extends Stage implements PropertyChan... method ImportDialog (line 89) | public ImportDialog(String[] dialogLabels, ExtensionFilter fileFilter, method getImportButton (line 266) | public Button getImportButton() { method getImportedDialog (line 275) | public SelectSongsDialog getImportedDialog() { method setActive (line 283) | public void setActive() { method setIdle (line 293) | public void setIdle() { method resetDialog (line 299) | private void resetDialog() { method propertyChange (line 311) | @Override method setAll (line 320) | public void setAll(boolean all) { method setRange (line 324) | public void setRange(boolean range) { FILE: Quelea/src/main/java/org/quelea/services/importexport/ImportDialogOptions.java class ImportDialogOptions (line 12) | public class ImportDialogOptions { method ImportDialogOptions (line 17) | private ImportDialogOptions(boolean allowMultipleFileSelection, boolea... method disallow (line 22) | public static ImportDialogOptions disallow() { method allowMultiple (line 26) | public static ImportDialogOptions allowMultiple() { method allowZip (line 30) | public static ImportDialogOptions allowZip() { method andAllowMultiple (line 34) | public ImportDialogOptions andAllowMultiple() { method andAllowZip (line 38) | public ImportDialogOptions andAllowZip() { method isAllowMultiple (line 42) | public boolean isAllowMultiple() { method isAllowZip (line 46) | public boolean isAllowZip() { FILE: Quelea/src/main/java/org/quelea/services/importexport/MediaShoutImportDialog.java class MediaShoutImportDialog (line 28) | public class MediaShoutImportDialog extends ImportDialog { method MediaShoutImportDialog (line 33) | public MediaShoutImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/MediaShoutParser.java class MediaShoutParser (line 31) | public class MediaShoutParser implements SongParser { method getSongs (line 38) | @Override FILE: Quelea/src/main/java/org/quelea/services/importexport/MissionPraiseImportDialog.java class MissionPraiseImportDialog (line 27) | public class MissionPraiseImportDialog extends ImportDialog { method MissionPraiseImportDialog (line 29) | public MissionPraiseImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/MissionPraiseParser.java class MissionPraiseParser (line 41) | public class MissionPraiseParser implements SongParser { method getSongs (line 53) | @Override method getTitle (line 80) | private String getTitle(String plainText) { method getLyrics (line 86) | private String getLyrics(String plainText) { method getAuthor (line 102) | private String getAuthor(String plainText) { method getCopyright (line 111) | private String getCopyright(String plainText) { FILE: Quelea/src/main/java/org/quelea/services/importexport/OpenLPImportDialog.java class OpenLPImportDialog (line 29) | public class OpenLPImportDialog extends ImportDialog { method OpenLPImportDialog (line 35) | public OpenLPImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/OpenLPParser.java class OpenLPParser (line 45) | public class OpenLPParser implements SongParser { method getSongs (line 54) | @Override method getLyricsFromXML (line 89) | private String getLyricsFromXML(String lyricsXML) { FILE: Quelea/src/main/java/org/quelea/services/importexport/OpenLyricsExporter.java class OpenLyricsExporter (line 58) | public class OpenLyricsExporter implements Exporter { method getChooser (line 67) | @Override method exportSongs (line 80) | @Override method getXML (line 117) | private static String getXML(SongDisplayable song) { method getStrExtension (line 182) | @Override FILE: Quelea/src/main/java/org/quelea/services/importexport/OpenLyricsImportDialog.java class OpenLyricsImportDialog (line 28) | public class OpenLyricsImportDialog extends ImportDialog { method OpenLyricsImportDialog (line 33) | public OpenLyricsImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/OpenLyricsParser.java class OpenLyricsParser (line 46) | public class OpenLyricsParser implements SongParser { method getSongs (line 57) | @Override method getSequenceAsString (line 87) | private String getSequenceAsString(List verseOrder) { method getComments (line 98) | private String getComments(List comments) { method getTitle (line 108) | private String getTitle(TitleProperty titleProp) { method getAuthor (line 130) | private String getAuthor(OpenLyricsObject ol) { method getLyrics (line 148) | private String getLyrics(OpenLyricsObject ol) { method parseVerseName (line 173) | private String parseVerseName(String verseName) { FILE: Quelea/src/main/java/org/quelea/services/importexport/OpenSongImportDialog.java class OpenSongImportDialog (line 29) | public class OpenSongImportDialog extends ImportDialog { method OpenSongImportDialog (line 35) | public OpenSongImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/OpensongParser.java class OpensongParser (line 48) | public class OpensongParser implements SongParser { method getSongs (line 52) | @Override method getDisplayable (line 88) | private SongDisplayable getDisplayable(Node root) { method processLyrics (line 127) | private String processLyrics(String lyrics) { FILE: Quelea/src/main/java/org/quelea/services/importexport/PDFExporter.java class PDFExporter (line 50) | public class PDFExporter implements Exporter { method getChooser (line 60) | @Override method exportSongs (line 73) | @Override method sanitise (line 113) | public static String sanitise(String name) { method getPDF (line 127) | public static byte[] getPDF(SongDisplayable song, boolean printChords) { method getStrExtension (line 145) | @Override FILE: Quelea/src/main/java/org/quelea/services/importexport/PlainTextParser.java class PlainTextParser (line 23) | public class PlainTextParser implements SongParser { method setAttribute (line 36) | private static void setAttribute(SongDisplayable song, String line) { method isAttributeLine (line 67) | private static boolean isAttributeLine(String line) { method getAttrFromPrefixes (line 87) | private static String getAttrFromPrefixes(String str, List sta... method startsWithIgnoreCase (line 96) | private static boolean startsWithIgnoreCase(String str, String startsW... method addSectionToLyrics (line 100) | private void addSectionToLyrics(List section, StringBuilder ly... method getSongs (line 139) | @Override method isBlankLines (line 192) | private static boolean isBlankLines(List section) { FILE: Quelea/src/main/java/org/quelea/services/importexport/PlainTextSongsImportDialog.java class PlainTextSongsImportDialog (line 27) | public class PlainTextSongsImportDialog extends ImportDialog { method PlainTextSongsImportDialog (line 29) | public PlainTextSongsImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/PlanningCenterAuthenticator.java class PlanningCenterAuthenticator (line 22) | public class PlanningCenterAuthenticator { method getClientDetails (line 28) | public static ClientDetails getClientDetails() { method authenticate (line 35) | public void authenticate(Consumer> callback) { FILE: Quelea/src/main/java/org/quelea/services/importexport/PlanningCenterOnlineImportDialog.java class PlanningCenterOnlineImportDialog (line 61) | public class PlanningCenterOnlineImportDialog extends Stage { method PlanningCenterOnlineImportDialog (line 76) | @SuppressWarnings("unchecked") method getParser (line 107) | public PlanningCenterOnlineParser getParser() { method start (line 111) | public void start() { method enablePlanProgressBars (line 136) | public void enablePlanProgressBars(boolean enable) { method onServiceViewSelectedItem (line 142) | protected void onServiceViewSelectedItem(ObservableValue { method UpdatePlanTask (line 171) | UpdatePlanTask() { method call (line 174) | @SuppressWarnings("unchecked") method processServiceTypeFolder (line 185) | @SuppressWarnings("unchecked") FILE: Quelea/src/main/java/org/quelea/services/importexport/PlanningCenterOnlineParser.java class PlanningCenterOnlineParser (line 46) | public class PlanningCenterOnlineParser { method PlanningCenterOnlineParser (line 52) | public PlanningCenterOnlineParser() { method setClient (line 56) | public void setClient(PlanningCenterClient client) { method getPlanningCenterClient (line 60) | public PlanningCenterClient getPlanningCenterClient() { method downloadFile (line 68) | public String downloadFile(Media media, Attachment attachment, String ... FILE: Quelea/src/main/java/org/quelea/services/importexport/PlanningCenterOnlinePlanDialog.java class PlanningCenterOnlinePlanDialog (line 67) | public class PlanningCenterOnlinePlanDialog extends BorderPane { type PlanType (line 69) | enum PlanType { type MediaType (line 76) | enum MediaType { method PlanningCenterOnlinePlanDialog (line 101) | public PlanningCenterOnlinePlanDialog() { method PlanningCenterOnlinePlanDialog (line 107) | public PlanningCenterOnlinePlanDialog(PlanningCenterOnlineImportDialog... method getItemPlanType (line 128) | protected PlanType getItemPlanType(Item item) { method updateView (line 143) | @SuppressWarnings("unchecked") method addToView_PlanMedia (line 173) | protected void addToView_PlanMedia(Item item, TreeItem parentT... method addToView_PlanSong (line 180) | protected void addToView_PlanSong(Item item, TreeItem parentTr... method addToView_CustomSlides (line 187) | protected void addToView_CustomSlides(Item item, TreeItem pare... method onImportAllAction (line 194) | @FXML method onImportSelectedAction (line 200) | @FXML method onRefreshAction (line 206) | @FXML method enablePlanProgressBars (line 212) | private void enablePlanProgressBars(boolean enable) { class ImportTask (line 221) | class ImportTask extends Task { method ImportTask (line 226) | ImportTask(List> selectedTreeItems) { method call (line 230) | @Override method succeeded (line 272) | @Override method prepare_PlanMedia (line 278) | protected void prepare_PlanMedia(Item item, TreeItem treeIte... method prepare_PlanMedia_fromMediaJSON (line 290) | protected void prepare_PlanMedia_fromMediaJSON(Media media) { method prepare_PlanSong (line 341) | protected void prepare_PlanSong(Item item, TreeItem treeItem) { method prepare_CustomSlides (line 362) | protected void prepare_CustomSlides(Item item, TreeItem tree... method importTaskSucceeded (line 394) | private void importTaskSucceeded(ImportTask importTask) { method importSelected (line 402) | private void importSelected(List> selectedTreeItems) { method classifyMedia (line 407) | protected MediaType classifyMedia(String fileName) { method cleanLyrics (line 430) | protected String cleanLyrics(String lyrics) { FILE: Quelea/src/main/java/org/quelea/services/importexport/PresentationManagerImportDialog.java class PresentationManagerImportDialog (line 29) | public class PresentationManagerImportDialog extends ImportDialog { method PresentationManagerImportDialog (line 35) | public PresentationManagerImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/PresentationManagerParser.java class PresentationManagerParser (line 42) | public class PresentationManagerParser implements SongParser { method getSongs (line 50) | @Override method getSongFromXML (line 77) | private SongDisplayable getSongFromXML(String lyricsXML) { FILE: Quelea/src/main/java/org/quelea/services/importexport/ProPresenterImportDialog.java class ProPresenterImportDialog (line 26) | public class ProPresenterImportDialog extends ImportDialog { method ProPresenterImportDialog (line 28) | public ProPresenterImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/ProPresenterParser.java class ProPresenterParser (line 59) | public class ProPresenterParser implements SongParser { method ProPresenterParser (line 64) | public ProPresenterParser() { method getSongs (line 71) | @Override method getSong (line 76) | private Optional getSong(File file) { method getAuthor (line 111) | private String getAuthor(Element rootElement) { method getTitle (line 116) | private String getTitle(Element rootElement) { method tryAttrs (line 121) | private Optional tryAttrs(Element ele, String[] attrsToTry) { method getSectionTextLegacy (line 131) | private Optional getSectionTextLegacy(String encoding, Node sl... method getSectionText6 (line 151) | private Optional getSectionText6(String encoding, Node slideNo... method getVersion (line 169) | private int getVersion(String filePath) { method stripRtfTags (line 178) | private String stripRtfTags(String text) { method appendNewline (line 190) | private String appendNewline(String text) { FILE: Quelea/src/main/java/org/quelea/services/importexport/QSPExporter.java class QSPExporter (line 31) | public class QSPExporter implements Exporter { method getChooser (line 38) | @Override method exportSongs (line 50) | @Override method getStrExtension (line 58) | @Override FILE: Quelea/src/main/java/org/quelea/services/importexport/QSPImportDialog.java class QSPImportDialog (line 28) | public class QSPImportDialog extends ImportDialog { method QSPImportDialog (line 33) | public QSPImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/QSPParser.java class QSPParser (line 32) | public class QSPParser implements SongParser { method getSongs (line 40) | @Override FILE: Quelea/src/main/java/org/quelea/services/importexport/ScreenMonkeyImportDialog.java class ScreenMonkeyImportDialog (line 29) | public class ScreenMonkeyImportDialog extends ImportDialog { method ScreenMonkeyImportDialog (line 35) | public ScreenMonkeyImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/ScreenMonkeyParser.java class ScreenMonkeyParser (line 42) | public class ScreenMonkeyParser implements SongParser { method getSongs (line 50) | @Override method getSongFromXML (line 62) | private SongDisplayable getSongFromXML(String lyricsXML, String encodi... FILE: Quelea/src/main/java/org/quelea/services/importexport/SelectExportedSongsDialog.java class SelectExportedSongsDialog (line 38) | public class SelectExportedSongsDialog extends SelectSongsDialog { method SelectExportedSongsDialog (line 45) | public SelectExportedSongsDialog(List songs, final Ex... FILE: Quelea/src/main/java/org/quelea/services/importexport/SelectImportedSongsDialog.java class SelectImportedSongsDialog (line 36) | public class SelectImportedSongsDialog extends SelectSongsDialog { method SelectImportedSongsDialog (line 43) | public SelectImportedSongsDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/SelectSongsDialog.java class SelectSongsDialog (line 54) | public class SelectSongsDialog extends Stage { method SelectSongsDialog (line 71) | public SelectSongsDialog(String[] text, String acceptText, String chec... method setSongs (line 136) | public void setSongs(final List songs, final Map getSelectedSongs() { method getAddButton (line 229) | public Button getAddButton() { FILE: Quelea/src/main/java/org/quelea/services/importexport/SoFImportDialog.java class SoFImportDialog (line 27) | public class SoFImportDialog extends ImportDialog { method SoFImportDialog (line 29) | public SoFImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/SoFParser.java class SoFParser (line 44) | public class SoFParser implements SongParser { method getSongs (line 48) | @Override method replaceLast (line 136) | private static String replaceLast(String text, String regex, String re... FILE: Quelea/src/main/java/org/quelea/services/importexport/SongBeamerImportDialog.java class SongBeamerImportDialog (line 27) | public class SongBeamerImportDialog extends ImportDialog { method SongBeamerImportDialog (line 29) | public SongBeamerImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/SongBeamerParser.java class SongBeamerParser (line 43) | public class SongBeamerParser implements SongParser { method getSongs (line 55) | @Override method arrToString (line 145) | private static String arrToString(List list) { FILE: Quelea/src/main/java/org/quelea/services/importexport/SongListExporter.java class SongListExporter (line 26) | public class SongListExporter { method exportToFile (line 30) | public void exportToFile(File file) { method escape (line 48) | private String escape(String csvEle) { FILE: Quelea/src/main/java/org/quelea/services/importexport/SongParser.java type SongParser (line 31) | public interface SongParser { method getSongs (line 42) | List getSongs(File location, StatusPanel statusPanel)... FILE: Quelea/src/main/java/org/quelea/services/importexport/SongProImportDialog.java class SongProImportDialog (line 28) | public class SongProImportDialog extends ImportDialog { method SongProImportDialog (line 33) | public SongProImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/SongProParser.java class SongProParser (line 41) | public class SongProParser implements SongParser { method getSongs (line 53) | @Override method getSection (line 97) | private String getSection(String secName, String sec) { FILE: Quelea/src/main/java/org/quelea/services/importexport/SourceImportDialog.java class SourceImportDialog (line 26) | public class SourceImportDialog extends ImportDialog { method SourceImportDialog (line 31) | public SourceImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/SourceParser.java class SourceParser (line 37) | public class SourceParser implements SongParser { method getSongs (line 51) | @Override method getTitle (line 91) | private String getTitle(String lyrics, int line) { method getAuthor (line 122) | private String getAuthor(String contents) { method getLyrics (line 137) | private String getLyrics(String contents) { FILE: Quelea/src/main/java/org/quelea/services/importexport/SundayPlusImportDialog.java class SundayPlusImportDialog (line 27) | public class SundayPlusImportDialog extends ImportDialog { method SundayPlusImportDialog (line 29) | public SundayPlusImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/SundayPlusParser.java class SundayPlusParser (line 42) | public class SundayPlusParser implements SongParser { method getSongs (line 46) | @Override method getLyrics (line 82) | private String getLyrics(String raw) { method getLyricsOld (line 99) | private String getLyricsOld(String raw) { FILE: Quelea/src/main/java/org/quelea/services/importexport/SurvivorImportDialog.java class SurvivorImportDialog (line 27) | public class SurvivorImportDialog extends ImportDialog { method SurvivorImportDialog (line 32) | public SurvivorImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/SurvivorSongbookParser.java class SurvivorSongbookParser (line 36) | public class SurvivorSongbookParser implements SongParser { method getSongs (line 43) | @Override method getPageText (line 82) | private String getPageText(PDDocument document, PDFTextStripper stripp... method processSong (line 95) | private SongDisplayable processSong(String[] parts) { method removeFooter (line 144) | private String removeFooter(String text) { method getAuthor (line 182) | private String getAuthor(String text) { FILE: Quelea/src/main/java/org/quelea/services/importexport/VideoPsalmImportDialog.java class VideoPsalmImportDialog (line 28) | public class VideoPsalmImportDialog extends ImportDialog { method VideoPsalmImportDialog (line 33) | public VideoPsalmImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/VideoPsalmParser.java class VideoPsalmParser (line 37) | public class VideoPsalmParser implements SongParser { method getSongs (line 48) | @Override FILE: Quelea/src/main/java/org/quelea/services/importexport/WorshipHimImportDialog.java class WorshipHimImportDialog (line 28) | public class WorshipHimImportDialog extends ImportDialog { method WorshipHimImportDialog (line 33) | public WorshipHimImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/WorshipHimParser.java class WorshipHimParser (line 39) | public class WorshipHimParser implements SongParser { method getSongs (line 49) | @Override FILE: Quelea/src/main/java/org/quelea/services/importexport/ZWCsvConverter.java class ZWCsvConverter (line 31) | public class ZWCsvConverter { method ZWCsvConverter (line 40) | public ZWCsvConverter(File mainTable) { method getCSV (line 50) | public File getCSV() throws IOException { FILE: Quelea/src/main/java/org/quelea/services/importexport/ZWTurboDBChecker.java class ZWTurboDBChecker (line 31) | public class ZWTurboDBChecker { method runChecks (line 41) | public boolean runChecks() { FILE: Quelea/src/main/java/org/quelea/services/importexport/ZionWorxImportDialog.java class ZionWorxImportDialog (line 29) | public class ZionWorxImportDialog extends ImportDialog { method ZionWorxImportDialog (line 34) | public ZionWorxImportDialog() { FILE: Quelea/src/main/java/org/quelea/services/importexport/ZionWorxParser.java class ZionWorxParser (line 38) | public class ZionWorxParser implements SongParser { method getSongs (line 49) | @Override method getSong (line 71) | private SongDisplayable getSong(String rawText) { method getRawText (line 108) | private RawTextWrapper getRawText(String fileContent) { class RawTextWrapper (line 131) | static class RawTextWrapper { method RawTextWrapper (line 136) | public RawTextWrapper(String str, int endIndex) { FILE: Quelea/src/main/java/org/quelea/services/languages/LabelChecker.java class LabelChecker (line 41) | public class LabelChecker { method LabelChecker (line 48) | public LabelChecker(String name) { method getMissingLabels (line 67) | public List getMissingLabels() { method main (line 91) | public static void main(String[] args) throws Exception { FILE: Quelea/src/main/java/org/quelea/services/languages/LabelGrabber.java class LabelGrabber (line 41) | public class LabelGrabber extends ResourceBundle { method LabelGrabber (line 52) | private LabelGrabber() { method isLocallyDefined (line 99) | public boolean isLocallyDefined(String key) { method getLabel (line 109) | public String getLabel(String key) { method getEngKey (line 123) | public String getEngKey(String label) { method getKeys (line 143) | @Override method handleGetObject (line 148) | @Override method handleKeySet (line 155) | @Override FILE: Quelea/src/main/java/org/quelea/services/languages/LanguageFile.java class LanguageFile (line 37) | public class LanguageFile implements Comparable { method LanguageFile (line 48) | public LanguageFile(File file) { method getLanguageName (line 66) | public String getLanguageName() { method getFile (line 70) | public File getFile() { method toString (line 74) | @Override method hashCode (line 79) | @Override method equals (line 86) | @Override method compareTo (line 101) | @Override FILE: Quelea/src/main/java/org/quelea/services/languages/LanguageFileManager.java class LanguageFileManager (line 31) | public class LanguageFileManager { method LanguageFileManager (line 36) | private LanguageFileManager() { method getCurrentFile (line 50) | public LanguageFile getCurrentFile() { method languageFiles (line 59) | public Set languageFiles() { FILE: Quelea/src/main/java/org/quelea/services/languages/USEnglishConverter.java class USEnglishConverter (line 34) | public class USEnglishConverter { method main (line 36) | public static void main(String[] args) { method translateToUS (line 62) | private static String translateToUS(final String gb) { FILE: Quelea/src/main/java/org/quelea/services/languages/spelling/Dictionary.java class Dictionary (line 27) | public class Dictionary { method Dictionary (line 32) | public Dictionary(String lang, File dictFile) { method getLang (line 37) | public String getLang() { method getDictFile (line 41) | public File getDictFile() { method toString (line 45) | @Override FILE: Quelea/src/main/java/org/quelea/services/languages/spelling/DictionaryManager.java class DictionaryManager (line 40) | public class DictionaryManager { method DictionaryManager (line 50) | private DictionaryManager() { method getDictionaries (line 75) | public Set getDictionaries() { method getFromFilename (line 87) | public Dictionary getFromFilename(String name) { FILE: Quelea/src/main/java/org/quelea/services/languages/spelling/LevenshteinDistance.java class LevenshteinDistance (line 25) | public class LevenshteinDistance { method minimum (line 27) | private static int minimum(int a, int b, int c) { method computeLevenshteinDistance (line 38) | public static int computeLevenshteinDistance(CharSequence str1, FILE: Quelea/src/main/java/org/quelea/services/languages/spelling/SpellTextArea.java class SpellTextArea (line 49) | public class SpellTextArea extends StackPane { method SpellTextArea (line 65) | public SpellTextArea() { method runSpellCheck (line 150) | public void runSpellCheck() { method setDictionary (line 154) | public void setDictionary(Dictionary dict) { method updateSpelling (line 167) | public void updateSpelling(boolean lastWord) { method spellingOkProperty (line 185) | public BooleanProperty spellingOkProperty() { method getArea (line 195) | public LyricsTextArea getArea() { method getText (line 205) | public String getText() { method getTextAndChords (line 222) | public String getTextAndChords() { method getRunSpellKey (line 237) | public KeyCode getRunSpellKey() { method setRunSpellKey (line 247) | public void setRunSpellKey(KeyCode runSpellKey) { method clearUndo (line 251) | public void clearUndo() { method undo (line 257) | private void undo() { method redo (line 268) | private void redo() { FILE: Quelea/src/main/java/org/quelea/services/languages/spelling/Speller.java class Speller (line 42) | public class Speller { method Speller (line 56) | public Speller(Dictionary dict) { method setDictionary (line 66) | public final void setDictionary(Dictionary dict) { method checkWord (line 99) | public boolean checkWord(String word) { method addIgnoreWord (line 112) | public void addIgnoreWord(String word) { method getMisspeltWords (line 123) | public Set getMisspeltWords(String text) { method getSuggestions (line 143) | public List getSuggestions(String misspell) { method checkText (line 177) | public boolean checkText(String text, boolean checkLastWord) { method addWord (line 199) | public void addWord(String word) { method sanitiseWord (line 213) | private String sanitiseWord(String word) { method anagram (line 219) | private boolean anagram(String firstWord, String secondWord) { FILE: Quelea/src/main/java/org/quelea/services/languages/spelling/SpellingDialog.java class SpellingDialog (line 52) | public class SpellingDialog { method SpellingDialog (line 69) | public SpellingDialog(final Speller speller) { method check (line 160) | public void check(SpellTextArea area) { method nextWord (line 175) | private void nextWord() { FILE: Quelea/src/main/java/org/quelea/services/languages/spelling/Suggestion.java class Suggestion (line 28) | public class Suggestion implements Comparable { method Suggestion (line 39) | public Suggestion(String word, int distance) { method getWord (line 49) | public String getWord() { method getDistance (line 58) | public int getDistance() { method compareTo (line 70) | @Override method hashCode (line 75) | @Override method equals (line 83) | @Override FILE: Quelea/src/main/java/org/quelea/services/livetext/LiveTextDialog.java class LiveTextDialog (line 44) | public class LiveTextDialog extends Stage { method LiveTextDialog (line 55) | public LiveTextDialog() { method getUserInput (line 128) | public static String getUserInput(final String message, final String t... method setLiveText (line 154) | private void setLiveText(String text) { FILE: Quelea/src/main/java/org/quelea/services/lucene/BibleSearchIndex.java class BibleSearchIndex (line 58) | public class BibleSearchIndex implements SearchIndex { method BibleSearchIndex (line 68) | public BibleSearchIndex() { method size (line 83) | @Override method add (line 93) | @Override method addAll (line 107) | @Override method remove (line 129) | @Override method update (line 144) | @Override method filter (line 157) | @Override method clear (line 189) | @Override FILE: Quelea/src/main/java/org/quelea/services/lucene/SearchIndex.java type SearchIndex (line 29) | public interface SearchIndex { type FilterType (line 33) | enum FilterType { method add (line 42) | void add(T t); method addAll (line 48) | void addAll(Collection t); method remove (line 54) | void remove(T t); method clear (line 59) | void clear(); method update (line 65) | void update(T t); method size (line 71) | int size(); method filter (line 81) | T[] filter(String queryString, FilterType type); FILE: Quelea/src/main/java/org/quelea/services/lucene/SearchIndexUtils.java class SearchIndexUtils (line 37) | public class SearchIndexUtils { method SearchIndexUtils (line 44) | private SearchIndexUtils() { method clearIndex (line 53) | public static void clearIndex(Directory index) { method makeLuceneQuery (line 70) | public static String makeLuceneQuery(String query) { FILE: Quelea/src/main/java/org/quelea/services/lucene/SongSearchIndex.java class SongSearchIndex (line 61) | public class SongSearchIndex implements SearchIndex { method SongSearchIndex (line 71) | public SongSearchIndex() { method size (line 87) | @Override method add (line 97) | @Override method addAll (line 111) | @Override method remove (line 141) | @Override method update (line 155) | @Override method getByID (line 167) | public synchronized SongDisplayable getByID(long id) { method filter (line 179) | @Override method clear (line 231) | @Override FILE: Quelea/src/main/java/org/quelea/services/notice/Notice.java class Notice (line 34) | public class Notice { method Notice (line 51) | public Notice(String str, int times, SerializableColor color, Serializ... method copyAttributes (line 67) | public void copyAttributes(Notice other) { method getText (line 79) | public String getText() { method getTimes (line 88) | public int getTimes() { method decrementTimes (line 95) | public void decrementTimes() { method setText (line 104) | public void setText(String text) { method getCreationTime (line 113) | public long getCreationTime() { method setCreationTime (line 122) | public void setCreationTime(long time) { method setTimes (line 131) | public void setTimes(int times) { method getOriginalTimes (line 136) | public int getOriginalTimes() { method getColor (line 140) | public SerializableColor getColor() { method setColor (line 144) | public void setColor(SerializableColor color) { method getFont (line 148) | public SerializableFont getFont() { method setFont (line 152) | public void setFont(SerializableFont font) { method toString (line 161) | public String toString() { method hashCode (line 165) | @Override method equals (line 175) | @Override method getXML (line 204) | public String getXML() { method parseXML (line 236) | public static Notice parseXML(Node node) { FILE: Quelea/src/main/java/org/quelea/services/notice/NoticeDialog.java class NoticeDialog (line 50) | public class NoticeDialog extends Stage { method NoticeDialog (line 65) | public NoticeDialog() { method noticesUpdated (line 192) | public void noticesUpdated() { method registerCanvas (line 211) | public void registerCanvas(DisplayCanvas canvas) { method getTemplates (line 219) | public ListView getTemplates() { method getNoticesFromFile (line 226) | private void getNoticesFromFile() { FILE: Quelea/src/main/java/org/quelea/services/notice/NoticeDrawer.java class NoticeDrawer (line 45) | public class NoticeDrawer { type NoticePosition (line 47) | public enum NoticePosition { method NoticePosition (line 53) | NoticePosition(String text) { method getText (line 57) | public String getText() { method NoticeDrawer (line 75) | public NoticeDrawer(DisplayCanvas canvas) { method getOverlay (line 82) | public NoticeOverlay getOverlay() { method addNotice (line 91) | public synchronized void addNotice(Notice notice) { method playNotices (line 96) | private void playNotices() { method removeNotice (line 195) | public synchronized void removeNotice(Notice notice) { method getNotices (line 204) | public synchronized List getNotices() { FILE: Quelea/src/main/java/org/quelea/services/notice/NoticeEntryDialog.java class NoticeEntryDialog (line 62) | public class NoticeEntryDialog extends Stage { method NoticeEntryDialog (line 84) | public NoticeEntryDialog() { method setNoticeRemoved (line 218) | private void setNoticeRemoved() { method addNotice (line 226) | private void addNotice(boolean save) { method getNoticeText (line 273) | public String getNoticeText() { method getTimes (line 282) | public int getTimes() { method setNotice (line 294) | private void setNotice(Notice notice, boolean template) { method getNotice (line 334) | public static Notice getNotice(Notice existing, boolean template) { method noticesUpdated (line 345) | public static void noticesUpdated(Set noticeSet) { FILE: Quelea/src/main/java/org/quelea/services/notice/NoticeFileHandler.java class NoticeFileHandler (line 45) | class NoticeFileHandler { method saveNotice (line 54) | static void saveNotice(Notice notice) { method deleteNotice (line 69) | static boolean deleteNotice(Notice notice) { method noticeFromFile (line 81) | static Notice noticeFromFile(File f) { FILE: Quelea/src/main/java/org/quelea/services/notice/NoticeOverlay.java class NoticeOverlay (line 32) | public class NoticeOverlay extends StackPane { method NoticeOverlay (line 34) | public NoticeOverlay() { FILE: Quelea/src/main/java/org/quelea/services/print/PDFPrinter.java class PDFPrinter (line 50) | public class PDFPrinter { method print (line 65) | @SuppressWarnings("unchecked") FILE: Quelea/src/main/java/org/quelea/services/print/Printer.java class Printer (line 33) | public class Printer { method Printer (line 41) | private Printer() { method getInstance (line 49) | public static Printer getInstance() { method print (line 60) | public void print(SongDisplayable song) { method print (line 71) | public void print(Schedule schedule) { FILE: Quelea/src/main/java/org/quelea/services/print/SchedulePDFPrinter.java class SchedulePDFPrinter (line 29) | public class SchedulePDFPrinter extends PDFPrinter { method print (line 31) | public void print(Schedule schedule, File pdfFile) throws IOException { FILE: Quelea/src/main/java/org/quelea/services/print/SongPDFPrinter.java class SongPDFPrinter (line 29) | public class SongPDFPrinter extends PDFPrinter { method SongPDFPrinter (line 33) | private SongPDFPrinter() { method print (line 36) | public void print(SongDisplayable song, File pdfFile, boolean includeT... FILE: Quelea/src/main/java/org/quelea/services/utils/AparapiLevenshteinDistance.java class AparapiLevenshteinDistance (line 33) | public class AparapiLevenshteinDistance { method leastCompare (line 35) | public int leastCompare(String s1, String[] s2) { method compare (line 51) | public int[] compare(String[] s1, String[] s2) { method getDumpPositions (line 130) | private int[] getDumpPositions(String[] s1, String[] s2) { method getDumpSize (line 146) | private int getDumpSize(String[] s1, String[] s2) { class ArrStart (line 155) | private static class ArrStart { method toIntArr (line 161) | private ArrStart toIntArr(String[] strArr) { method toPrimitiveInt (line 178) | private int[] toPrimitiveInt(List list) { method lengths (line 186) | private int[] lengths(String[] arr) { FILE: Quelea/src/main/java/org/quelea/services/utils/Cancellable.java type Cancellable (line 24) | public interface Cancellable { method cancelOp (line 29) | void cancelOp(); FILE: Quelea/src/main/java/org/quelea/services/utils/DatabaseListener.java type DatabaseListener (line 24) | public interface DatabaseListener { method databaseChanged (line 29) | void databaseChanged(); FILE: Quelea/src/main/java/org/quelea/services/utils/FileFilters.java class FileFilters (line 29) | public final class FileFilters { method FileFilters (line 168) | private FileFilters() { FILE: Quelea/src/main/java/org/quelea/services/utils/FontInstaller.java class FontInstaller (line 37) | public class FontInstaller { method setupBundledFonts (line 44) | public void setupBundledFonts() { FILE: Quelea/src/main/java/org/quelea/services/utils/GStreamerInitState.java class GStreamerInitState (line 3) | public class GStreamerInitState { FILE: Quelea/src/main/java/org/quelea/services/utils/GStreamerUtils.java class GStreamerUtils (line 20) | public class GStreamerUtils { method GStreamerUtils (line 24) | private GStreamerUtils() { method setFeaturePriorities (line 33) | public static void setFeaturePriorities() { method configurePaths (line 50) | public static void configurePaths() { method findWindowsLocation (line 105) | private static String findWindowsLocation() { FILE: Quelea/src/main/java/org/quelea/services/utils/GZMaxFileCompressor.java class GZMaxFileCompressor (line 31) | public class GZMaxFileCompressor { method compress (line 40) | public boolean compress(File input, File output) { method main (line 61) | public static void main(String[] args) { FILE: Quelea/src/main/java/org/quelea/services/utils/GZipOutputStreamEx.java class GZipOutputStreamEx (line 30) | public class GZipOutputStreamEx extends DeflaterOutputStream { method GZipOutputStreamEx (line 49) | public GZipOutputStreamEx(OutputStream out, int size, int compression)... method GZipOutputStreamEx (line 61) | public GZipOutputStreamEx(OutputStream out, int compression) throws IO... method write (line 74) | @Override method finish (line 88) | @Override method close (line 105) | @Override method writeHeader (line 114) | private void writeHeader() throws IOException { method writeTrailer (line 126) | private void writeTrailer() throws IOException { method writeInt (line 134) | private void writeInt(int i) throws IOException { method writeShort (line 142) | private void writeShort(int s) throws IOException { FILE: Quelea/src/main/java/org/quelea/services/utils/GraphicsUtils.java class GraphicsUtils (line 28) | public class GraphicsUtils { method GraphicsUtils (line 36) | public GraphicsUtils(Graphics graphics) { method getInverseColor (line 44) | public Color getInverseColor() { method drawStringWithOutline (line 59) | public void drawStringWithOutline(String str, int x, int y, Color outl... method drawStringWithShadow (line 79) | public void drawStringWithShadow(String str, int x, int y, Color shado... method shiftNorth (line 93) | private int shiftNorth(int p, int distance) { method shiftSouth (line 103) | private int shiftSouth(int p, int distance) { method shiftEast (line 113) | private int shiftEast(int p, int distance) { method shiftWest (line 123) | private int shiftWest(int p, int distance) { FILE: Quelea/src/main/java/org/quelea/services/utils/ImageChecker.java class ImageChecker (line 37) | public class ImageChecker { method ImageChecker (line 61) | public ImageChecker(File imageDir) { method runCheck (line 68) | public void runCheck() { method getFormatsString (line 131) | private static String getFormatsString() { method formatOK (line 148) | private static boolean formatOK(String fileName) { method main (line 165) | public static void main(String[] args) { FILE: Quelea/src/main/java/org/quelea/services/utils/ImageManager.java class ImageManager (line 18) | public class ImageManager { method ImageManager (line 28) | private ImageManager() { method getImage (line 43) | public Image getImage(String uri) { method getImage (line 67) | public Image getImage(String uri, double width, double height, boolean... FILE: Quelea/src/main/java/org/quelea/services/utils/LanguageNameMap.java class LanguageNameMap (line 28) | public class LanguageNameMap { method LanguageNameMap (line 36) | private LanguageNameMap() { method putSwedishLanguages (line 46) | private void putSwedishLanguages() { method putEnglishLanguages (line 93) | private void putEnglishLanguages() { method putNativeLanguages (line 138) | private void putNativeLanguages() { method getLanguage (line 185) | public Language getLanguage(String text) { FILE: Quelea/src/main/java/org/quelea/services/utils/LineTypeChecker.java class LineTypeChecker (line 28) | public class LineTypeChecker { type Type (line 35) | public enum Type { method LineTypeChecker (line 48) | public LineTypeChecker(String line) { method getLineType (line 57) | public Type getLineType() { method checkNonBreak (line 72) | private boolean checkNonBreak() { method checkChords (line 83) | private boolean checkChords() { method checkTitle (line 115) | private boolean checkTitle() { method nextHash (line 142) | private static String nextHash() { method encodeSpecials (line 149) | public synchronized static String[] encodeSpecials(String[] toEncode) { method decodeSpecials (line 169) | public synchronized static String[] decodeSpecials(String[] toDecode) { FILE: Quelea/src/main/java/org/quelea/services/utils/LoggerUtils.java class LoggerUtils (line 38) | public final class LoggerUtils { method initialise (line 54) | private static void initialise() { method LoggerUtils (line 68) | private LoggerUtils() { method getHandlerFileLocation (line 72) | public static String getHandlerFileLocation() { method getLogger (line 81) | public static synchronized Logger getLogger() { method writeToLog (line 118) | private static void writeToLog(String message) { FILE: Quelea/src/main/java/org/quelea/services/utils/LyricLine.java class LyricLine (line 26) | public class LyricLine { method LyricLine (line 36) | public LyricLine(boolean isTranslateLine, String line) { method LyricLine (line 45) | public LyricLine(String line) { method isTranslateLine (line 54) | public boolean isTranslateLine() { method getLine (line 62) | public String getLine() { FILE: Quelea/src/main/java/org/quelea/services/utils/PropertyPanel.java type PropertyPanel (line 25) | public interface PropertyPanel { method setProperties (line 30) | void setProperties(); method readProperties (line 35) | void readProperties(); FILE: Quelea/src/main/java/org/quelea/services/utils/QueleaProperties.java class QueleaProperties (line 177) | public final class QueleaProperties extends SortedProperties { method init (line 183) | public static void init(String userHome) { method QueleaProperties (line 199) | private QueleaProperties(String userHome) { method getPropFile (line 213) | private File getPropFile() { method write (line 220) | private void write() { method get (line 234) | public static QueleaProperties get() { method getLanguageFile (line 245) | public File getLanguageFile() { method isDictionaryEnabled (line 249) | public boolean isDictionaryEnabled() { method getDictionary (line 260) | public Dictionary getDictionary() { method setLanguageFile (line 278) | public void setLanguageFile(String file) { method getEnglishLanguageFile (line 291) | public File getEnglishLanguageFile() { method getDisplayVideoTab (line 300) | public boolean getDisplayVideoTab() { method setDisplayVideoTab (line 308) | public void setDisplayVideoTab(boolean videoTab) { method getSceneInfo (line 320) | public SceneInfo getSceneInfo() { method setSceneInfo (line 344) | public void setSceneInfo(SceneInfo info) { method getMainDivPos (line 355) | public double getMainDivPos() { method getElevantoClientId (line 359) | public String getElevantoClientId() { method getLibraryDivPos (line 369) | public double getLibraryDivPos() { method getPrevLiveDivPos (line 379) | public double getPrevLiveDivPos() { method getCanvasDivPos (line 388) | public double getCanvasDivPos() { method getPreviewDivposKey (line 397) | public double getPreviewDivposKey() { method setMainDivPos (line 406) | public void setMainDivPos(double val) { method setPrevLiveDivPos (line 416) | public void setPrevLiveDivPos(double val) { method setCanvasDivPos (line 426) | public void setCanvasDivPos(double val) { method setPreviewDivPos (line 436) | public void setPreviewDivPos(double val) { method setLibraryDivPos (line 446) | public void setLibraryDivPos(double val) { method getChosenFonts (line 457) | public List getChosenFonts() { method setChosenFonts (line 474) | public void setChosenFonts(List fonts) { method getUseUniformFontSize (line 494) | public boolean getUseUniformFontSize() { method setUseUniformFontSize (line 506) | public void setUseUniformFontSize(boolean val) { method getShowVerseNumbers (line 516) | public boolean getShowVerseNumbers() { method setShowVerseNumbers (line 526) | public void setShowVerseNumbers(boolean val) { method getNoticeBackgroundColour (line 535) | public Color getNoticeBackgroundColour() { method setNoticeBackgroundColour (line 544) | public void setNoticeBackgroundColour(Color colour) { method getNoticePosition (line 553) | public NoticePosition getNoticePosition() { method setNoticePosition (line 566) | public void setNoticePosition(NoticePosition position) { method getNoticeSpeed (line 575) | public double getNoticeSpeed() { method setNoticeSpeed (line 584) | public void setNoticeSpeed(double speed) { method getLastDirectory (line 593) | public File getLastDirectory() { method setLastDirectory (line 612) | public void setLastDirectory(File directory) { method getLastScheduleFileDirectory (line 621) | public File getLastScheduleFileDirectory() { method setEmbedMediaInScheduleFile (line 640) | public void setEmbedMediaInScheduleFile(boolean embed) { method getEmbedMediaInScheduleFile (line 649) | public boolean getEmbedMediaInScheduleFile() { method setItemThemeOverride (line 659) | public void setItemThemeOverride(boolean val) { method getItemThemeOverride (line 668) | public boolean getItemThemeOverride() { method setGlobalSongThemeFile (line 676) | public void setGlobalSongThemeFile(File file) { method getGlobalSongThemeFile (line 687) | public File getGlobalSongThemeFile() { method setGlobalBibleThemeFile (line 698) | public void setGlobalBibleThemeFile(File file) { method getGlobalBibleThemeFile (line 709) | public File getGlobalBibleThemeFile() { method setLastScheduleFileDirectory (line 722) | public void setLastScheduleFileDirectory(File directory) { method getLastVideoDirectory (line 731) | public File getLastVideoDirectory() { method setLastVideoDirectory (line 750) | public void setLastVideoDirectory(File directory) { method getAutoPlayVideo (line 760) | public boolean getAutoPlayVideo() { method setAutoPlayVideo (line 769) | public void setAutoPlayVideo(boolean val) { method getUseJavaFXforVLCRendering (line 779) | public boolean getUseJavaFXforVLCRendering() { method setUseJavaFXforVLCRendering (line 789) | public void setUseJavaFXforVLCRendering(boolean val) { method getNoticeFontSize (line 798) | public double getNoticeFontSize() { method setNoticeFontSize (line 807) | public void setNoticeFontSize(double fontSize) { method getAutoTranslate (line 817) | public boolean getAutoTranslate() { method setAutoTranslate (line 827) | public void setAutoTranslate(boolean val) { method getMaxFontSize (line 837) | public double getMaxFontSize() { method setMaxFontSize (line 847) | public void setMaxFontSize(double fontSize) { method getAdditionalLineSpacing (line 857) | public double getAdditionalLineSpacing() { method setAdditionalLineSpacing (line 867) | public void setAdditionalLineSpacing(double spacing) { method getThumbnailSize (line 877) | public int getThumbnailSize() { method setThumbnailSize (line 887) | public void setThumbnailSize(int thumbnailSize) { method getPlanningCentrePrevDays (line 891) | public int getPlanningCentrePrevDays() { method setPlanningCentrePrevDays (line 895) | public void setPlanningCentrePrevDays(int days) { method getUseDefaultTranslation (line 899) | public boolean getUseDefaultTranslation() { method setUseDefaultTranslation (line 903) | public void setUseDefaultTranslation(boolean val) { method getDefaultTranslationName (line 907) | public String getDefaultTranslationName() { method setDefaultTranslationName (line 911) | public void setDefaultTranslationName(String val) { method getShowExtraLivePanelToolbarOptions (line 921) | public boolean getShowExtraLivePanelToolbarOptions() { method setShowExtraLivePanelToolbarOptions (line 931) | public void setShowExtraLivePanelToolbarOptions(boolean show) { method getLinkPreviewAndLiveDividers (line 941) | public boolean getLinkPreviewAndLiveDividers() { method getClearLiveOnRemove (line 953) | public boolean getClearLiveOnRemove() { method setClearLiveOnRemove (line 965) | public void setClearLiveOnRemove(boolean val) { method getFacebookPageLocation (line 975) | public String getFacebookPageLocation() { method getWikiPageLocation (line 985) | public String getWikiPageLocation() { method getQueleaUserHome (line 995) | public File getQueleaUserHome() { method getTurboDBExe (line 1009) | public File getTurboDBExe() { method getTranslationFontSizeOffset (line 1013) | public int getTranslationFontSizeOffset() { method getStageTextFont (line 1023) | public String getStageTextFont() { method setStageTextFont (line 1033) | public void setStageTextFont(String font) { method getStageTextAlignment (line 1044) | public String getStageTextAlignment() { method setStageTextAlignment (line 1054) | public void setStageTextAlignment(TextAlignment alignment) { method getShowChords (line 1065) | public boolean getShowChords() { method setShowChords (line 1075) | public void setShowChords(boolean showChords) { method getPhoneHome (line 1088) | public boolean getPhoneHome() { method getBibleDir (line 1098) | public File getBibleDir() { method getImageDir (line 1108) | public File getImageDir() { method getDictionaryDir (line 1118) | public File getDictionaryDir() { method getVidDir (line 1128) | public File getVidDir() { method getTempDir (line 1138) | public File getTempDir() { method getScheduleExtension (line 1148) | public String getScheduleExtension() { method getSongPackExtension (line 1158) | public String getSongPackExtension() { method getControlScreen (line 1169) | public int getControlScreen() { method setControlScreen (line 1179) | public void setControlScreen(int screen) { method getOneLineMode (line 1190) | public boolean getOneLineMode() { method setOneLineMode (line 1200) | public void setOneLineMode(boolean val) { method getTextShadow (line 1211) | public boolean getTextShadow() { method setTextShadow (line 1221) | public void setTextShadow(boolean val) { method getProjectorScreen (line 1233) | public int getProjectorScreen() { method setProjectorScreen (line 1243) | public void setProjectorScreen(int screen) { method getUseAutoExtend (line 1255) | public boolean getUseAutoExtend() { method setUseAutoExtend (line 1267) | public void setUseAutoExtend(boolean extend) { method getMaxChars (line 1279) | public int getMaxChars() { method setMaxChars (line 1290) | public void setMaxChars(int maxChars) { method getProjectorCoords (line 1301) | public Bounds getProjectorCoords() { method setProjectorCoords (line 1315) | public void setProjectorCoords(Bounds coords) { method setXProjectorCoord (line 1325) | public void setXProjectorCoord(String x) { method setYProjectorCoord (line 1335) | public void setYProjectorCoord(String y) { method setWidthProjectorCoord (line 1345) | public void setWidthProjectorCoord(String width) { method setHeightProjectorCoord (line 1355) | public void setHeightProjectorCoord(String height) { method setXStageCoord (line 1365) | public void setXStageCoord(String x) { method setYStageCoord (line 1375) | public void setYStageCoord(String y) { method setWidthStageCoord (line 1385) | public void setWidthStageCoord(String width) { method setHeightStageCoord (line 1395) | public void setHeightStageCoord(String height) { method isProjectorModeCoords (line 1413) | public boolean isProjectorModeCoords() { method setProjectorModeCoords (line 1420) | public void setProjectorModeCoords() { method setProjectorModeScreen (line 1428) | public void setProjectorModeScreen() { method getStageScreen (line 1440) | public int getStageScreen() { method setStageScreen (line 1450) | public void setStageScreen(int screen) { method getStageCoords (line 1461) | public Bounds getStageCoords() { method setStageCoords (line 1475) | public void setStageCoords(Bounds coords) { method isStageModeCoords (line 1493) | public boolean isStageModeCoords() { method setStageModeCoords (line 1500) | public void setStageModeCoords() { method setStageModeScreen (line 1508) | public void setStageModeScreen() { method getMinLines (line 1522) | public int getMinLines() { method setMinLines (line 1532) | public void setMinLines(int minLines) { method showSingleMonitorWarning (line 1544) | public boolean showSingleMonitorWarning() { method setSingleMonitorWarning (line 1554) | public void setSingleMonitorWarning(boolean val) { method getDownloadLocation (line 1565) | public String getDownloadLocation() { method getWebsiteLocation (line 1575) | public String getWebsiteLocation() { method getDiscussLocation (line 1585) | public String getDiscussLocation() { method getFeedbackLocation (line 1595) | public String getFeedbackLocation() { method getUpdateURL (line 1605) | public String getUpdateURL() { method checkUpdate (line 1616) | public boolean checkUpdate() { method setCheckUpdate (line 1626) | public void setCheckUpdate(boolean val) { method checkCapitalFirst (line 1638) | public boolean checkCapitalFirst() { method setCapitalFirst (line 1648) | public void setCapitalFirst(boolean val) { method checkDisplaySongInfoText (line 1659) | public boolean checkDisplaySongInfoText() { method setDisplaySongInfoText (line 1669) | public void setDisplaySongInfoText(boolean val) { method getDefaultBible (line 1680) | public String getDefaultBible() { method setDefaultBible (line 1690) | public void setDefaultBible(Bible bible) { method getStageChordColor (line 1701) | public Color getStageChordColor() { method getTextBackgroundColor (line 1712) | public Color getTextBackgroundColor() { method getTextBackgroundEnable (line 1724) | public boolean getTextBackgroundEnable() { method setStageChordColor (line 1734) | public void setStageChordColor(Color color) { method getStageLyricsColor (line 1744) | public Color getStageLyricsColor() { method setStageLyricsColor (line 1754) | public void setStageLyricsColor(Color color) { method setStageBackgroundColor (line 1764) | public void setStageBackgroundColor(Color color) { method getStageBackgroundColor (line 1774) | public Color getStageBackgroundColor() { method getColor (line 1785) | private Color getColor(String str) { method getStr (line 1805) | public String getStr(Color color) { method getActiveSelectionColor (line 1815) | public Color getActiveSelectionColor() { method getInactiveSelectionColor (line 1825) | public Color getInactiveSelectionColor() { method getOutlineThickness (line 1835) | public int getOutlineThickness() { method setOutlineThickness (line 1845) | public void setOutlineThickness(int px) { method getNoticeBoxHeight (line 1856) | public int getNoticeBoxHeight() { method setNoticeBoxHeight (line 1866) | public void setNoticeBoxHeight(int height) { method getNoticeBoxSpeed (line 1877) | public int getNoticeBoxSpeed() { method setNoticeBoxSpeed (line 1887) | public void setNoticeBoxSpeed(int speed) { method getGodWords (line 1900) | public String[] getGodWords() { method getAdvanceOnLive (line 1915) | public boolean getAdvanceOnLive() { method setAdvanceOnLive (line 1926) | public void setAdvanceOnLive(boolean val) { method getPreviewOnImageUpdate (line 1938) | public boolean getPreviewOnImageUpdate() { method setPreviewOnImageUpdate (line 1949) | public void setPreviewOnImageUpdate(boolean val) { method getUseOO (line 1961) | public boolean getUseOO() { method setUseOO (line 1972) | public void setUseOO(boolean val) { method getOOPath (line 1983) | public String getOOPath() { method setOOPath (line 1993) | public void setOOPath(String path) { method getUsePP (line 2005) | public boolean getUsePP() { method setUsePP (line 2016) | public void setUsePP(boolean val) { method getPPPath (line 2027) | public String getPPPath() { method setPPPath (line 2037) | public void setPPPath(String path) { method getRecordingsPath (line 2048) | public String getRecordingsPath() { method setRecordingsPath (line 2058) | public void setRecordingsPath(String path) { method getDownloadPath (line 2069) | public String getDownloadPath() { method setDownloadPath (line 2079) | public void setDownloadPath(String path) { method getConvertRecordings (line 2090) | public boolean getConvertRecordings() { method setConvertRecordings (line 2101) | public void setConvertRecordings(boolean val) { method getOOPresOnTop (line 2114) | public boolean getOOPresOnTop() { method setLogoImage (line 2124) | public void setLogoImage(String location) { method getLogoImageURI (line 2135) | public String getLogoImageURI() { method setMobLyricsPort (line 2145) | public void setMobLyricsPort(int port) { method getMobLyricsPort (line 2156) | public int getMobLyricsPort() { method getUseMobLyrics (line 2166) | public boolean getUseMobLyrics() { method setUseMobLyrics (line 2176) | public void setUseMobLyrics(boolean val) { method setUseRemoteControl (line 2181) | public void setUseRemoteControl(boolean val) { method getUseRemoteControl (line 2192) | public boolean getUseRemoteControl() { method getRemoteControlPort (line 2202) | public int getRemoteControlPort() { method setRemoteControlPort (line 2210) | public void setRemoteControlPort(int port) { method setRemoteControlPassword (line 2215) | public void setRemoteControlPassword(String text) { method getRemoteControlPassword (line 2220) | public String getRemoteControlPassword() { method setPlanningCenterRefreshToken (line 2224) | public void setPlanningCenterRefreshToken(String text) { method getPlanningCenterRefreshToken (line 2229) | public String getPlanningCenterRefreshToken() { method getSmallSongTextPositionH (line 2233) | public String getSmallSongTextPositionH() { method setSmallSongTextPositionH (line 2237) | public void setSmallSongTextPositionH(String position) { method getSmallSongTextPositionV (line 2242) | public String getSmallSongTextPositionV() { method setSmallSongTextPositionV (line 2246) | public void setSmallSongTextPositionV(String position) { method getSmallSongTextSize (line 2251) | public Double getSmallSongTextSize() { method setSmallSongTextSize (line 2255) | public void setSmallSongTextSize(double size) { method getSmallSongTextShowOnSlides (line 2260) | public String getSmallSongTextShowOnSlides() { method setSmallSongTextShowOnSlides (line 2264) | public void setSmallSongTextShowOnSlides(String showOnSlides) { method getSmallBibleTextPositionH (line 2269) | public String getSmallBibleTextPositionH() { method setSmallBibleTextPositionH (line 2273) | public void setSmallBibleTextPositionH(String position) { method getSmallBibleTextPositionV (line 2278) | public String getSmallBibleTextPositionV() { method setSmallBibleTextPositionV (line 2282) | public void setSmallBibleTextPositionV(String position) { method getSmallBibleTextSize (line 2287) | public Double getSmallBibleTextSize() { method setSmallBibleTextSize (line 2291) | public void setSmallBibleTextSize(double size) { method getSmallSongTextShow (line 2296) | public boolean getSmallSongTextShow() { method setSmallSongTextShow (line 2300) | public void setSmallSongTextShow(boolean show) { method getSmallBibleTextShow (line 2305) | public boolean getSmallBibleTextShow() { method setSmallBibleTextShow (line 2309) | public void setSmallBibleTextShow(boolean show) { method getMaxBibleVerses (line 2319) | public int getMaxBibleVerses() { method setMaxBibleVerses (line 2323) | public void setMaxBibleVerses(int number) { method getBibleUsingMaxChars (line 2333) | public boolean getBibleUsingMaxChars() { method setBibleUsingMaxChars (line 2337) | public void setBibleUsingMaxChars(boolean useChars) { method getMaxBibleChars (line 2350) | public int getMaxBibleChars() { method setMaxBibleChars (line 2361) | public void setMaxBibleChars(int maxChars) { method getLogoFadeDuration (line 2372) | public int getLogoFadeDuration() { method getBlackFadeDuration (line 2388) | public int getBlackFadeDuration() { method getClearFadeDuration (line 2404) | public int getClearFadeDuration() { method getTranslateClientID (line 2420) | public String getTranslateClientID() { method getTranslateClientSecret (line 2436) | public String getTranslateClientSecret() { method getClearStageWithMain (line 2446) | public boolean getClearStageWithMain() { method setClearStageWithMain (line 2450) | public void setClearStageWithMain(boolean clear) { method getBlackStageWithMain (line 2455) | public boolean getBlackStageWithMain() { method setBlackStageWithMain (line 2459) | public void setBlackStageWithMain(boolean black) { method getDisableVideo (line 2464) | public boolean getDisableVideo() { method getTimerDir (line 2474) | public File getTimerDir() { method getSongOverflow (line 2478) | public boolean getSongOverflow() { method setSongOverflow (line 2482) | public void setSongOverflow(boolean overflow) { method getAutoDetectPort (line 2487) | public int getAutoDetectPort() { method getStageShowClock (line 2491) | public boolean getStageShowClock() { method getUse24HourClock (line 2495) | public boolean getUse24HourClock() { method setUse24HourClock (line 2499) | public void setUse24HourClock(boolean s24h) { method getBibleSplitVerses (line 2504) | public boolean getBibleSplitVerses() { method setBibleSplitVerses (line 2508) | public void setBibleSplitVerses(boolean selected) { method getLyricWidthBounds (line 2513) | public double getLyricWidthBounds() { method getLyricHeightBounds (line 2517) | public double getLyricHeightBounds() { method getDefaultSongDBUpdate (line 2521) | public boolean getDefaultSongDBUpdate() { method getShowDBSongPreview (line 2525) | public boolean getShowDBSongPreview() { method setShowDBSongPreview (line 2529) | public void setShowDBSongPreview(boolean val) { method getImmediateSongDBPreview (line 2533) | public boolean getImmediateSongDBPreview() { method setImmediateSongDBPreview (line 2537) | public void setImmediateSongDBPreview(boolean val) { method setDefaultSongDBUpdate (line 2541) | public void setDefaultSongDBUpdate(boolean updateInDB) { method getWebDisplayableRefreshRate (line 2546) | public int getWebDisplayableRefreshRate() { method getWebProxyHost (line 2550) | public String getWebProxyHost() { method getWebProxyPort (line 2554) | public String getWebProxyPort() { method getWebProxyUser (line 2558) | public String getWebProxyUser() { method getWebProxyPassword (line 2562) | public String getWebProxyPassword() { method getChurchCcliNum (line 2566) | public String getChurchCcliNum() { method getNoticeDir (line 2576) | public File getNoticeDir() { method getAddAndGoLiveKeys (line 2580) | public String[] getAddAndGoLiveKeys() { method getNewSongKeys (line 2583) | public String[] getNewSongKeys() { method getSearchKeys (line 2587) | public String[] getSearchKeys() { method getOptionsKeys (line 2591) | public String[] getOptionsKeys() { method getLiveTextKeys (line 2595) | public String[] getLiveTextKeys() { method getLogoKeys (line 2599) | public String[] getLogoKeys() { method getBlackKeys (line 2603) | public String[] getBlackKeys() { method getClearKeys (line 2607) | public String[] getClearKeys() { method getHideKeys (line 2611) | public String[] getHideKeys() { method getAdvanceKeys (line 2615) | public String[] getAdvanceKeys() { method getPreviousKeys (line 2619) | public String[] getPreviousKeys() { method getNoticesKeys (line 2623) | public String[] getNoticesKeys() { method getScheduleFocusKeys (line 2627) | public String[] getScheduleFocusKeys() { method getBibleFocusKeys (line 2631) | public String[] getBibleFocusKeys() { method setUseSlideTransition (line 2640) | public void setUseSlideTransition(boolean useFade) { method getUseSlideTransition (line 2649) | public boolean getUseSlideTransition() { method setSlideTransitionInDuration (line 2658) | public void setSlideTransitionInDuration(int millis) { method getSlideTransitionInDuration (line 2667) | public int getSlideTransitionInDuration() { method getSlideTransitionOutDuration (line 2676) | public int getSlideTransitionOutDuration() { method setSlideTransitionOutDuration (line 2685) | public void setSlideTransitionOutDuration(int millis) { method getUseDarkTheme (line 2689) | public boolean getUseDarkTheme() { method setUseDarkTheme (line 2693) | public void setUseDarkTheme(boolean useDarkTheme) { method getDisableDirectShowForWVC1 (line 2697) | public boolean getDisableDirectShowForWVC1() { FILE: Quelea/src/main/java/org/quelea/services/utils/QueleaPropertyKeys.java class QueleaPropertyKeys (line 3) | public class QueleaPropertyKeys { FILE: Quelea/src/main/java/org/quelea/services/utils/ReleaseSummaryGenerator.java class ReleaseSummaryGenerator (line 34) | public class ReleaseSummaryGenerator { method main (line 36) | public static void main(String[] args) throws IOException, NoSuchAlgor... method getVersionFileText (line 80) | private static String getVersionFileText(String str) throws IOException { method sha256 (line 87) | private static String sha256(String input) throws NoSuchAlgorithmExcep... FILE: Quelea/src/main/java/org/quelea/services/utils/SceneInfo.java class SceneInfo (line 30) | public class SceneInfo { method SceneInfo (line 38) | public SceneInfo(double x, double y, double w, double h, boolean max) { method getX (line 46) | public int getX() { method getY (line 50) | public int getY() { method getWidth (line 54) | public int getWidth() { method getHeight (line 58) | public int getHeight() { method getBounds (line 62) | public Rectangle2D getBounds() { method isMaximised (line 66) | public boolean isMaximised() { method toString (line 70) | @Override FILE: Quelea/src/main/java/org/quelea/services/utils/SerializableColor.java class SerializableColor (line 29) | public class SerializableColor implements Serializable { method SerializableColor (line 33) | public SerializableColor(Color color) { method getColor (line 42) | public Color getColor() { method hashCode (line 46) | @Override method equals (line 56) | @Override method toString (line 80) | @Override FILE: Quelea/src/main/java/org/quelea/services/utils/SerializableDropShadow.java class SerializableDropShadow (line 31) | public class SerializableDropShadow implements Serializable { method SerializableDropShadow (line 40) | public SerializableDropShadow(Color color, double xOffset, double yOff... method getColor (line 49) | public Color getColor() { method getOffsetX (line 53) | public double getOffsetX() { method getOffsetY (line 57) | public double getOffsetY() { method getRadius (line 61) | public double getRadius() { method getSpread (line 65) | public double getSpread() { method getUse (line 69) | public boolean getUse() { method toString (line 73) | @Override method getDropShadow (line 78) | public DropShadow getDropShadow() { FILE: Quelea/src/main/java/org/quelea/services/utils/SerializableFont.java class SerializableFont (line 31) | public class SerializableFont implements Serializable { method SerializableFont (line 38) | public SerializableFont(Font font) { method isBold (line 45) | public boolean isBold() { method isItalic (line 49) | public boolean isItalic() { method getFont (line 53) | public Font getFont() { method hashCode (line 70) | @Override method equals (line 78) | public boolean equals(Object obj, boolean ignoreSize) { method equals (line 95) | @Override FILE: Quelea/src/main/java/org/quelea/services/utils/ShortcutManager.java class ShortcutManager (line 41) | public class ShortcutManager { method addShortcuts (line 49) | public void addShortcuts(final MainWindow mainWindow) { method checkCombination (line 97) | private boolean checkCombination(String[] keyCombination) { method getKeyCodeCombination (line 108) | public static KeyCodeCombination getKeyCodeCombination(String[] keys) { FILE: Quelea/src/main/java/org/quelea/services/utils/SoftHashMap.java class SoftHashMap (line 31) | public class SoftHashMap extends AbstractMap implements Seri... method get (line 43) | @Override method expungeStaleEntries (line 63) | private void expungeStaleEntries() { method put (line 70) | @Override method remove (line 83) | @Override method clear (line 93) | @Override method size (line 99) | @Override method entrySet (line 109) | @Override FILE: Quelea/src/main/java/org/quelea/services/utils/SongDuplicateChecker.java class SongDuplicateChecker (line 30) | public class SongDuplicateChecker { method main (line 32) | public static void main(String[] args) { method checkSongs (line 36) | public boolean[] checkSongs(SongDisplayable[] newSongs) { method checkSong (line 66) | public boolean checkSong(SongDisplayable newSong) { FILE: Quelea/src/main/java/org/quelea/services/utils/SongPack.java class SongPack (line 46) | public class SongPack { method SongPack (line 54) | public SongPack() { method addSong (line 63) | public void addSong(SongDisplayable song) { method addSongs (line 67) | public void addSongs(Collection songsToAdd) { method fromFile (line 78) | public static SongPack fromFile(File file) throws IOException { method writeToFile (line 102) | public void writeToFile(final File file) { method getSongs (line 139) | public List getSongs() { FILE: Quelea/src/main/java/org/quelea/services/utils/SortedProperties.java class SortedProperties (line 14) | class SortedProperties extends Properties { method keys (line 16) | @Override method entrySet (line 27) | @Override FILE: Quelea/src/main/java/org/quelea/services/utils/UndoHandler.java class UndoHandler (line 27) | public class UndoHandler { method undo (line 38) | public String undo() { method redo (line 52) | public String redo() { method add (line 67) | public void add(String oldText, String newText) { method isUndo (line 85) | public boolean isUndo() { method setUndo (line 94) | public void setUndo(boolean undo) { method getCount (line 103) | public int getCount() { method getCaretPos (line 113) | public int getCaretPos(boolean undo) { method clearUndo (line 150) | public void clearUndo() { method canUndo (line 160) | public boolean canUndo() { method canRedo (line 169) | public boolean canRedo() { FILE: Quelea/src/main/java/org/quelea/services/utils/UnicodeReader.java class UnicodeReader (line 9) | public class UnicodeReader extends Reader { method UnicodeReader (line 22) | public UnicodeReader(InputStream in, String defaultEncoding) throws IO... method getEncoding (line 65) | public String getEncoding() { method read (line 69) | @Override method close (line 74) | @Override FILE: Quelea/src/main/java/org/quelea/services/utils/UpdateChecker.java class UpdateChecker (line 32) | public class UpdateChecker { method checkUpdate (line 42) | public void checkUpdate(boolean showIfLatest, final boolean showIfErro... method showUpdateError (line 77) | private void showUpdateError() { FILE: Quelea/src/main/java/org/quelea/services/utils/UserFileChecker.java class UserFileChecker (line 34) | public class UserFileChecker { method UserFileChecker (line 44) | public UserFileChecker(File userDir) { method checkUserFiles (line 52) | public void checkUserFiles() { method checkPropertiesFile (line 67) | private void checkPropertiesFile() { method checkDir (line 82) | private void checkDir(String dirName) { method copyDir (line 92) | private void copyDir(String dirName) { method copyPropertiesFile (line 117) | private void copyPropertiesFile() { FILE: Quelea/src/main/java/org/quelea/services/utils/Utils.java class Utils (line 98) | public final class Utils { method Utils (line 107) | private Utils() { method getOutermostEnclosingClass (line 111) | public static Class getOutermostEnclosingClass(Class clazz) { method getChangedFile (line 122) | public static File getChangedFile(org.w3c.dom.Node node, Map... method toRelativeStorePath (line 136) | public static String toRelativeStorePath(File f) { method getDebugLog (line 148) | public static File getDebugLog() { method isInDir (line 161) | public static boolean isInDir(File dir, File file) { method setToolbarButtonStyle (line 177) | public static void setToolbarButtonStyle(final Node button) { method sleep (line 213) | public static void sleep(long millis) { method isOffscreen (line 221) | public static boolean isOffscreen(SceneInfo info) { method incrementExtension (line 230) | public static String incrementExtension(String name, String ext) { method fxRunAndWait (line 248) | public static void fxRunAndWait(final Runnable runnable) { method addIconsToStage (line 292) | public static void addIconsToStage(Stage stage) { method getVLCStringFromFile (line 307) | public static String getVLCStringFromFile(File file) { method getBoundsFromRect2D (line 330) | public static Bounds getBoundsFromRect2D(Rectangle2D rect) { method is64Bit (line 340) | public static boolean is64Bit() { method isMac (line 349) | public static boolean isMac() { method isLinux (line 358) | public static boolean isLinux() { method isWindows (line 367) | public static boolean isWindows() { method getFileNameWithoutExtension (line 377) | public static String getFileNameWithoutExtension(String nameWithExtens... method updateSongInBackground (line 401) | public static void updateSongInBackground(final SongDisplayable song, ... method getColorDifference (line 467) | public static double getColorDifference(Color a, Color b) { method removeTags (line 478) | public static String removeTags(String str) { method fxThread (line 482) | public static boolean fxThread() { method checkFXThread (line 486) | public static void checkFXThread() { method removeDuplicateWithOrder (line 498) | public static void removeDuplicateWithOrder(List list) { method copyFile (line 517) | public static void copyFile(File sourceFile, File destFile) throws IOE... method capitaliseFirst (line 554) | public static String capitaliseFirst(String line) { method getAbbreviation (line 570) | public static String getAbbreviation(String name) { method escapeXML (line 587) | public static String escapeXML(String s) { method getTextFromFile (line 591) | public static synchronized String getTextFromFile(String fileName, Str... method getTextFromFile (line 604) | public static synchronized String getTextFromFile(String fileName, Str... method fileIsImage (line 624) | public static boolean fileIsImage(File file) { method fileIsVideo (line 643) | public static boolean fileIsVideo(File file) { method fileIsTimer (line 662) | public static boolean fileIsTimer(File file) { method getImageExtensions (line 678) | public static List getImageExtensions() { method getVideoExtensions (line 700) | public static List getVideoExtensions() { method getAudioExtensions (line 742) | public static List getAudioExtensions() { method getMultimediaExtensions (line 759) | public static List getMultimediaExtensions() { method getImageAndVideoExtensions (line 766) | public static List getImageAndVideoExtensions() { method getFileExtensions (line 779) | public static List getFileExtensions(List extensions) { method hasExtension (line 795) | public static boolean hasExtension(File file, String ext) { method getAllFonts (line 810) | public static String[] getAllFonts() { method getImageFromColour (line 830) | public static Image getImageFromColour(final Color color) { method parseColour (line 847) | public static Color parseColour(String colour) { method extractZip (line 882) | public static List extractZip(File zip) { method extractZipWithCharset (line 898) | private static List extractZipWithCharset(File zip, Charset char... method getEncoding (line 943) | public static String getEncoding(File file) { FILE: Quelea/src/main/java/org/quelea/services/utils/Version.java class Version (line 26) | public class Version implements Comparable { method Version (line 38) | public Version(String version, VersionType versionType) { method getVersionString (line 48) | public String getVersionString() { method getMinorName (line 58) | public String getMinorName() { method getMajorVersionNumber (line 80) | public String getMajorVersionNumber() { method getUnstableName (line 89) | public VersionType getUnstableName() { method equals (line 99) | @Override method hashCode (line 117) | @Override method toString (line 129) | @Override method compareTo (line 141) | @Override FILE: Quelea/src/main/java/org/quelea/services/utils/VersionChecker.java class VersionChecker (line 31) | public class VersionChecker { method VersionChecker (line 41) | public VersionChecker(String url) { method getLatestVersion (line 49) | public Version getLatestVersion() { method extractVersion (line 76) | private Version extractVersion(String content) { FILE: Quelea/src/main/java/org/quelea/services/utils/VersionType.java type VersionType (line 12) | public enum VersionType { method VersionType (line 16) | VersionType(String splashPath) { method getSplashPath (line 22) | public String getSplashPath() { FILE: Quelea/src/main/java/org/quelea/utils/BigDecimalSpinner.java class BigDecimalSpinner (line 49) | public class BigDecimalSpinner extends HBox { method BigDecimalSpinner (line 66) | public BigDecimalSpinner(BigDecimal min, BigDecimal max, BigDecimal st... method increment (line 156) | private void increment() { method decrement (line 167) | private void decrement() { method setNumber (line 175) | public final void setNumber(BigDecimal value) { method numberProperty (line 179) | public ObjectProperty numberProperty() { method getNumber (line 183) | public final BigDecimal getNumber() { method dumpSizes (line 188) | public void dumpSizes() { FILE: Quelea/src/main/java/org/quelea/utils/BigDecimalTextField.java class BigDecimalTextField (line 38) | public class BigDecimalTextField extends TextField { method getNumber (line 43) | public final BigDecimal getNumber() { method setNumber (line 47) | public final void setNumber(BigDecimal value) { method numberProperty (line 51) | public ObjectProperty numberProperty() { method BigDecimalTextField (line 55) | public BigDecimalTextField() { method BigDecimalTextField (line 59) | public BigDecimalTextField(BigDecimal value) { method BigDecimalTextField (line 64) | public BigDecimalTextField(BigDecimal value, NumberFormat nf) { method initHandlers (line 71) | private void initHandlers() { method parseAndFormatInput (line 90) | private void parseAndFormatInput() { FILE: Quelea/src/main/java/org/quelea/utils/Chord.java class Chord (line 15) | public class Chord { method Chord (line 20) | public Chord(int idx, String chord) { method getIdx (line 25) | public int getIdx() { method getChord (line 29) | public String getChord() { method toString (line 33) | @Override method getChordsFromLine (line 38) | public static List getChordsFromLine(String chordLine) { FILE: Quelea/src/main/java/org/quelea/utils/DesktopApi.java class DesktopApi (line 35) | public class DesktopApi { method browse (line 39) | public static boolean browse(String uri) { method browse (line 47) | public static boolean browse(URI uri) { method open (line 62) | public static boolean open(File file) { method edit (line 77) | public static boolean edit(File file) { method print (line 92) | public static void print(File file) { method openSystemSpecific (line 103) | private static boolean openSystemSpecific(String what) { method browseDESKTOP (line 144) | private static boolean browseDESKTOP(URI uri) { method openDESKTOP (line 173) | private static boolean openDESKTOP(File file) { method editDESKTOP (line 201) | private static boolean editDESKTOP(File file) { method runCommand (line 223) | private static boolean runCommand(String command, String args, String ... method prepareCommand (line 254) | private static String[] prepareCommand(String command, String args, St... method isXDG (line 270) | private static boolean isXDG() { method isGNOME (line 275) | private static boolean isGNOME() { method isKDE (line 280) | private static boolean isKDE() { method DesktopApi (line 285) | private DesktopApi() { FILE: Quelea/src/main/java/org/quelea/utils/EJB3ImplicitNamingStrategy.java class EJB3ImplicitNamingStrategy (line 28) | public class EJB3ImplicitNamingStrategy extends ImplicitNamingStrategyLe... method determineCollectionTableName (line 36) | @Override method determineJoinColumnName (line 55) | @Override method determineForeignKeyName (line 85) | @Override method determineUniqueKeyName (line 90) | @Override method determineIndexName (line 95) | @Override method generateHashedConstraintName (line 100) | private Identifier generateHashedConstraintName(ImplicitConstraintName... FILE: Quelea/src/main/java/org/quelea/utils/ExceptionRunnable.java type ExceptionRunnable (line 7) | public interface ExceptionRunnable { method run (line 9) | void run(Throwable t); FILE: Quelea/src/main/java/org/quelea/utils/FXFontMetrics.java class FXFontMetrics (line 10) | public class FXFontMetrics { method FXFontMetrics (line 15) | public FXFontMetrics(Font fnt) { method getLineHeight (line 21) | public double getLineHeight() { method computeStringWidth (line 25) | public double computeStringWidth(String txt) { FILE: Quelea/src/main/java/org/quelea/utils/OpenLyricsWriter.java class OpenLyricsWriter (line 61) | public class OpenLyricsWriter { class OpenLyricsWriterFileExistsException (line 68) | public static class OpenLyricsWriterFileExistsException extends IOExce... method OpenLyricsWriterFileExistsException (line 69) | public OpenLyricsWriterFileExistsException(String message) { class OpenLyricsWriterWriteErrorException (line 78) | public static class OpenLyricsWriterWriteErrorException extends IOExce... method OpenLyricsWriterWriteErrorException (line 79) | public OpenLyricsWriterWriteErrorException(String message) { method OpenLyricsWriter (line 91) | public OpenLyricsWriter(OpenLyricsObject ol) method writeToFile (line 104) | public void writeToFile(File xfile, boolean overwrite) method createDOM (line 129) | private void createDOM() { method getProperties (line 149) | private Element getProperties() { method getTempo (line 169) | private Element getTempo() { method getPublisher (line 185) | private Element getPublisher() { method getKey (line 200) | private Element getKey() { method getVerseOrder (line 215) | private Element getVerseOrder() { method getComments (line 244) | private Element getComments() { method getCopyright (line 264) | private Element getCopyright() { method getAuthors (line 278) | private Element getAuthors() { method getTitles (line 298) | private Element getTitles() { method getLyrics (line 319) | private Element getLyrics() { FILE: Quelea/src/main/java/org/quelea/utils/PlatformUtils.java class PlatformUtils (line 16) | public class PlatformUtils { method setFullScreenWindow (line 37) | public static boolean setFullScreenWindow(Window w, boolean fullScreen) { method setFullScreenAlwaysOnTop (line 49) | public static boolean setFullScreenAlwaysOnTop(Stage stage, boolean fu... method setFullScreenWindow (line 62) | private static boolean setFullScreenWindow(long wid, boolean fullScree... method getWindowID (line 100) | private static long getWindowID(Stage stage) { method sendClientMessage (line 114) | private static int sendClientMessage(X11.Display display, long wid, St... FILE: Quelea/src/main/java/org/quelea/utils/SongBeamerUtil.java class SongBeamerUtil (line 39) | public class SongBeamerUtil { FILE: Quelea/src/main/java/org/quelea/utils/SongDisplayableList.java class SongDisplayableList (line 13) | public class SongDisplayableList implements Serializable { method SongDisplayableList (line 17) | public SongDisplayableList(List songDisplayables) { method SongDisplayableList (line 21) | public SongDisplayableList(IndexedDisplayable songDisplayable) { method getSongDisplayables (line 25) | public List getSongDisplayables() { FILE: Quelea/src/main/java/org/quelea/utils/ThemeUtils.java class ThemeUtils (line 25) | public class ThemeUtils { method getThemes (line 34) | public static ObservableList getThemes() { FILE: Quelea/src/main/java/org/quelea/utils/TrackDuplicateProperties.java class TrackDuplicateProperties (line 14) | public class TrackDuplicateProperties extends Properties { method put (line 18) | @Override method loadNoDuplicates (line 26) | public void loadNoDuplicates(Reader reader) throws IOException { method getDuplicateKeys (line 33) | public List getDuplicateKeys() { FILE: Quelea/src/main/java/org/quelea/utils/WrapTextResult.java class WrapTextResult (line 15) | public class WrapTextResult { method WrapTextResult (line 20) | public WrapTextResult(List newText, double fontSize) { method getNewText (line 25) | public List getNewText() { method getFontSize (line 29) | public double getFontSize() { FILE: Quelea/src/main/java/org/quelea/windows/help/AboutDialog.java class AboutDialog (line 54) | public class AboutDialog extends Stage { method AboutDialog (line 61) | public AboutDialog() { FILE: Quelea/src/main/java/org/quelea/windows/image/ImageDrawer.java class ImageDrawer (line 36) | public class ImageDrawer extends DisplayableDrawer { method draw (line 41) | @Override method clear (line 67) | @Override method requestFocus (line 74) | @Override FILE: Quelea/src/main/java/org/quelea/windows/image/ImagePanel.java class ImagePanel (line 37) | public class ImagePanel extends AbstractPanel { method ImagePanel (line 45) | public ImagePanel() { method getDrawer (line 61) | @Override method removeCurrentDisplayable (line 70) | @Override method showDisplayable (line 80) | public void showDisplayable(ImageDisplayable displayable) { method getCurrentIndex (line 85) | @Override method advance (line 94) | public void advance() { method previous (line 106) | public void previous() { FILE: Quelea/src/main/java/org/quelea/windows/imagegroup/ImageGroupDrawer.java class ImageGroupDrawer (line 34) | public class ImageGroupDrawer extends DisplayableDrawer { method draw (line 38) | @Override method clear (line 64) | @Override method requestFocus (line 71) | @Override FILE: Quelea/src/main/java/org/quelea/windows/imagegroup/ImageGroupPanel.java class ImageGroupPanel (line 48) | public class ImageGroupPanel extends AbstractPanel { method ImageGroupPanel (line 63) | public ImageGroupPanel(final LivePreviewPanel containerPanel) { method requestFocus (line 91) | @Override method buildLoopTimeline (line 96) | public void buildLoopTimeline() { method drawSlide (line 138) | private void drawSlide(ImageGroupSlide newSlide, DisplayCanvas canvas) { method stopCurrent (line 145) | public void stopCurrent() { method setLive (line 151) | public void setLive() { method showDisplayable (line 161) | public void showDisplayable(final ImageGroupDisplayable displayable, f... method getIndex (line 194) | public int getIndex() { method getSlideCount (line 203) | public int getSlideCount() { method removeCurrentDisplayable (line 211) | @Override method getCurrentIndex (line 216) | @Override method updateCanvas (line 221) | @Override method getDrawer (line 230) | @Override method advance (line 235) | public void advance() { method previous (line 239) | public void previous() { method selectLast (line 243) | public void selectLast() { method selectFirst (line 247) | public void selectFirst() { method getPresentationPreview (line 251) | public ImageGroupPreview getPresentationPreview() { FILE: Quelea/src/main/java/org/quelea/windows/imagegroup/ImageGroupPreview.java class ImageGroupPreview (line 38) | public class ImageGroupPreview extends ScrollPane { method ImageGroupPreview (line 50) | public ImageGroupPreview() { method requestFocus (line 91) | @Override method addSlideChangedListener (line 96) | public void addSlideChangedListener(SlideChangedListener listener) { method fireSlideChangedListeners (line 100) | private void fireSlideChangedListeners() { method setSlides (line 112) | public void setSlides(ImageGroupSlide[] slides) { method getSelectedIndex (line 130) | public int getSelectedIndex() { method getSelectedSlide (line 134) | public ImageGroupSlide getSelectedSlide() { method getSlidesCount (line 138) | public int getSlidesCount() { method advanceSlide (line 148) | public void advanceSlide(boolean loopback) { method previousSlide (line 167) | public void previousSlide() { method size (line 190) | public int size() { method select (line 194) | public void select(int index) { method select (line 198) | public void select(int index, boolean fireUpdate) { method ensureVisible (line 221) | private void ensureVisible(int index) { method getScrollOffset (line 241) | private double getScrollOffset() { method getScrollFraction (line 245) | private double getScrollFraction() { method clear (line 252) | public void clear() { method selectLast (line 260) | public void selectLast() { FILE: Quelea/src/main/java/org/quelea/windows/imagegroup/SlideChangedListener.java type SlideChangedListener (line 28) | public interface SlideChangedListener { method slideChanged (line 30) | void slideChanged(ImageGroupSlide newSlide); FILE: Quelea/src/main/java/org/quelea/windows/imagegroup/SlideThumbnail.java class SlideThumbnail (line 31) | public class SlideThumbnail extends BorderPane { method SlideThumbnail (line 42) | public SlideThumbnail(ImageGroupSlide slide, int num) { method setSelected (line 54) | public void setSelected(boolean selected) { method setActive (line 59) | public void setActive(boolean active) { method recalcBorder (line 65) | private void recalcBorder() { method getNum (line 79) | public int getNum() { method getSlide (line 83) | public ImageGroupSlide getSlide() { FILE: Quelea/src/main/java/org/quelea/windows/library/Constraint.java type Constraint (line 25) | public interface Constraint { method isTrue (line 32) | boolean isTrue(T data); FILE: Quelea/src/main/java/org/quelea/windows/library/ContextMenuListCell.java class ContextMenuListCell (line 30) | public class ContextMenuListCell extends ListCell { method forListView (line 32) | public static Callback, ListCell> forListView(Conte... method forListView (line 36) | public static Callback, ListCell> forListView(final... method ContextMenuListCell (line 44) | public ContextMenuListCell(ContextMenu contextMenu) { FILE: Quelea/src/main/java/org/quelea/windows/library/DefaultListCell.java class DefaultListCell (line 24) | public class DefaultListCell extends ListCell { method updateItem (line 26) | @Override FILE: Quelea/src/main/java/org/quelea/windows/library/DisplayableListCell.java class DisplayableListCell (line 34) | public class DisplayableListCell extends ListCell { method forListView (line 43) | public static Callback, ListCell> forListView(Conte... method forListView (line 59) | public static Callback, ListCell> forListView(final... FILE: Quelea/src/main/java/org/quelea/windows/library/ImageListPanel.java class ImageListPanel (line 57) | public class ImageListPanel extends BorderPane { method ImageListPanel (line 70) | public ImageListPanel(String dir) { method getDir (line 107) | public String getDir() { method refresh (line 114) | public void refresh() { method updateImages (line 122) | private void updateImages() { method setupHover (line 175) | private void setupHover(final Node view) { method changeDir (line 181) | public void changeDir(File absoluteFile) { FILE: Quelea/src/main/java/org/quelea/windows/library/LibraryBiblePanel.java class LibraryBiblePanel (line 64) | public class LibraryBiblePanel extends VBox implements BibleChangeListen... method LibraryBiblePanel (line 80) | public LibraryBiblePanel() { method clearWebView (line 203) | private void clearWebView() { method getCVP (line 211) | public ChapterVerseParser getCVP() { method refreshMaster (line 216) | private void refreshMaster() { method updateBibles (line 227) | @Override method addUpdateListeners (line 249) | private void addUpdateListeners() { method update (line 261) | private void update() { method getBibleViewHead (line 384) | private String getBibleViewHead() { class JavaScriptBridge (line 431) | public class JavaScriptBridge { method send (line 433) | public void send(String verse) { method getVerses (line 470) | public BibleVerse[] getVerses() { method getBibleLocation (line 480) | public String getBibleLocation() { method getBibleSelector (line 493) | public ComboBox getBibleSelector() { method getPreview (line 503) | public WebView getPreview() { method getAddToSchedule (line 513) | public Button getAddToSchedule() { method getBookSelector (line 523) | public ComboBox getBookSelector() { method getPassageSelector (line 533) | public TextField getPassageSelector() { FILE: Quelea/src/main/java/org/quelea/windows/library/LibraryImagePanel.java class LibraryImagePanel (line 53) | public class LibraryImagePanel extends BorderPane { method LibraryImagePanel (line 62) | public LibraryImagePanel() { method getImagePanel (line 136) | public ImageListPanel getImagePanel() { FILE: Quelea/src/main/java/org/quelea/windows/library/LibraryPanel.java class LibraryPanel (line 36) | public class LibraryPanel extends VBox { method LibraryPanel (line 50) | public LibraryPanel() { method getLibrarySongPanel (line 111) | public LibrarySongPanel getLibrarySongPanel() { method getBiblePanel (line 120) | public LibraryBiblePanel getBiblePanel() { method getImagePanel (line 129) | public LibraryImagePanel getImagePanel() { method getVideoPanel (line 138) | public LibraryVideoPanel getVideoPanel() { method getTimerPanel (line 147) | public LibraryTimerPanel getTimerPanel() { method forceTimer (line 154) | public void forceTimer() { method getTabPane (line 161) | public TabPane getTabPane() { FILE: Quelea/src/main/java/org/quelea/windows/library/LibraryPopupMenu.java class LibraryPopupMenu (line 43) | public class LibraryPopupMenu extends ContextMenu { method LibraryPopupMenu (line 56) | public LibraryPopupMenu() { method setMultipleSelected (line 89) | public void setMultipleSelected(boolean multipleSelected) { FILE: Quelea/src/main/java/org/quelea/windows/library/LibrarySongList.java class LibrarySongList (line 63) | public class LibrarySongList extends StackPane { method LibrarySongList (line 78) | public LibrarySongList(boolean popup) { method filter (line 206) | public void filter(final String search) { method getSelectedValues (line 283) | public List getSelectedValues() { method getPopupMenu (line 292) | public LibraryPopupMenu getPopupMenu() { method getListView (line 301) | public ListView getListView() { method refresh (line 305) | private void refresh() { method hasMultipleSelected (line 316) | private boolean hasMultipleSelected() { method setLoading (line 320) | public void setLoading(boolean loading) { FILE: Quelea/src/main/java/org/quelea/windows/library/LibrarySongPanel.java class LibrarySongPanel (line 55) | public class LibrarySongPanel extends BorderPane { method LibrarySongPanel (line 66) | public LibrarySongPanel() { method checkRemoveButton (line 151) | private void checkRemoveButton() { method getSongList (line 165) | public LibrarySongList getSongList() { method getSearchBox (line 175) | public TextField getSearchBox() { FILE: Quelea/src/main/java/org/quelea/windows/library/LibrarySongPreviewCanvas.java class LibrarySongPreviewCanvas (line 38) | public class LibrarySongPreviewCanvas extends StackPane { method LibrarySongPreviewCanvas (line 47) | public LibrarySongPreviewCanvas() { method updateCanvas (line 57) | public void updateCanvas() { method setSong (line 71) | public void setSong(SongDisplayable displayable) { method show (line 79) | public synchronized void show() { method hide (line 93) | public synchronized void hide() { FILE: Quelea/src/main/java/org/quelea/windows/library/LibraryTimerPanel.java class LibraryTimerPanel (line 57) | public class LibraryTimerPanel extends BorderPane { method LibraryTimerPanel (line 67) | public LibraryTimerPanel() { method getTimerPanel (line 147) | public TimerListPanel getTimerPanel() { method checkRemoveButton (line 155) | private void checkRemoveButton() { FILE: Quelea/src/main/java/org/quelea/windows/library/LibraryVideoPanel.java class LibraryVideoPanel (line 53) | public class LibraryVideoPanel extends BorderPane { method LibraryVideoPanel (line 61) | public LibraryVideoPanel() { FILE: Quelea/src/main/java/org/quelea/windows/library/TimerListPanel.java class TimerListPanel (line 56) | public class TimerListPanel extends BorderPane { method TimerListPanel (line 69) | public TimerListPanel(String dir) { method getDir (line 133) | public String getDir() { method refresh (line 140) | public void refresh() { method updateTimers (line 148) | private void updateTimers() { method changeDir (line 172) | public void changeDir(File absoluteFile) { method getSelectedValue (line 176) | private TimerDisplayable getSelectedValue() { method getListView (line 180) | public ListView getListView() { FILE: Quelea/src/main/java/org/quelea/windows/library/VideoListPanel.java class VideoListPanel (line 62) | public class VideoListPanel extends BorderPane { method VideoListPanel (line 80) | public VideoListPanel(String dir) { method getDir (line 118) | public String getDir() { method refresh (line 125) | public void refresh() { method updateVideos (line 133) | private void updateVideos() { method addVideoFile (line 152) | public void addVideoFile(File file) { method setupHover (line 201) | private void setupHover(final Node view, String fileName) { method trim17 (line 215) | private static String trim17(String toTrim) { method resize (line 222) | private Image resize(Image image) { FILE: Quelea/src/main/java/org/quelea/windows/lyrics/FormattedText.java class FormattedText (line 32) | public class FormattedText extends HBox { method FormattedText (line 39) | public FormattedText(String line) { method setFont (line 74) | public void setFont(Font font) { method setFill (line 87) | public void setFill(Paint paint) { method stripFormatTags (line 102) | public static String stripFormatTags(String text) { FILE: Quelea/src/main/java/org/quelea/windows/lyrics/InputMethodRequestsObject.java class InputMethodRequestsObject (line 16) | public class InputMethodRequestsObject implements InputMethodRequests { method InputMethodRequestsObject (line 24) | public InputMethodRequestsObject(InlineCssTextArea textArea) { method getSelectedText (line 28) | @Override method getLocationOffset (line 33) | @Override method cancelLatestCommittedText (line 38) | @Override method getTextLocation (line 43) | @Override FILE: Quelea/src/main/java/org/quelea/windows/lyrics/LyricDrawer.java class LyricDrawer (line 74) | public class LyricDrawer extends WordDrawer { method LyricDrawer (line 89) | public LyricDrawer() { method drawText (line 99) | protected void drawText(double defaultFontSize, boolean dumbWrap) { method setPositionX (line 367) | private void setPositionX(FormattedText t, FXFontMetrics metrics, Stri... method setTheme (line 391) | @Override method getTheme (line 442) | @Override method requestFocus (line 447) | @Override method setCapitaliseFirst (line 457) | @Override method sanctifyText (line 469) | private List sanctifyText(String[] linesArr, String[] trans... method splitLine (line 510) | private List splitLine(String line, int maxLength) { method getUniformFontSize (line 546) | private double getUniformFontSize(TextDisplayable displayable) { method setText (line 605) | @Override method setText (line 646) | @Override method getText (line 670) | public String[] getText() { method draw (line 674) | @Override method draw (line 679) | public void draw(Displayable displayable, double fontSize) { method clear (line 690) | @Override FILE: Quelea/src/main/java/org/quelea/windows/lyrics/LyricListCell.java class LyricListCell (line 35) | public class LyricListCell extends ListCell { method LyricListCell (line 43) | public LyricListCell(SelectLyricsList sll) { method updateItem (line 69) | @Override method setContent (line 80) | private void setContent(TextSection section) { method updateState (line 119) | private void updateState() { FILE: Quelea/src/main/java/org/quelea/windows/lyrics/LyricsTextArea.java class LyricsTextArea (line 38) | public class LyricsTextArea extends StackPane { method LyricsTextArea (line 42) | public LyricsTextArea() { method getTextArea (line 68) | public InlineCssTextArea getTextArea() { method refreshStyle (line 72) | public void refreshStyle() { method setStyles (line 78) | private void setStyles(String text) { FILE: Quelea/src/main/java/org/quelea/windows/lyrics/NewTranslationDialog.java class NewTranslationDialog (line 48) | public class NewTranslationDialog extends Stage { method NewTranslationDialog (line 63) | private NewTranslationDialog() { method getTranslationName (line 137) | public static String getTranslationName(List existingNames) { FILE: Quelea/src/main/java/org/quelea/windows/lyrics/SelectLyricsList.java class SelectLyricsList (line 36) | public class SelectLyricsList extends ListView { method SelectLyricsList (line 46) | public SelectLyricsList() { method getQuickEditIndex (line 83) | public int getQuickEditIndex() { method setShowQuickEdit (line 87) | public void setShowQuickEdit(boolean showQuickEdit) { method setOneLineMode (line 96) | public void setOneLineMode(boolean val) { FILE: Quelea/src/main/java/org/quelea/windows/lyrics/SelectLyricsPanel.java class SelectLyricsPanel (line 48) | public class SelectLyricsPanel extends AbstractPanel { method SelectLyricsPanel (line 63) | public SelectLyricsPanel(LivePreviewPanel containerPanel) { method selectFirst (line 84) | public void selectFirst() { method selectLast (line 90) | public void selectLast() { method select (line 97) | public void select(int index) { method setOneLineMode (line 109) | public void setOneLineMode(boolean on) { method requestFocus (line 113) | @Override method showDisplayable (line 125) | public void showDisplayable(TextDisplayable displayable, int index) { method getIndex (line 142) | public int getIndex() { method getSlideCount (line 152) | public int getSlideCount() { method advance (line 160) | public void advance() { method previous (line 177) | public void previous() { method getLyricsList (line 212) | public SelectLyricsList getLyricsList() { method removeCurrentDisplayable (line 219) | @Override method updateCanvas (line 230) | @Override method getCurrentIndex (line 256) | @Override method getSplitPane (line 261) | public SplitPane getSplitPane() { method getDrawer (line 265) | @Override FILE: Quelea/src/main/java/org/quelea/windows/lyrics/TranslatePanel.java class TranslatePanel (line 61) | public class TranslatePanel extends BorderPane implements Cancellable { method TranslatePanel (line 75) | public TranslatePanel() { method cancelOp (line 147) | @Override method clearSong (line 156) | public void clearSong() { method setSong (line 166) | public void setSong(SongDisplayable song) { method getDefaultLyricsArea (line 180) | public LyricsTextArea getDefaultLyricsArea() { method getTranslations (line 190) | public HashMap getTranslations() { method getTranslatedLyrics (line 213) | private String getTranslatedLyrics(String langName) { method getExistingNames (line 253) | private List getExistingNames() { FILE: Quelea/src/main/java/org/quelea/windows/lyrics/TranslateTab.java class TranslateTab (line 33) | public class TranslateTab extends Tab { method TranslateTab (line 43) | public TranslateTab(String name, String lyrics) { method getName (line 70) | public String getName() { method getLyrics (line 78) | public String getLyrics() { method setLyrics (line 86) | public void setLyrics(String lyrics) { FILE: Quelea/src/main/java/org/quelea/windows/lyrics/TranslationChoiceDialog.java class TranslationChoiceDialog (line 48) | public class TranslationChoiceDialog extends Stage { method TranslationChoiceDialog (line 56) | public TranslationChoiceDialog() { method selectSong (line 96) | public void selectSong(final SongDisplayable song) { FILE: Quelea/src/main/java/org/quelea/windows/main/AbstractPanel.java class AbstractPanel (line 36) | public abstract class AbstractPanel extends BorderPane implements Contai... class PriorityComparator (line 38) | private static class PriorityComparator implements Comparator getCanvases(); FILE: Quelea/src/main/java/org/quelea/windows/main/DisplayCanvas.java class DisplayCanvas (line 48) | public class DisplayCanvas extends StackPane { type Type (line 63) | public enum Type { type Priority (line 70) | public enum Priority { method Priority (line 77) | Priority(int priority) { method getPriority (line 81) | public int getPriority() { method DisplayCanvas (line 96) | public DisplayCanvas(boolean stageView, final CanvasUpdater updater, P... method ensureNoticesVisible (line 172) | public void ensureNoticesVisible() { method clearNonPermanentChildren (line 179) | public void clearNonPermanentChildren() { method getDrawingPriority (line 191) | public Priority getDrawingPriority() { type CanvasUpdater (line 195) | public interface CanvasUpdater { method updateCallback (line 197) | void updateCallback(); method updateCanvas (line 200) | private void updateCanvas(final CanvasUpdater updater) { method isVisibleInScene (line 208) | private boolean isVisibleInScene() { method getCanvasBackground (line 226) | public Node getCanvasBackground() { method setCanvasBackground (line 233) | public void setCanvasBackground(Node background) { method getNewImageView (line 237) | public final ImageView getNewImageView() { method isStageView (line 251) | public boolean isStageView() { method update (line 255) | public void update() { method setCleared (line 270) | public void setCleared(boolean cleared) { method isCleared (line 286) | public boolean isCleared() { method isShowingLogo (line 296) | public boolean isShowingLogo() { method setBlacked (line 309) | public void setBlacked(boolean blacked) { method isBlacked (line 329) | public boolean isBlacked() { method getNoticeDrawer (line 339) | public NoticeDrawer getNoticeDrawer() { method setLogoDisplaying (line 350) | public void setLogoDisplaying(boolean selected) { method pushLogoNoticeToFront (line 364) | public void pushLogoNoticeToFront() { method updateLogo (line 375) | public void updateLogo() { method makeClickable (line 379) | public void makeClickable(boolean clickable) { FILE: Quelea/src/main/java/org/quelea/windows/main/DisplayStage.java class DisplayStage (line 44) | public class DisplayStage extends Stage { method DisplayStage (line 65) | public DisplayStage(Bounds area, boolean stageView) { method setTestImage (line 111) | public void setTestImage(Image img, boolean preserveAspect) { method setFullScreenAlwaysOnTopImmediate (line 122) | public final void setFullScreenAlwaysOnTopImmediate(boolean fullscreen) { method setFullScreenAlwaysOnTop (line 131) | public final void setFullScreenAlwaysOnTop(boolean fullscreen) { method setAreaImmediate (line 140) | public final void setAreaImmediate(final Bounds area) { method setArea (line 152) | public final void setArea(final Bounds area) { method getCanvas (line 165) | public DisplayCanvas getCanvas() { FILE: Quelea/src/main/java/org/quelea/windows/main/DisplayableDrawer.java class DisplayableDrawer (line 5) | public abstract class DisplayableDrawer { method DisplayableDrawer (line 9) | public DisplayableDrawer() { method setCanvas (line 13) | public void setCanvas(DisplayCanvas canvas) { method getCanvas (line 17) | public DisplayCanvas getCanvas() { method draw (line 21) | public abstract void draw(Displayable displayable); method clear (line 23) | public abstract void clear(); method requestFocus (line 25) | public abstract void requestFocus(); FILE: Quelea/src/main/java/org/quelea/windows/main/GraphicsDeviceListener.java type GraphicsDeviceListener (line 27) | public interface GraphicsDeviceListener { method devicesChanged (line 34) | void devicesChanged(ObservableList devices); FILE: Quelea/src/main/java/org/quelea/windows/main/GraphicsDeviceWatcher.java class GraphicsDeviceWatcher (line 41) | public class GraphicsDeviceWatcher { method GraphicsDeviceWatcher (line 52) | private GraphicsDeviceWatcher() { method addGraphicsDeviceListener (line 79) | public void addGraphicsDeviceListener(GraphicsDeviceListener listener) { FILE: Quelea/src/main/java/org/quelea/windows/main/LivePanel.java class LivePanel (line 74) | public class LivePanel extends LivePreviewPanel { method LivePanel (line 94) | public LivePanel() { method showExtraToolbarOptions (line 421) | public void showExtraToolbarOptions(boolean show) { method setDisplayable (line 437) | @Override method toggleBlack (line 503) | public void toggleBlack() { method toggleClear (line 512) | public void toggleClear() { method toggleHide (line 521) | public void toggleHide() { method toggleLogo (line 530) | public void toggleLogo() { method isLoopSelected (line 542) | public boolean isLoopSelected() { method getLoopDurationTextField (line 546) | public TextField getLoopDurationTextField() { method getHide (line 556) | public ToggleButton getHide() { method updateLogo (line 563) | private void updateLogo() { method updateCanvases (line 571) | public void updateCanvases() { method isContentShowing (line 586) | public boolean isContentShowing() { method getLogoed (line 590) | public boolean getLogoed() { method getBlacked (line 594) | public boolean getBlacked() { method getCleared (line 598) | public boolean getCleared() { method setBlacked (line 602) | public void setBlacked(boolean isBlack) { method clickBlacked (line 606) | public void clickBlacked() { method clickLogoed (line 610) | public void clickLogoed() { method stopLoop (line 614) | public void stopLoop() { method geWebPreviewImage (line 624) | private Image geWebPreviewImage() { method startPowerPoint (line 653) | private void startPowerPoint(Displayable d) { FILE: Quelea/src/main/java/org/quelea/windows/main/LivePreviewPanel.java class LivePreviewPanel (line 64) | public abstract class LivePreviewPanel extends BorderPane { method LivePreviewPanel (line 95) | public LivePreviewPanel() { method selectFirstLyric (line 135) | public void selectFirstLyric() { method selectLastLyric (line 145) | public void selectLastLyric() { method getVideoPanel (line 163) | public MultimediaPanel getVideoPanel() { method getPresentationPanel (line 173) | public PresentationPanel getPresentationPanel() { method getPdfPanel (line 183) | public PdfPanel getPdfPanel() { method getImageGroupPanel (line 193) | public ImageGroupPanel getImageGroupPanel() { method doQuickEdit (line 203) | public void doQuickEdit(int index) { method updateOneLineMode (line 215) | public void updateOneLineMode() { method getCurrentPane (line 226) | public Node getCurrentPane() { method removeDisplayable (line 233) | public void removeDisplayable() { method getIndex (line 270) | public int getIndex() { method getLength (line 290) | public int getLength() { method advance (line 307) | public void advance() { method previous (line 332) | public void previous() { method getLyricsPanel (line 358) | public SelectLyricsPanel getLyricsPanel() { method setDisplayable (line 369) | public void setDisplayable(final Displayable displayable, final int in... method refresh (line 460) | public void refresh() { method getDisplayable (line 473) | public Displayable getDisplayable() { method registerDisplayCanvas (line 483) | public final void registerDisplayCanvas(final DisplayCanvas canvas) { method registerDisplayWindow (line 498) | public final void registerDisplayWindow(final DisplayStage window) { method getCanvases (line 511) | public Set getCanvases() { method getWindows (line 521) | public Set getWindows() { method getTimerPanel (line 531) | public TimerPanel getTimerPanel() { method getWebPanel (line 541) | public WebPanel getWebPanel() { FILE: Quelea/src/main/java/org/quelea/windows/main/Main.java class Main (line 62) | public final class Main extends Application { method main (line 70) | public static void main(String[] args) { method start (line 81) | @Override method showMonitorWarning (line 342) | private void showMonitorWarning(int numMonitors) { method setupExceptionHandling (line 348) | private void setupExceptionHandling() { method setupTranslator (line 352) | private void setupTranslator() { class UncaughtExceptionHandler (line 357) | private class UncaughtExceptionHandler implements Thread.UncaughtExcep... method uncaughtException (line 359) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/MainPanel.java class MainPanel (line 36) | public class MainPanel extends BorderPane { method MainPanel (line 50) | public MainPanel() { method setSliderPos (line 90) | public void setSliderPos() { method getMainDivPos (line 129) | public double getMainDivPos() { method getPrevLiveDivPos (line 138) | public double getPrevLiveDivPos() { method getLibraryDivPos (line 147) | public double getLibraryDivPos() { method getPreviewPanel (line 156) | public PreviewPanel getPreviewPanel() { method getLivePanel (line 165) | public LivePanel getLivePanel() { method getSchedulePanel (line 174) | public SchedulePanel getSchedulePanel() { method getLibraryPanel (line 183) | public LibraryPanel getLibraryPanel() { method getStatusPanelGroup (line 192) | public StatusPanelGroup getStatusPanelGroup() { FILE: Quelea/src/main/java/org/quelea/windows/main/MainStub.java class MainStub (line 10) | public class MainStub { method main (line 12) | public static void main(String[] args) { FILE: Quelea/src/main/java/org/quelea/windows/main/MainWindow.java class MainWindow (line 53) | public class MainWindow extends Stage { method MainWindow (line 74) | public MainWindow(boolean setApplicationWindow, boolean hasVLC) { method getScene (line 145) | private Scene getScene(Parent root, double width, double height) { method getScene (line 153) | private Scene getScene(Parent root) { method getMainPanel (line 167) | public MainPanel getMainPanel() { method getNoticeDialog (line 177) | public NoticeDialog getNoticeDialog() { method getPreferencesDialog (line 187) | public PreferencesDialog getPreferencesDialog() { method getMainToolbar (line 197) | public MainToolbar getMainToolbar() { method getMainMenuBar (line 206) | public MainMenuBar getMainMenuBar() { method getBibleSearchDialog (line 216) | public BibleSearchDialog getBibleSearchDialog() { method getBibleBrowseDialog (line 226) | public BibleBrowseDialog getBibleBrowseDialog() { method getSongEntryWindow (line 236) | public SongEntryWindow getSongEntryWindow() { method getTranslationChoiceDialog (line 249) | public TranslationChoiceDialog getTranslationChoiceDialog() { method getGlobalThemeStore (line 253) | public GlobalThemeStore getGlobalThemeStore() { FILE: Quelea/src/main/java/org/quelea/windows/main/ModalCancellableStage.java class ModalCancellableStage (line 39) | public class ModalCancellableStage extends Stage { method ModalCancellableStage (line 44) | public ModalCancellableStage(String displayText) { method showAndAssociate (line 85) | public void showAndAssociate(Cancellable cancellable) { method isCancel (line 90) | public boolean isCancel() { FILE: Quelea/src/main/java/org/quelea/windows/main/NullDrawer.java class NullDrawer (line 9) | public class NullDrawer extends DisplayableDrawer { method draw (line 11) | @Override method clear (line 15) | @Override method requestFocus (line 19) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/PreviewPanel.java class PreviewPanel (line 41) | public class PreviewPanel extends LivePreviewPanel { method PreviewPanel (line 48) | public PreviewPanel() { method goLive (line 95) | public void goLive() { method setDisplayable (line 107) | @Override method removeDisplayable (line 129) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/QueleaApp.java class QueleaApp (line 35) | public class QueleaApp { method get (line 52) | public static QueleaApp get() { method doOnLoad (line 56) | public synchronized void doOnLoad(Runnable r) { method doneLoading (line 64) | public synchronized void doneLoading() { method openSchedule (line 76) | public void openSchedule(File file) { method getProjectionWindow (line 90) | public DisplayStage getProjectionWindow() { method setProjectionWindow (line 99) | public void setProjectionWindow(DisplayStage projectionWindow) { method getStageWindow (line 108) | public DisplayStage getStageWindow() { method setStageWindow (line 117) | public void setStageWindow(DisplayStage lyricWindow) { method getMainWindow (line 126) | public MainWindow getMainWindow() { method setMainWindow (line 135) | public void setMainWindow(MainWindow mainWindow) { method getStatusGroup (line 145) | public StatusPanelGroup getStatusGroup() { method getMobileLyricsServer (line 155) | public MobileLyricsServer getMobileLyricsServer() { method setMobileLyricsServer (line 164) | public void setMobileLyricsServer(MobileLyricsServer mls) { method getRemoteControlServer (line 174) | public RemoteControlServer getRemoteControlServer() { method setRemoteControlServer (line 183) | public void setRemoteControlServer(RemoteControlServer rcs) { method setAutoDetectServer (line 187) | public void setAutoDetectServer(AutoDetectServer ads) { FILE: Quelea/src/main/java/org/quelea/windows/main/StatusPanel.java class StatusPanel (line 37) | public class StatusPanel extends HBox { method StatusPanel (line 52) | StatusPanel(StatusPanelGroup group, String labelText, int index) { method removeCancelButton (line 75) | public void removeCancelButton() { method setProgress (line 83) | public void setProgress(final double progress) { method getProgress (line 98) | public double getProgress() { method done (line 114) | public void done() { method setLabelText (line 128) | public void setLabelText(String text) { method getProgressBar (line 137) | public ProgressBar getProgressBar() { method getCancelButton (line 146) | public Button getCancelButton() { method setActive (line 155) | public void setActive(boolean active) { FILE: Quelea/src/main/java/org/quelea/windows/main/StatusPanelGroup.java class StatusPanelGroup (line 30) | public class StatusPanelGroup extends VBox { method StatusPanelGroup (line 37) | public StatusPanelGroup() { method addPanel (line 47) | public synchronized StatusPanel addPanel(String label) { method removePanel (line 59) | public void removePanel(int index) { method removePanel (line 72) | public void removePanel(StatusPanel panel) { FILE: Quelea/src/main/java/org/quelea/windows/main/SwitchBibleVersionDialog.java class SwitchBibleVersionDialog (line 43) | public class SwitchBibleVersionDialog extends Stage { method SwitchBibleVersionDialog (line 53) | public SwitchBibleVersionDialog() { method getSwitchVersion (line 95) | public Bible getSwitchVersion(Bible exclude) { FILE: Quelea/src/main/java/org/quelea/windows/main/ThemePreviewPanel.java class ThemePreviewPanel (line 61) | public class ThemePreviewPanel extends VBox { method ThemePreviewPanel (line 80) | public ThemePreviewPanel(ThemeDTO theme, final Window popup, final Sch... method getSongSelectButton (line 187) | public RadioButton getSongSelectButton() { method getBibleSelectButton (line 191) | public RadioButton getBibleSelectButton() { method getTheme (line 200) | public ThemeDTO getTheme() { method updateThemePreviewCanvas (line 204) | private void updateThemePreviewCanvas(ThemeDTO theme) { method getThemePreviewImage (line 216) | public Image getThemePreviewImage() { FILE: Quelea/src/main/java/org/quelea/windows/main/WordDrawer.java class WordDrawer (line 44) | public abstract class WordDrawer extends DisplayableDrawer { method setTheme (line 49) | public abstract void setTheme(ThemeDTO theme); method setText (line 51) | public abstract void setText(String[] text, String[] translations, Str... method getTheme (line 53) | public abstract ThemeDTO getTheme(); method setCapitaliseFirst (line 55) | public abstract void setCapitaliseFirst(boolean shouldCapitaliseFirst); method setText (line 57) | public abstract void setText(TextDisplayable textDisplayable, int sele... method getLastClearedState (line 59) | protected boolean getLastClearedState() { method setLastClearedState (line 67) | protected void setLastClearedState(boolean val) { method getWrapTextProps (line 71) | private WrapTextResult getWrapTextProps(Font font, String lineToWrap, ... method normalWrapText (line 92) | protected WrapTextResult normalWrapText(Font font, String lineToWrap, ... method pickFontSize (line 132) | protected double pickFontSize(Font font, List text, double ... method eraseText (line 158) | public void eraseText() { method getLineSpacing (line 162) | protected double getLineSpacing() { method longestLine (line 168) | protected int longestLine(Font font, List text) { method longestLine (line 202) | protected String longestLine(Font font, ArrayList text) { method containsNotAtEnd (line 224) | protected static boolean containsNotAtEnd(String line, String str) { method splitMiddle (line 239) | protected static String[] splitMiddle(String line, char delimiter) { method drawText (line 254) | protected abstract void drawText(double defaultFontSize, boolean dumbW... method draw (line 256) | @Override method draw (line 261) | protected void draw(Displayable displayable, double fontSize) { method pickSmallFontSize (line 272) | protected double pickSmallFontSize(Font font, String[] text, double wi... method canvasScalingFactor (line 315) | protected double canvasScalingFactor() { FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/AddBibleVerseHandler.java class AddBibleVerseHandler (line 39) | public class AddBibleVerseHandler { method add (line 41) | public void add() { FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/AddDVDActionHandler.java class AddDVDActionHandler (line 41) | public class AddDVDActionHandler implements EventHandler { method handle (line 45) | @Override method getLocation (line 76) | private String getLocation() { FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/AddImageActionHandler.java class AddImageActionHandler (line 50) | public class AddImageActionHandler implements EventHandler { method handle (line 54) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/AddPdfActionHandler.java class AddPdfActionHandler (line 45) | public class AddPdfActionHandler implements EventHandler { method handle (line 54) | @Override method addPDF (line 65) | public void addPDF(List files) { FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/AddPowerpointActionHandler.java class AddPowerpointActionHandler (line 45) | public class AddPowerpointActionHandler implements EventHandler files) { FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/AddSongActionHandler.java class AddSongActionHandler (line 38) | public class AddSongActionHandler implements EventHandler { method AddSongActionHandler (line 42) | public AddSongActionHandler(boolean updateInDB) { method handle (line 51) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/AddTimerActionHandler.java class AddTimerActionHandler (line 31) | public class AddTimerActionHandler implements EventHandler { method handle (line 33) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/AddVideoActionHandler.java class AddVideoActionHandler (line 37) | public class AddVideoActionHandler implements EventHandler { method handle (line 39) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/AddWebActionHandler.java class AddWebActionHandler (line 38) | public class AddWebActionHandler implements EventHandler { method handle (line 40) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/ClearingEventHandler.java class ClearingEventHandler (line 35) | public abstract class ClearingEventHandler implements EventHandler { method handle (line 39) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/EditSongScheduleActionHandler.java class EditSongScheduleActionHandler (line 30) | public class EditSongScheduleActionHandler implements EventHandler { method handle (line 35) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/EditTimerThemeActionHandler.java class EditTimerThemeActionHandler (line 45) | public class EditTimerThemeActionHandler implements EventHandler { method handle (line 59) | @Override method exit (line 71) | public void exit(Event t) { FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/ExportPDFScheduleActionHandler.java class ExportPDFScheduleActionHandler (line 41) | public class ExportPDFScheduleActionHandler implements EventHandler getSongs(Schedule schedule) { FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/ExportPDFSongActionHandler.java class ExportPDFSongActionHandler (line 45) | public class ExportPDFSongActionHandler implements EventHandler { method handle (line 34) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/NewScheduleActionHandler.java class NewScheduleActionHandler (line 29) | public class NewScheduleActionHandler extends ClearingEventHandler { method handle (line 31) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/NewSongActionHandler.java class NewSongActionHandler (line 29) | public class NewSongActionHandler implements EventHandler { method handle (line 36) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/OpenScheduleActionHandler.java class OpenScheduleActionHandler (line 31) | public class OpenScheduleActionHandler extends ClearingEventHandler { method handle (line 33) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/actionhandlers/PreviewSongActionHandler.java class PreviewSongActionHandler (line 32) | public class PreviewSongActionHandler implements EventHandler... method getSchedule (line 416) | public Schedule getSchedule() { method getListView (line 443) | public ListView getListView() { method setSchedule (line 454) | public void setSchedule(Schedule schedule) { method refreshSong (line 472) | public void refreshSong(SongDisplayable song) { method clearSchedule (line 495) | public void clearSchedule() { method getSelectionModel (line 506) | public MultipleSelectionModel getSelectionModel() { method itemsProperty (line 516) | public ObjectProperty> itemsPropert... method getItems (line 526) | public ObservableList getItems() { method isEmpty (line 536) | public boolean isEmpty() { method removeCurrentItem (line 544) | public void removeCurrentItem() { method moveCurrentItem (line 580) | public void moveCurrentItem(Direction direction) { method recalculateDisplayableIndexes (line 599) | public void recalculateDisplayableIndexes() { FILE: Quelea/src/main/java/org/quelea/windows/main/schedule/ScheduleListNode.java class ScheduleListNode (line 41) | public class ScheduleListNode extends HBox { method ScheduleListNode (line 47) | public ScheduleListNode(Displayable displayable) { method setLive (line 86) | public void setLive(boolean live) { FILE: Quelea/src/main/java/org/quelea/windows/main/schedule/SchedulePanel.java class SchedulePanel (line 59) | public class SchedulePanel extends BorderPane { method SchedulePanel (line 73) | public SchedulePanel() { method updateSongTheme (line 218) | private void updateSongTheme(ThemeDTO theme) { method updateBibleTheme (line 222) | private void updateBibleTheme(ThemeDTO theme) { method updateScheduleDisplay (line 226) | public void updateScheduleDisplay() { method getScheduleList (line 248) | public ScheduleList getScheduleList() { method getThemeButton (line 252) | public Button getThemeButton() { method getThemeNode (line 256) | public ScheduleThemeNode getThemeNode() { method getThemePopup (line 260) | public Stage getThemePopup() { FILE: Quelea/src/main/java/org/quelea/windows/main/schedule/SchedulePopupMenu.java class SchedulePopupMenu (line 45) | public class SchedulePopupMenu extends ContextMenu { method SchedulePopupMenu (line 55) | public SchedulePopupMenu(Displayable item) { FILE: Quelea/src/main/java/org/quelea/windows/main/schedule/ScheduleThemeNode.java class ScheduleThemeNode (line 57) | public class ScheduleThemeNode extends BorderPane { type UpdateThemeCallback (line 59) | public interface UpdateThemeCallback { method updateTheme (line 61) | void updateTheme(ThemeDTO theme); method ScheduleThemeNode (line 73) | public ScheduleThemeNode(UpdateThemeCallback songCallback, UpdateTheme... method updateTheme (line 108) | public void updateTheme() { method refresh (line 117) | public synchronized final void refresh() { method setSongTheme (line 240) | public void setSongTheme(ThemeDTO songTempTheme) { method setBibleTheme (line 244) | public void setBibleTheme(ThemeDTO bibleTempTheme) { method selectSongTheme (line 248) | public void selectSongTheme(ThemeDTO theme) { method selectBibleTheme (line 252) | public void selectBibleTheme(ThemeDTO theme) { method selectTheme (line 261) | private void selectTheme(ThemeDTO theme, boolean songTheme) { method getThemePreviews (line 280) | public FlowPane getThemePreviews() { FILE: Quelea/src/main/java/org/quelea/windows/main/toolbars/MainToolbar.java class MainToolbar (line 61) | public class MainToolbar extends ToolBar { method MainToolbar (line 86) | public MainToolbar() { method setToggleButtonText (line 333) | public void setToggleButtonText(String text) { method getButtonFromImage (line 337) | private Button getButtonFromImage(String uri) { method getToggleButtonFromImage (line 341) | private ToggleButton getToggleButtonFromImage(String uri) { method getButtonFromImage (line 345) | private Button getButtonFromImage(String uri, int width, int height, b... method getMenuItemFromImage (line 353) | private MenuItem getMenuItemFromImage(String uri) { method getMenuItemFromImage (line 357) | private MenuItem getMenuItemFromImage(String uri, int width, int heigh... method getImageViewForButton (line 365) | private ImageView getImageViewForButton(String uri) { method setDVDLoading (line 379) | public void setDVDLoading(boolean loading) { method startRecording (line 387) | public void startRecording() { method stopRecording (line 404) | public void stopRecording() { method getRecordButtonHandler (line 416) | public RecordButtonHandler getRecordButtonHandler() { method setTime (line 426) | private void setTime(long elapsedTimeMillis, ToggleButton tb) { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/AddSongPromptOverlay.java class AddSongPromptOverlay (line 45) | public class AddSongPromptOverlay extends StackPane { method AddSongPromptOverlay (line 53) | public AddSongPromptOverlay() { method show (line 86) | public synchronized void show() { method hide (line 100) | public synchronized void hide() { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/BooleanCell.java class BooleanCell (line 31) | public class BooleanCell extends TableCell { method BooleanCell (line 35) | public BooleanCell() { method startEdit (line 50) | @Override method cancelEdit (line 61) | @Override method commitEdit (line 67) | @Override method updateItem (line 73) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/ButtonChecker.java class ButtonChecker (line 33) | public class ButtonChecker { method ButtonChecker (line 40) | private ButtonChecker() { method checkEditRemoveButtons (line 50) | public void checkEditRemoveButtons(MenuItem editSongButton, MenuItem r... method checkAddButton (line 79) | public void checkAddButton(MenuItem addSongButton) { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/CardPane.java class CardPane (line 32) | public class CardPane extends StackPane implements Itera... method add (line 43) | public void add(T node, String label) { method remove (line 54) | public void remove(String label) { method getPanels (line 64) | public Collection getPanels() { method show (line 74) | public void show(String label) { method getCurrentPane (line 92) | public Node getCurrentPane() { method iterator (line 96) | @Override FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/Clock.java class Clock (line 36) | public class Clock extends Text { method Clock (line 38) | public Clock() { method setFontSize (line 45) | public void setFontSize(double fontSize) { method bindToTime (line 50) | private void bindToTime() { method pad (line 96) | private static String pad(int fieldWidth, String padChar, String s) { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/DisplayPositionSelector.java class DisplayPositionSelector (line 39) | public class DisplayPositionSelector extends BorderPane { method DisplayPositionSelector (line 43) | public DisplayPositionSelector(final ThemePanel panel) { method setTheme (line 76) | public void setTheme(ThemeDTO theme) { method getSelectedButtonIndex (line 86) | public int getSelectedButtonIndex() { method getPosFromIndex (line 95) | public static Pos getPosFromIndex(int index) { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/DisplayPreview.java class DisplayPreview (line 38) | public class DisplayPreview extends StackPane { method DisplayPreview (line 48) | public DisplayPreview(DisplayCanvas canvas) { method updateSize (line 73) | private void updateSize() { method getRatio (line 92) | private double getRatio() { method getCanvas (line 104) | public DisplayCanvas getCanvas() { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/IntegerTextField.java class IntegerTextField (line 28) | public class IntegerTextField extends TextField { method IntegerTextField (line 32) | public IntegerTextField() { method isNumeric (line 70) | private boolean isNumeric(String text) { method isValid (line 79) | private boolean isValid() { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/LoadingPane.java class LoadingPane (line 36) | public class LoadingPane extends StackPane { method LoadingPane (line 44) | public LoadingPane() { method setProgress (line 65) | public void setProgress(double progress) { method show (line 72) | public synchronized void show() { method hide (line 87) | public synchronized void hide() { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/LogoImage.java class LogoImage (line 37) | public class LogoImage extends StackPane { method LogoImage (line 48) | public LogoImage(boolean stageView) { method refresh (line 59) | public final void refresh() { method isVid (line 79) | private boolean isVid(String uri) { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/NumberSpinner.java class NumberSpinner (line 46) | public class NumberSpinner extends HBox { method NumberSpinner (line 62) | public NumberSpinner() { method NumberSpinner (line 66) | public NumberSpinner(Integer value, Integer stepWidth) { method NumberSpinner (line 70) | public NumberSpinner(Integer value, Integer stepWidth, NumberFormat nf) { method increment (line 168) | private void increment() { method decrement (line 177) | private void decrement() { method setNumber (line 186) | public final void setNumber(Integer value) { method numberProperty (line 190) | public ObjectProperty numberProperty() { method getNumber (line 194) | public final Integer getNumber() { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/NumberTextField.java class NumberTextField (line 38) | public class NumberTextField extends TextField { method getNumber (line 43) | public final Integer getNumber() { method setNumber (line 47) | public final void setNumber(Integer value) { method numberProperty (line 51) | public ObjectProperty numberProperty() { method NumberTextField (line 55) | public NumberTextField() { method NumberTextField (line 59) | public NumberTextField(Integer value) { method NumberTextField (line 64) | public NumberTextField(Integer value, NumberFormat nf) { method initHandlers (line 71) | private void initHandlers() { method parseAndFormatInput (line 103) | private void parseAndFormatInput() { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/TestImage.java class TestImage (line 32) | public class TestImage extends StackPane { method TestImage (line 39) | public TestImage() { method setImage (line 50) | public void setImage(Image testImage) { method getImageView (line 54) | public ImageView getImageView() { FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/TestPaneDialog.java class TestPaneDialog (line 51) | public class TestPaneDialog extends Stage { method TestPaneDialog (line 58) | public TestPaneDialog() { method clearTestImage (line 119) | private void clearTestImage() { method setTestImage (line 123) | private void setTestImage(String uri, boolean preserveAspect) { method getTestView (line 135) | private ImageView getTestView(final String uri, final boolean preserve... FILE: Quelea/src/main/java/org/quelea/windows/main/widgets/Timer.java class Timer (line 38) | public class Timer extends Text { method Timer (line 50) | public Timer(int seconds, String pretext, String posttext) { method bindToTime (line 61) | private void bindToTime() { method pause (line 90) | public void pause() { method play (line 94) | public void play() { method reset (line 102) | public void reset() { method stop (line 106) | public void stop() { method toString (line 112) | @Override method setTheme (line 117) | public void setTheme(ThemeDTO theme) { method getTextPosition (line 126) | public Pos getTextPosition() { method setFontSize (line 130) | public void setFontSize(double pickFontSize) { method alignmentFromIndex (line 138) | private TextAlignment alignmentFromIndex(int index) { method synchronise (line 150) | public void synchronise(Timer timer) { FILE: Quelea/src/main/java/org/quelea/windows/multimedia/MultimediaControls.java class MultimediaControls (line 73) | public class MultimediaControls extends StackPane { method MultimediaControls (line 107) | public MultimediaControls() { method loadMultimedia (line 286) | public void loadMultimedia(String path) { method setDisableControls (line 293) | public void setDisableControls(boolean disable) { method setOnPlay (line 312) | public void setOnPlay(Runnable onPlay) { method setOnPause (line 316) | public void setOnPause(Runnable onPause) { method setOnStop (line 320) | public void setOnStop(Runnable onStop) { method setOnSeek (line 324) | public void setOnSeek(Consumer onSeek) { method setOnLoopChanged (line 328) | public void setOnLoopChanged(Consumer onLoopChanged) { method setOnVolumeChanged (line 332) | public void setOnVolumeChanged(Consumer onVolumeChanged) { method setPosition (line 336) | public void setPosition(double pos) { method play (line 342) | public void play() { method reset (line 366) | public void reset() { method setButtonParams (line 385) | private void setButtonParams(final ImageView button) { method getTime (line 407) | private String getTime(long elapsedTimeMillis) { FILE: Quelea/src/main/java/org/quelea/windows/multimedia/MultimediaDrawer.java class MultimediaDrawer (line 19) | public class MultimediaDrawer extends DisplayableDrawer { method MultimediaDrawer (line 24) | public MultimediaDrawer(MultimediaControls controlPanel) { method draw (line 29) | @Override method setPlayVideo (line 60) | public void setPlayVideo() { method clear (line 64) | @Override method requestFocus (line 68) | @Override FILE: Quelea/src/main/java/org/quelea/windows/multimedia/MultimediaPanel.java class MultimediaPanel (line 42) | public class MultimediaPanel extends AbstractPanel { method MultimediaPanel (line 53) | public MultimediaPanel() { method updateCanvas (line 87) | @Override method play (line 98) | public void play() { method getCurrentIndex (line 102) | @Override method getDrawer (line 107) | @Override method advance (line 117) | public void advance() { method previous (line 129) | public void previous() { method showDisplayable (line 155) | public void showDisplayable(final MultimediaDisplayable displayable, f... method stopCurrent (line 167) | public void stopCurrent() { method setLive (line 176) | public void setLive() { method removeCurrentDisplayable (line 183) | @Override FILE: Quelea/src/main/java/org/quelea/windows/multimedia/RecordingEncoder.java class RecordingEncoder (line 39) | public class RecordingEncoder { method RecordingEncoder (line 47) | public RecordingEncoder(String mediaUrl, String[] options) { method run (line 55) | public void run() { method isConverting (line 70) | public boolean isConverting() { FILE: Quelea/src/main/java/org/quelea/windows/newsong/BasicSongPanel.java class BasicSongPanel (line 68) | public class BasicSongPanel extends BorderPane { method BasicSongPanel (line 91) | public BasicSongPanel() { method resetSaveHash (line 187) | public void resetSaveHash() { method hashChanged (line 191) | public boolean hashChanged() { method getSaveHash (line 195) | private String getSaveHash() { method getNonBreakingLineButton (line 199) | private Button getNonBreakingLineButton() { method getTitleButton (line 239) | private Button getTitleButton(String fileName, String label, String ti... method getSequenceButton (line 255) | private Button getSequenceButton() { method nextLinePos (line 272) | private int nextLinePos(String s, int pos) { method lineFromPos (line 282) | private int lineFromPos(String s, int pos) { method getTransposeButton (line 298) | private Button getTransposeButton() { method getKey (line 325) | private String getKey(int semitones) { method getDictButton (line 364) | private Button getDictButton() { method resetNewSong (line 376) | public void resetNewSong() { method resetEditSong (line 391) | public void resetEditSong(SongDisplayable song) { method getLyricsField (line 409) | public LyricsTextArea getLyricsField() { method getTitleField (line 419) | public TextField getTitleField() { method getAuthorField (line 429) | public TextField getAuthorField() { method getSequenceField (line 438) | public TextField getSequenceField() { method getVerseButton (line 447) | private SplitMenuButton getVerseButton() { method insertTitle (line 469) | private void insertTitle(String title, String number) { method transposeSong (line 509) | public void transposeSong(int semitones) { FILE: Quelea/src/main/java/org/quelea/windows/newsong/DetailedSongPanel.java class DetailedSongPanel (line 35) | public class DetailedSongPanel extends BorderPane { method DetailedSongPanel (line 49) | public DetailedSongPanel() { method addBlock (line 80) | private void addBlock(GridPane panel, String labelText, Node comp, int... method resetNewSong (line 92) | public void resetNewSong() { method resetEditSong (line 107) | public void resetEditSong(SongDisplayable song) { method hashChanged (line 117) | public boolean hashChanged() { method resetSaveHash (line 121) | public void resetSaveHash() { method getSaveHash (line 125) | private String getSaveHash() { method getCcliField (line 134) | public TextField getCcliField() { method getCopyrightField (line 143) | public TextField getCopyrightField() { method getPublisherField (line 152) | public TextField getPublisherField() { method getYearField (line 161) | public TextField getYearField() { method getInfoField (line 170) | public TextArea getInfoField() { method getKeyField (line 179) | public TextField getKeyField() { method getCapoField (line 188) | public TextField getCapoField() { FILE: Quelea/src/main/java/org/quelea/windows/newsong/EditThemeDialog.java class EditThemeDialog (line 47) | public class EditThemeDialog extends Stage { method EditThemeDialog (line 60) | public EditThemeDialog() { method getTheme (line 132) | public ThemeDTO getTheme() { method setTheme (line 141) | public void setTheme(ThemeDTO theme) { FILE: Quelea/src/main/java/org/quelea/windows/newsong/FontOptionsDialog.java class FontOptionsDialog (line 67) | public class FontOptionsDialog extends Stage { method FontOptionsDialog (line 91) | public FontOptionsDialog(final ThemePanel themePanel) { method setTheme (line 241) | public void setTheme(ThemeDTO theme) { method getShadow (line 260) | public SerializableDropShadow getShadow() { method getTranslateFont (line 269) | public SerializableFont getTranslateFont() { method getTranslateColour (line 281) | public Color getTranslateColour() { method isTranslateBold (line 290) | public boolean isTranslateBold() { method isTranslateItalic (line 299) | public boolean isTranslateItalic() { class NumberTextField (line 305) | class NumberTextField extends TextField { method replaceText (line 307) | @Override method replaceSelection (line 314) | @Override method validate (line 321) | private boolean validate(String text) { FILE: Quelea/src/main/java/org/quelea/windows/newsong/FontSelectionDialog.java class FontSelectionDialog (line 38) | public class FontSelectionDialog extends Stage { method FontSelectionDialog (line 47) | public FontSelectionDialog() { method getChosenFonts (line 205) | public List getChosenFonts() { FILE: Quelea/src/main/java/org/quelea/windows/newsong/HighlightIndex.java class HighlightIndex (line 26) | public class HighlightIndex { method HighlightIndex (line 38) | public HighlightIndex(int startIndex, int endIndex, Color highlightCol... method getStartIndex (line 48) | public int getStartIndex() { method getEndIndex (line 56) | public int getEndIndex() { method getHighlightColor (line 64) | public Color getHighlightColor() { FILE: Quelea/src/main/java/org/quelea/windows/newsong/ImageButton.java class ImageButton (line 47) | public class ImageButton extends Button { method ImageButton (line 60) | public ImageButton(final TextField imageLocationField, final DisplayCa... method getImageLocation (line 110) | public String getImageLocation() { FILE: Quelea/src/main/java/org/quelea/windows/newsong/SequenceSelectionDialog.java class SequenceSelectionDialog (line 47) | public final class SequenceSelectionDialog extends Stage { type Direction (line 60) | public enum Direction { method SequenceSelectionDialog (line 67) | SequenceSelectionDialog() { method setupCellsInSelectedSectionsList (line 170) | private void setupCellsInSelectedSectionsList(ListView chosenS... method setupCellsInAllSectionsList (line 292) | private void setupCellsInAllSectionsList(ListView allSections,... method addItemToSequence (line 336) | private void addItemToSequence(int pos, String section) { method getChosenSequence (line 360) | public List getChosenSequence() { method getSequence (line 364) | private List getSequence() { method getAllSections (line 371) | private List getAllSections() { method moveCurrentItem (line 388) | private void moveCurrentItem(Direction direction) { method isFinished (line 411) | public boolean isFinished() { FILE: Quelea/src/main/java/org/quelea/windows/newsong/SongEntryWindow.java class SongEntryWindow (line 57) | public class SongEntryWindow extends Stage { method SongEntryWindow (line 76) | public SongEntryWindow() { method wasCancelled (line 171) | public boolean wasCancelled() { method isChangeMade (line 175) | private boolean isChangeMade() { method resetChange (line 179) | private void resetChange() { method checkSave (line 185) | private void checkSave() { method saveSong (line 200) | public void saveSong() { method setupThemePanel (line 220) | private void setupThemePanel() { method setupDetailedSongPanel (line 227) | private void setupDetailedSongPanel() { method setupBasicSongPanel (line 234) | private void setupBasicSongPanel() { method setupTranslatePanel (line 251) | private void setupTranslatePanel() { method getBasicSongPanel (line 261) | public BasicSongPanel getBasicSongPanel() { method getTranslatePanel (line 270) | public TranslatePanel getTranslatePanel() { method getDetailedSongPanel (line 280) | public DetailedSongPanel getDetailedSongPanel() { method getTheme (line 290) | public ThemeDTO getTheme() { method resetNewSong (line 297) | public void resetNewSong() { method resetQuickInsert (line 317) | public void resetQuickInsert() { method resetEditSong (line 339) | public void resetEditSong(SongDisplayable song) { method getSong (line 368) | public SongDisplayable getSong() { method checkConfirmButton (line 395) | private void checkConfirmButton() { method attributesOk (line 406) | private boolean attributesOk() { FILE: Quelea/src/main/java/org/quelea/windows/newsong/ThemePanel.java class ThemePanel (line 50) | public class ThemePanel extends BorderPane { method ThemePanel (line 64) | public ThemePanel() { method ThemePanel (line 68) | public ThemePanel(InlineCssTextArea wordsArea, Button confirmButton) { method ThemePanel (line 78) | public ThemePanel(InlineCssTextArea wordsArea, Button confirmButton, b... method isEmpty (line 151) | private boolean isEmpty(String[] text) { method hashChanged (line 166) | public boolean hashChanged() { method resetSaveHash (line 173) | public void resetSaveHash() { method getSaveHash (line 182) | private String getSaveHash() { method getConfirmButton (line 191) | public Button getConfirmButton() { method updateTheme (line 201) | public void updateTheme(boolean warning) { method setTheme (line 222) | public void setTheme(ThemeDTO theme) { method getCanvas (line 233) | public DisplayCanvas getCanvas() { method getTheme (line 242) | public ThemeDTO getTheme() { FILE: Quelea/src/main/java/org/quelea/windows/newsong/ThemeToolbar.java class ThemeToolbar (line 73) | public class ThemeToolbar extends HBox { method ThemeToolbar (line 101) | public ThemeToolbar(final ThemePanel themePanel) { method checkConfirmButton (line 365) | private void checkConfirmButton() { method setTheme (line 383) | public void setTheme(ThemeDTO theme) { method getAlignmentVal (line 407) | private int getAlignmentVal() { method getTheme (line 423) | public ThemeDTO getTheme() { FILE: Quelea/src/main/java/org/quelea/windows/newsong/VideoButton.java class VideoButton (line 50) | public class VideoButton extends Button implements Cancellable { method VideoButton (line 65) | public VideoButton(final TextField videoLocationField, final DisplayCa... method getCopyThread (line 122) | public Thread getCopyThread() { method cancelOp (line 129) | @Override method copyFile (line 134) | private static void copyFile(String in, String out) throws Exception { method getVideoLocation (line 152) | public String getVideoLocation() { FILE: Quelea/src/main/java/org/quelea/windows/options/DisplayGroup.java class DisplayGroup (line 40) | public class DisplayGroup { method DisplayGroup (line 44) | DisplayGroup(String groupName, boolean custom, HashMap getAvailableScreens(boolean none) { method isDisplayChange (line 163) | public boolean isDisplayChange() { method setDisplayChange (line 167) | public void setDisplayChange(boolean displayChange) { method getGroup (line 171) | public Group getGroup() { FILE: Quelea/src/main/java/org/quelea/windows/options/OptionsBiblePanel.java class OptionsBiblePanel (line 45) | public class OptionsBiblePanel { method OptionsBiblePanel (line 62) | OptionsBiblePanel(HashMap bindings) { method getBiblesTab (line 92) | public Category getBiblesTab() { FILE: Quelea/src/main/java/org/quelea/windows/options/OptionsDisplaySetupPanel.java class OptionsDisplaySetupPanel (line 36) | public class OptionsDisplaySetupPanel { method OptionsDisplaySetupPanel (line 47) | OptionsDisplaySetupPanel(HashMap bindings) { method getDisplaySetupTab (line 58) | Category getDisplaySetupTab() { method isDisplayChange (line 67) | boolean isDisplayChange() { method setDisplayChange (line 73) | public void setDisplayChange(boolean displayChange) { FILE: Quelea/src/main/java/org/quelea/windows/options/OptionsGeneralPanel.java class OptionsGeneralPanel (line 52) | public class OptionsGeneralPanel { method OptionsGeneralPanel (line 80) | OptionsGeneralPanel(HashMap bindings) { method getGeneralTab (line 118) | public Category getGeneralTab() { FILE: Quelea/src/main/java/org/quelea/windows/options/OptionsImportExportPanel.java class OptionsImportExportPanel (line 44) | public class OptionsImportExportPanel { method OptionsImportExportPanel (line 54) | OptionsImportExportPanel(HashMap bindings) { method getImportExportTab (line 60) | public Category getImportExportTab() { FILE: Quelea/src/main/java/org/quelea/windows/options/OptionsNoticePanel.java class OptionsNoticePanel (line 44) | public class OptionsNoticePanel { method OptionsNoticePanel (line 54) | OptionsNoticePanel(HashMap bindings) { method getNoticesTab (line 60) | public Category getNoticesTab() { FILE: Quelea/src/main/java/org/quelea/windows/options/OptionsPresentationPanel.java class OptionsPresentationPanel (line 47) | public class OptionsPresentationPanel { method OptionsPresentationPanel (line 59) | OptionsPresentationPanel(HashMap bindings) { method getPresentationsTab (line 68) | public Category getPresentationsTab() { FILE: Quelea/src/main/java/org/quelea/windows/options/OptionsRecordingPanel.java class OptionsRecordingPanel (line 46) | public class OptionsRecordingPanel { method OptionsRecordingPanel (line 60) | OptionsRecordingPanel(HashMap bindings, boolea... method getRecordingsTab (line 71) | public Category getRecordingsTab() { FILE: Quelea/src/main/java/org/quelea/windows/options/OptionsServerSettingsPanel.java class OptionsServerSettingsPanel (line 51) | public class OptionsServerSettingsPanel { method OptionsServerSettingsPanel (line 68) | OptionsServerSettingsPanel(HashMap bindings) { method validatePortNumber (line 88) | private ValidationResult validatePortNumber(String s) { method getServerTab (line 96) | public Category getServerTab() { method getLyricsPreference (line 116) | public MobileServerPreference getLyricsPreference() { method getRemotePreference (line 120) | public MobileServerPreference getRemotePreference() { FILE: Quelea/src/main/java/org/quelea/windows/options/OptionsStageViewPanel.java class OptionsStageViewPanel (line 48) | public class OptionsStageViewPanel { method OptionsStageViewPanel (line 60) | OptionsStageViewPanel(HashMap bindings) { method getStageViewTab (line 73) | public Category getStageViewTab() { FILE: Quelea/src/main/java/org/quelea/windows/options/PreferenceStorageHandler.java class PreferenceStorageHandler (line 42) | public class PreferenceStorageHandler implements StorageHandler { method PreferenceStorageHandler (line 47) | public PreferenceStorageHandler(Class saveClass) { method saveSelectedCategory (line 57) | public void saveSelectedCategory(String breadcrumb) { method loadSelectedCategory (line 66) | public String loadSelectedCategory() { method saveDividerPosition (line 75) | public void saveDividerPosition(double dividerPosition) { method loadDividerPosition (line 84) | public double loadDividerPosition() { method saveWindowWidth (line 93) | public void saveWindowWidth(double windowWidth) { method loadWindowWidth (line 102) | public double loadWindowWidth() { method saveWindowHeight (line 111) | public void saveWindowHeight(double windowHeight) { method loadWindowHeight (line 120) | public double loadWindowHeight() { method saveWindowPosX (line 129) | public void saveWindowPosX(double windowPosX) { method loadWindowPosX (line 138) | public double loadWindowPosX() { method saveWindowPosY (line 147) | public void saveWindowPosY(double windowPosY) { method loadWindowPosY (line 156) | public double loadWindowPosY() { method saveObject (line 167) | public void saveObject(String breadcrumb, Object object) { method loadObject (line 317) | public Object loadObject(String breadcrumb, Object defaultObject) { method loadObservableList (line 411) | public ObservableList loadObservableList( method clearPreferences (line 426) | public boolean clearPreferences() { method getPreferences (line 435) | public Preferences getPreferences() { method loadObject (line 439) | @Override method loadObservableList (line 444) | @Override FILE: Quelea/src/main/java/org/quelea/windows/options/PreferencesDialog.java class PreferencesDialog (line 57) | public class PreferencesDialog extends Stage { method PreferencesDialog (line 78) | public PreferencesDialog(Class parent, boolean hasVLC) { method callBeforeShowing (line 159) | private void callBeforeShowing() { method bind (line 167) | private void bind(Field field, ObservableValue bool... method getColorPicker (line 171) | public static Setting getColorPicker(String label, Color color) { method getPositionSelector (line 178) | public static Setting getPositionSelector(String label, boolean horizo... method getShowOnSlidesSelector (line 195) | public static Setting getShowOnSlidesSelector(String label, String sel... method updatePos (line 206) | public void updatePos() { method callBeforeHiding (line 264) | private void callBeforeHiding() { method getOptionsServerSettingsPanel (line 268) | public OptionsServerSettingsPanel getOptionsServerSettingsPanel() { method getDisplaySetupPanel (line 272) | public OptionsDisplaySetupPanel getDisplaySetupPanel() { FILE: Quelea/src/main/java/org/quelea/windows/options/customprefs/ColorPickerPreference.java class ColorPickerPreference (line 10) | public class ColorPickerPreference extends SimpleControl T runAndWait(Callable callable) { method runAndWait (line 54) | public static void runAndWait(Runnable runnable) { FILE: Quelea/src/main/java/org/quelea/windows/presentation/PowerPointHandler.java class PowerPointHandler (line 45) | public class PowerPointHandler { method openPresentation (line 58) | public static String openPresentation(String path) { method closePresentation (line 98) | public static String closePresentation() { method gotoNext (line 117) | public static String gotoNext() { method gotoPrevious (line 136) | public static String gotoPrevious() { method gotoSlide (line 156) | public static String gotoSlide(int slideNumber) { method getCurrentSlide (line 180) | public static String getCurrentSlide() { method getTotalSlides (line 199) | public static String getTotalSlides() { method loopPresentation (line 219) | public static String loopPresentation() { method stopLoop (line 238) | public static String stopLoop() { method screenBlack (line 257) | public static String screenBlack() { method screenStatus (line 277) | public static String screenStatus() { method createPDF (line 297) | public static String createPDF(String path) { method focusQuelea (line 324) | public static void focusQuelea() { method focusPowerPoint (line 333) | public static String focusPowerPoint() { method sendVBSSignal (line 354) | private static String sendVBSSignal(String string) { method getVBScriptPath (line 385) | private static String getVBScriptPath(String script) { method pptViewOpen (line 405) | private static String pptViewOpen(String ppPath, String path) { method pptViewClose (line 430) | private static void pptViewClose() { method pptViewNext (line 442) | private static String pptViewNext() { method pptViewPrevious (line 450) | private static String pptViewPrevious() { method pptViewBlack (line 457) | private static String pptViewBlack() { method pptViewGoToSlide (line 464) | private static void pptViewGoToSlide(int num) { method isLoop (line 500) | public static boolean isLoop() { method setLoop (line 509) | public static void setLoop(boolean aLoop) { method movePPTViewToSecondScreen (line 519) | private static void movePPTViewToSecondScreen() { method sendPPTViewSignals (line 560) | private static String sendPPTViewSignals(int keyEvent) { method focusPPTView (line 583) | private static String focusPPTView() { method getMacResult (line 607) | private static String getMacResult(Process result) { method getAppleScript (line 645) | private static String getAppleScript(String string) { method loadAppleScript (line 822) | private static String loadAppleScript(String script) { method returnFocusToQuelea (line 842) | private static void returnFocusToQuelea() { FILE: Quelea/src/main/java/org/quelea/windows/presentation/PresentationControls.java class PresentationControls (line 37) | public class PresentationControls extends StackPane { method PresentationControls (line 39) | public PresentationControls() { method setButtonParams (line 79) | private void setButtonParams(final Button button) { method setImageView (line 89) | private ImageView setImageView(Image image) { FILE: Quelea/src/main/java/org/quelea/windows/presentation/PresentationDrawer.java class PresentationDrawer (line 30) | public class PresentationDrawer extends DisplayableDrawer { method PresentationDrawer (line 33) | public PresentationDrawer(PresentationControls controlPanel) { method draw (line 36) | @Override method setPlayVideo (line 47) | public void setPlayVideo(boolean playVideo) { method clear (line 50) | @Override method requestFocus (line 54) | @Override FILE: Quelea/src/main/java/org/quelea/windows/presentation/PresentationPanel.java class PresentationPanel (line 47) | public class PresentationPanel extends AbstractPanel { method PresentationPanel (line 64) | public PresentationPanel(final LivePreviewPanel containerPanel) { method requestFocus (line 120) | @Override method buildLoopTimeline (line 125) | public void buildLoopTimeline() { method drawSlide (line 225) | private void drawSlide(PresentationSlide newSlide, DisplayCanvas canva... method stopCurrent (line 232) | public void stopCurrent() { method startOOPres (line 244) | private void startOOPres() { method setLive (line 254) | public void setLive() { method showDisplayable (line 264) | public void showDisplayable(final PresentationDisplayable displayable,... method getIndex (line 292) | public int getIndex() { method getSlideCount (line 301) | public int getSlideCount() { method removeCurrentDisplayable (line 309) | @Override method getCurrentIndex (line 314) | @Override method updateCanvas (line 319) | @Override method getDrawer (line 328) | @Override method advance (line 333) | public void advance() { method previous (line 348) | public void previous() { method selectLast (line 363) | public void selectLast() { method getPresentationPreview (line 367) | public PresentationPreview getPresentationPreview() { FILE: Quelea/src/main/java/org/quelea/windows/presentation/PresentationPreview.java class PresentationPreview (line 41) | public class PresentationPreview extends ScrollPane { method PresentationPreview (line 53) | public PresentationPreview() { method requestFocus (line 108) | @Override method addSlideChangedListener (line 113) | public void addSlideChangedListener(SlideChangedListener listener) { method fireSlideChangedListeners (line 117) | private void fireSlideChangedListeners() { method setSlides (line 128) | public void setSlides(PresentationSlide[] slides) { method getSelectedIndex (line 146) | public int getSelectedIndex() { method getSlideCount (line 150) | public int getSlideCount() { method getSelectedSlide (line 154) | public PresentationSlide getSelectedSlide() { method advanceSlide (line 164) | public void advanceSlide(boolean loopback) { method previousSlide (line 184) | public void previousSlide() { method size (line 207) | public int size() { method select (line 211) | public void select(int index) { method select (line 215) | public void select(int index, boolean fireUpdate) { method ensureVisible (line 238) | private void ensureVisible(int index) { method getScrollOffset (line 258) | private double getScrollOffset() { method getScrollFraction (line 262) | private double getScrollFraction() { method clear (line 269) | public void clear() { method selectLast (line 277) | public void selectLast() { FILE: Quelea/src/main/java/org/quelea/windows/presentation/SlideChangedListener.java type SlideChangedListener (line 27) | public interface SlideChangedListener { method slideChanged (line 29) | void slideChanged(PresentationSlide newSlide); FILE: Quelea/src/main/java/org/quelea/windows/presentation/SlideThumbnail.java class SlideThumbnail (line 31) | public class SlideThumbnail extends BorderPane { method SlideThumbnail (line 42) | public SlideThumbnail(PresentationSlide slide, int num) { method setSelected (line 54) | public void setSelected(boolean selected) { method setActive (line 59) | public void setActive(boolean active) { method recalcBorder (line 65) | private void recalcBorder() { method getNum (line 79) | public int getNum() { method getSlide (line 83) | public PresentationSlide getSlide() { FILE: Quelea/src/main/java/org/quelea/windows/splash/Pips.java class Pips (line 33) | public class Pips extends Group { method Pips (line 35) | public Pips(Font font, Paint paint) { FILE: Quelea/src/main/java/org/quelea/windows/splash/SplashStage.java class SplashStage (line 42) | public class SplashStage extends Stage { method SplashStage (line 49) | public SplashStage() { FILE: Quelea/src/main/java/org/quelea/windows/stage/StageDrawer.java class StageDrawer (line 62) | public class StageDrawer extends WordDrawer { method StageDrawer (line 72) | public StageDrawer() { method drawText (line 80) | @Override method setPositionX (line 236) | private void setPositionX(FormattedText t, FXFontMetrics metrics, Stri... method setTheme (line 253) | @Override method getTheme (line 283) | @Override method requestFocus (line 288) | @Override method setCapitaliseFirst (line 297) | @Override method dumbWrapText (line 309) | private List dumbWrapText(String[] lines) { method sanctifyText (line 336) | private List sanctifyText(String[] linesArr) { method getUniformFontSize (line 357) | private double getUniformFontSize(TextDisplayable displayable) { method setText (line 397) | @Override method setText (line 425) | @Override method getText (line 447) | public String[] getText() { method clear (line 451) | @Override method widenInitialSpaces (line 460) | private static String widenInitialSpaces(String str) { FILE: Quelea/src/main/java/org/quelea/windows/timer/CreateTimerPanel.java class CreateTimerPanel (line 63) | public class CreateTimerPanel extends Stage { method CreateTimerPanel (line 75) | public CreateTimerPanel(TimerDisplayable td) { method parsable (line 255) | private boolean parsable(String newValue) { method parse (line 259) | private int parse(String newValue) { method parseTime (line 298) | private Calendar parseTime(String text) { method setTimerTheme (line 312) | private void setTimerTheme(ThemeDTO theme) { method createEdit (line 316) | private void createEdit(TimerDisplayable td) { FILE: Quelea/src/main/java/org/quelea/windows/timer/TimerControls.java class TimerControls (line 46) | public class TimerControls extends StackPane { method TimerControls (line 61) | public TimerControls() { method loadMultimedia (line 99) | public void loadMultimedia(String path, boolean stretch) { method setDisableControls (line 103) | public void setDisableControls(boolean disable) { method play (line 122) | public void play(boolean pause) { method reset (line 141) | public void reset() { method setButtonParams (line 153) | private void setButtonParams(final ImageView button) { method addTimer (line 167) | public void addTimer(Timer timer) { method togglePause (line 171) | public void togglePause() { method status (line 175) | public boolean status() { FILE: Quelea/src/main/java/org/quelea/windows/timer/TimerDrawer.java class TimerDrawer (line 28) | public class TimerDrawer extends DisplayableDrawer { method TimerDrawer (line 38) | public TimerDrawer(TimerControls controlPanel) { method draw (line 43) | @Override method clear (line 108) | @Override method requestFocus (line 112) | @Override method pickFontSize (line 116) | private double pickFontSize(Font font, Timer timer, DisplayCanvas canv... method longestLine (line 146) | private String longestLine(Font font, String[] text) { method setTheme (line 160) | public void setTheme(ThemeDTO theme) { FILE: Quelea/src/main/java/org/quelea/windows/timer/TimerIO.java class TimerIO (line 46) | public class TimerIO { method timerToFile (line 56) | public static void timerToFile(TimerDisplayable t, File f) throws IOEx... method timerFromFile (line 71) | public static TimerDisplayable timerFromFile(File f) { FILE: Quelea/src/main/java/org/quelea/windows/timer/TimerPanel.java class TimerPanel (line 45) | public class TimerPanel extends AbstractPanel { method TimerPanel (line 55) | public TimerPanel() { method updateCanvas (line 91) | @Override method play (line 101) | public void play() { method togglePause (line 105) | public void togglePause() { method status (line 109) | public boolean status() { method getCurrentIndex (line 113) | @Override method getDrawer (line 118) | @Override method advance (line 128) | public void advance() { method previous (line 140) | public void previous() { FILE: Quelea/src/main/java/org/quelea/windows/video/FXImageSink.java class FXImageSink (line 52) | public class FXImageSink { method FXImageSink (line 95) | public FXImageSink() { method FXImageSink (line 104) | public FXImageSink(AppSink sink) { method imageProperty (line 135) | public ReadOnlyObjectProperty imageProperty() { method getSinkElement (line 144) | public AppSink getSinkElement() { method updateImage (line 151) | private void updateImage(Sample newSample) { method clear (line 235) | public void clear() { method clearImage (line 243) | private void clearImage() { FILE: Quelea/src/main/java/org/quelea/windows/video/TimeDisplay.java class TimeDisplay (line 29) | public class TimeDisplay extends Label { method TimeDisplay (line 37) | public TimeDisplay() { method setCurrentSeconds (line 45) | public void setCurrentSeconds(int currentSeconds) { method setTotalSeconds (line 54) | public void setTotalSeconds(int totalSeconds) { method update (line 62) | private void update() { method formatIntoHHMMSS (line 71) | private static String formatIntoHHMMSS(int secsIn) { FILE: Quelea/src/main/java/org/quelea/windows/video/VidDisplay.java class VidDisplay (line 23) | public class VidDisplay { method VidDisplay (line 41) | public VidDisplay() { method imageProperty (line 71) | public ReadOnlyObjectProperty imageProperty() { method play (line 78) | public void play() { method pause (line 84) | public void pause() { method stop (line 90) | public void stop() { method setURI (line 97) | public void setURI(URI uri) { method setVolume (line 106) | public void setVolume(double volume) { method getUri (line 112) | public URI getUri() { method isLoop (line 116) | public boolean isLoop() { method getId (line 120) | public int getId() { method setLoop (line 124) | public void setLoop(boolean loop) { method setOnPosChanged (line 128) | public void setOnPosChanged(Consumer callback) { method setOnFinished (line 132) | public void setOnFinished(Runnable onFinished) { method seek (line 136) | public void seek(double seekPos) { FILE: Quelea/src/main/java/org/quelea/windows/video/VidLogoDisplay.java class VidLogoDisplay (line 18) | public class VidLogoDisplay { method VidLogoDisplay (line 33) | private VidLogoDisplay() { method imageProperty (line 45) | public ReadOnlyObjectProperty imageProperty() { method setURI (line 53) | public void setURI(URI uri) { FILE: Quelea/src/main/java/org/quelea/windows/video/VidPreviewDisplay.java class VidPreviewDisplay (line 22) | public class VidPreviewDisplay { method VidPreviewDisplay (line 28) | public VidPreviewDisplay() { method getPreviewImg (line 35) | public synchronized Image getPreviewImg(URI uri) { FILE: Quelea/src/main/java/org/quelea/windows/video/VideoStatusPanel.java class VideoStatusPanel (line 28) | public class VideoStatusPanel extends BorderPane { method VideoStatusPanel (line 36) | public VideoStatusPanel() { method getTimeDisplay (line 47) | public TimeDisplay getTimeDisplay() { method getVolumeSlider (line 55) | public VolumeSlider getVolumeSlider() { FILE: Quelea/src/main/java/org/quelea/windows/video/VolumeSlider.java class VolumeSlider (line 33) | public class VolumeSlider extends BorderPane { method VolumeSlider (line 41) | public VolumeSlider() { method getValue (line 59) | public double getValue() { method addRunner (line 67) | public void addRunner(Runnable runner) { FILE: Quelea/src/main/java/org/quelea/windows/web/WebDrawer.java class WebDrawer (line 40) | public class WebDrawer extends DisplayableDrawer { method draw (line 46) | @Override method clear (line 70) | @Override method requestFocus (line 77) | @Override method getPreview (line 82) | public Image getPreview(int x, int y) { method back (line 90) | public void back() { method forward (line 94) | public void forward() { method reload (line 98) | public void reload() { method setUrl (line 102) | public void setUrl(String url) { method getURL (line 106) | public String getURL() { method isLoading (line 114) | public boolean isLoading() { method addWebView (line 118) | public void addWebView(WebView wv) { method getErrorMessage (line 124) | public String getErrorMessage() { FILE: Quelea/src/main/java/org/quelea/windows/web/WebPanel.java class WebPanel (line 61) | public class WebPanel extends AbstractPanel { method WebPanel (line 81) | public WebPanel() { method getDrawer (line 160) | @Override method removeCurrentDisplayable (line 169) | @Override method showDisplayable (line 180) | public void showDisplayable(WebDisplayable displayable) { method getCurrentIndex (line 186) | @Override method advance (line 195) | public void advance() { method previous (line 207) | public void previous() { method click (line 232) | private static void click(double x, double y) { method getImagePreview (line 251) | public ImageView getImagePreview() { method setLoading (line 258) | public void setLoading() { method addWebView (line 266) | public void addWebView(WebDisplayable displayable) { method removeWebView (line 271) | public WebView removeWebView() { method blockButtons (line 280) | public void blockButtons(boolean block) { method setText (line 290) | public void setText() { method setupNavigationBarContent (line 296) | private void setupNavigationBarContent() { method getButtonImageView (line 350) | private ImageView getButtonImageView(String path) { FILE: Quelea/src/test/java/org/quelea/services/utils/QueleaPropertiesTest.java class QueleaPropertiesTest (line 13) | @DisplayName("QueleaPropertiesTest") method testIfPropertiesFileIsSorted (line 16) | @Test