Skip navigation links
A B C E F G H J L O R S T U V W 

A

AceEditor - Class in org.bridje.jfx.ace
Control to edit code using Ace Editor version 1.2.6.
AceEditor(AceMode) - Constructor for class org.bridje.jfx.ace.AceEditor
Initialize control.
AceJsGate - Class in org.bridje.jfx.ace
Manage the js editor communication.
AceJsGate(AceEditor, JSObject) - Constructor for class org.bridje.jfx.ace.AceJsGate
Default constructor.
AceMode - Enum in org.bridje.jfx.ace
Modes for Ace Editor.
AceReadyListener - Interface in org.bridje.jfx.ace
Listener for ready event for ace editor.
AceReplaceHandler - Interface in org.bridje.jfx.ace
Handler for replace operation on editor.

B

BiContentConverter<E,T> - Interface in org.bridje.jfx.binding
A bidirectional converter from/to two different types, for the content of two collections.
BiListContentBinding<E,T> - Class in org.bridje.jfx.binding
A bidirectional binding for two lists of different types.
BiListContentBinding(ObservableList<E>, ObservableList<T>, BiContentConverter<E, T>) - Constructor for class org.bridje.jfx.binding.BiListContentBinding
The only constructor for this binding.
bindContent(List<T>, ObservableList<? extends E>, ContentConverter<E, T>) - Static method in class org.bridje.jfx.binding.ExBindings
Binds the content of two lists.
bindContentBidirectional(ObservableList<E>, ObservableList<T>, BiContentConverter<E, T>) - Static method in class org.bridje.jfx.binding.ExBindings
Binds the content of two lists in both directions.
BiSetContentBinding<E,T> - Class in org.bridje.jfx.binding
A bidirectional binding for two sets of different types.
BiSetContentBinding(ObservableSet<E>, ObservableSet<T>, BiContentConverter<E, T>) - Constructor for class org.bridje.jfx.binding.BiSetContentBinding
The only constructor for this binding.

C

ContentConverter<E,T> - Interface in org.bridje.jfx.binding
A converter for the content of a collection.
contextMenuProperty() - Method in class org.bridje.jfx.ace.AceEditor
The property for the context menu of this component.
convert(E) - Method in interface org.bridje.jfx.binding.ContentConverter
Converts the given value.
convertFrom(E) - Method in interface org.bridje.jfx.binding.BiContentConverter
Converts from the first type to the second.
convertTo(T) - Method in interface org.bridje.jfx.binding.BiContentConverter
Converts from the second type to the first.
copyImageView(ImageView) - Static method in class org.bridje.jfx.utils.JfxUtils
Creates a clone of the given ImageView item.
copyToClipboard(String) - Method in class org.bridje.jfx.ace.AceJsGate
Copy the given text to the clipboard.
createMenuItem(String, ImageView, EventHandler<ActionEvent>) - Static method in class org.bridje.jfx.utils.JfxUtils
Create an item for a menu.
createToolButton(ImageView, EventHandler<ActionEvent>) - Static method in class org.bridje.jfx.utils.JfxUtils
Create a button with no text, only with the image.

E

equals(Object) - Method in class org.bridje.jfx.binding.BiListContentBinding
 
equals(Object) - Method in class org.bridje.jfx.binding.BiSetContentBinding
 
equals(Object) - Method in class org.bridje.jfx.binding.ListContentBinding
 
equals(Object) - Method in class org.bridje.jfx.binding.SetContentBinding
 
ExBindings - Class in org.bridje.jfx.binding
Utility functions for binding of the content of collections.
ExBindings() - Constructor for class org.bridje.jfx.binding.ExBindings
 
exec(String, Object...) - Method in class org.bridje.jfx.ace.AceJsGate
Executes a js method.

F

findReplace(String) - Method in class org.bridje.jfx.ace.AceJsGate
Called to replace the selected text.
findSelection() - Method in class org.bridje.jfx.ace.AceEditor
Obtains selected text on editor.

G

getClipboardContent() - Method in class org.bridje.jfx.ace.AceJsGate
Gets the content of the clipboard.
getContextMenu() - Method in class org.bridje.jfx.ace.AceEditor
The context menu of this component.
getReplaceHandler() - Method in class org.bridje.jfx.ace.AceEditor
Return the replace handler.
getText() - Method in class org.bridje.jfx.ace.AceEditor
The content of the editor.

