Skip navigation links
A C G H N R S 

A

addData(T) - Method in class np.com.ngopal.control.AutoFillTextBox
 
AutoFillTextBox<T> - Class in np.com.ngopal.control
This class is main Control class which extends from Control
and also implements basic functions of the AutoFillTextBoxFactory
You can easily utilize the AutoFillTextBox in your application
e.g
//..codes AutoFillTextBox autobox = new AutoFillTextBox("helo","prefix","dog","city"); autobox.setLimit(7); //..add autobox to your scene then the output must be like this: Output:
bla
AutoFillTextBox(ObservableList<T>) - Constructor for class np.com.ngopal.control.AutoFillTextBox
Constructor
AutoFillTextBox() - Constructor for class np.com.ngopal.control.AutoFillTextBox
 
AutoFillTextBoxBehavior<T> - Class in np.com.ngopal.control
 
AutoFillTextBoxBehavior(AutoFillTextBox<T>, List<KeyBinding>) - Constructor for class np.com.ngopal.control.AutoFillTextBoxBehavior
 
AutoFillTextBoxFactory<T> - Interface in np.com.ngopal.control
 
AutoFillTextBoxSkin<T> - Class in np.com.ngopal.control
This class helps to change the skin of the AutoFillTextBox Control
AutoFillTextBoxSkin(AutoFillTextBox) - Constructor for class np.com.ngopal.control.AutoFillTextBoxSkin
CONSTRUCTOR

C

changed(ObservableValue<? extends String>, String, String) - Method in class np.com.ngopal.control.AutoFillTextBoxSkin
When ever the the rawTextProperty is changed then this listener is activated
computeMaxHeight(double) - Method in class np.com.ngopal.control.AutoFillTextBox
 
computeMaxWidth(double) - Method in class np.com.ngopal.control.AutoFillTextBox
 
computeMinHeight(double) - Method in class np.com.ngopal.control.AutoFillTextBox
 
computeMinWidth(double) - Method in class np.com.ngopal.control.AutoFillTextBox
 
computePrefHeight(double) - Method in class np.com.ngopal.control.AutoFillTextBox
 
computePrefWidth(double) - Method in class np.com.ngopal.control.AutoFillTextBox
 

G

getData() - Method in class np.com.ngopal.control.AutoFillTextBox
 
getData() - Method in interface np.com.ngopal.control.AutoFillTextBoxFactory
Give the data containing possible fast matching words
getFilterMode() - Method in class np.com.ngopal.control.AutoFillTextBox
 
getFilterMode() - Method in interface np.com.ngopal.control.AutoFillTextBoxFactory
 
getItem() - Method in class np.com.ngopal.control.AutoFillTextBox
 
getListLimit() - Method in class np.com.ngopal.control.AutoFillTextBox
 
getListLimit() - Method in interface np.com.ngopal.control.AutoFillTextBoxFactory
this gives the limit of listcell to be visibled in listview
getListview() - Method in class np.com.ngopal.control.AutoFillTextBox
 
getListview() - Method in interface np.com.ngopal.control.AutoFillTextBoxFactory
the main listview of the AutoFillTextBox
getText() - Method in class np.com.ngopal.control.AutoFillTextBox
 
getTextbox() - Method in class np.com.ngopal.control.AutoFillTextBox
 
getTextbox() - Method in interface np.com.ngopal.control.AutoFillTextBoxFactory
the textbox of the AutoFillTextBox
getWindow() - Method in class np.com.ngopal.control.AutoFillTextBoxSkin
 

H

handle(Event) - Method in class np.com.ngopal.control.AutoFillTextBoxSkin
This is the main event handler which handles all the event of the listview and textbox
hidePopup() - Method in class np.com.ngopal.control.AutoFillTextBoxSkin
This function hides the popup containing listview

N

np.com.ngopal.control - package np.com.ngopal.control
 

R

requestFocus() - Method in class np.com.ngopal.control.AutoFillTextBox
 
resize(double, double) - Method in class np.com.ngopal.control.AutoFillTextBox
 

S

selectList() - Method in class np.com.ngopal.control.AutoFillTextBoxSkin
Selects the current Selected Item from the list and the content of that selected Item is set to textbox.
setData(ObservableList<T>) - Method in class np.com.ngopal.control.AutoFillTextBox
 
setData(ObservableList<T>) - Method in interface np.com.ngopal.control.AutoFillTextBoxFactory
Keeps the array of String which contains the words to be matched on typing.
setFilterMode(boolean) - Method in class np.com.ngopal.control.AutoFillTextBox
 
setFilterMode(boolean) - Method in interface np.com.ngopal.control.AutoFillTextBoxFactory
This sets the AutoFilterMode which can show as filter type rather than searched type if value is true.
setListLimit(int) - Method in class np.com.ngopal.control.AutoFillTextBox
 
setListLimit(int) - Method in interface np.com.ngopal.control.AutoFillTextBoxFactory
This defines how many max listcell to be visibled in listview when matched words are occured on typing.
setMaxSize(double, double) - Method in class np.com.ngopal.control.AutoFillTextBox
 
setMinSize(double, double) - Method in class np.com.ngopal.control.AutoFillTextBox
 
setPrefSize(double, double) - Method in class np.com.ngopal.control.AutoFillTextBox
 
showPopup() - Method in class np.com.ngopal.control.AutoFillTextBoxSkin
A Popup containing Listview is trigged from this function This function automatically resize it's height and width according to the width of textbox and item's cell height
A C G H N R S 
Skip navigation links

Copyright © 2014. All rights reserved.