H

hashCode() - Method in class org.bridje.jfx.binding.BiListContentBinding
 
hashCode() - Method in class org.bridje.jfx.binding.BiSetContentBinding
 
hashCode() - Method in class org.bridje.jfx.binding.ListContentBinding
 
hashCode() - Method in class org.bridje.jfx.binding.SetContentBinding
 

J

JfxUtils - Class in org.bridje.jfx.utils
Utilities for javafx applications.
JfxUtils() - Constructor for class org.bridje.jfx.utils.JfxUtils
 

L

ListContentBinding<E,T> - Class in org.bridje.jfx.binding
A content binding for two lists of different types.
ListContentBinding(List<T>, ContentConverter<E, T>) - Constructor for class org.bridje.jfx.binding.ListContentBinding
The only constructor for this object.
loadImage(Class<?>, String, double, double) - Static method in class org.bridje.jfx.utils.JfxUtils
Loads an image from the given resource, and creates an ImageView for it.

O

onChanged(ListChangeListener.Change) - Method in class org.bridje.jfx.binding.BiListContentBinding
 
onChanged(SetChangeListener.Change<? extends Object>) - Method in class org.bridje.jfx.binding.BiSetContentBinding
 
onChanged(ListChangeListener.Change<? extends E>) - Method in class org.bridje.jfx.binding.ListContentBinding
 
onChanged(SetChangeListener.Change<? extends E>) - Method in class org.bridje.jfx.binding.SetContentBinding
 
onReady(AceReadyListener) - Method in class org.bridje.jfx.ace.AceEditor
Called when editor has loaded.
onReplace(AceReplaceHandler) - Method in class org.bridje.jfx.ace.AceEditor
Called after a replace has happend.
org.bridje.jfx.ace - package org.bridje.jfx.ace
 
org.bridje.jfx.binding - package org.bridje.jfx.binding
 
org.bridje.jfx.utils - package org.bridje.jfx.utils
 

R

ready() - Method in interface org.bridje.jfx.ace.AceReadyListener
Called when editor has load and it's ready.
replace(String) - Method in interface org.bridje.jfx.ace.AceReplaceHandler
Called when replace action was called on editor.
replaceSelection(String) - Method in class org.bridje.jfx.ace.AceEditor
Replaces selected text on editor.

S

searchAndReplace(String, String) - Method in class org.bridje.jfx.ace.AceEditor
Search and replace text on editor.
SetContentBinding<E,T> - Class in org.bridje.jfx.binding
A content binding for two sets of different types.
SetContentBinding(Set<T>, ContentConverter<E, T>) - Constructor for class org.bridje.jfx.binding.SetContentBinding
The only constructor for this object.
setContextMenu(ContextMenu) - Method in class org.bridje.jfx.ace.AceEditor
The context menu of this component.
setText(String) - Method in class org.bridje.jfx.ace.AceEditor
The content of the editor.
setTextFromJs(String) - Method in class org.bridje.jfx.ace.AceEditor
Called from the javascript script to set the text of this object.

T

textChanged(String) - Method in class org.bridje.jfx.ace.AceJsGate
Called on text changed.
textProperty() - Method in class org.bridje.jfx.ace.AceEditor
The property for the content of the editor.

U

unbindContent(Object, Object) - Static method in class org.bridje.jfx.binding.ExBindings
Unbinds two bindable objects.
unbindContentBidirectional(Object, Object) - Static method in class org.bridje.jfx.binding.ExBindings
Unbinds a bidirectional binding.

V

valueOf(String) - Static method in enum org.bridje.jfx.ace.AceMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.bridje.jfx.ace.AceMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasGarbageCollected() - Method in class org.bridje.jfx.binding.BiListContentBinding
 
wasGarbageCollected() - Method in class org.bridje.jfx.binding.BiSetContentBinding
 
wasGarbageCollected() - Method in class org.bridje.jfx.binding.ListContentBinding
 
wasGarbageCollected() - Method in class org.bridje.jfx.binding.SetContentBinding
 
A B C E F G H J L O R S T U V W 
Skip navigation links

Copyright © 2015–2018 Bridje Framework. All rights reserved.