A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
searchForTextInList(list, text) — Method in class com.elad.framework.autosuggest.AbstractAutoSuggest
Search a list of words for a specific text.
selectedWord(word) — Method in class com.elad.framework.autosuggest.UIAutoSuggest
Set the result.
setBusyCursor() — Method in class com.elad.framework.cursor.Cursor
Method to set busy cursor to the application.
setBusyCursorApplicationDisabled() — Method in class com.elad.framework.cursor.Cursor
Method to set busy cursor to the application.
setCursor() — Method in class com.elad.framework.cursor.Cursor
Method to set regular cursor to the application.
setCursorBuilder(pb:com.elad.framework.cursor:AbstractCursorBuilder) — Method in class com.elad.framework.cursor.CursorDirector
Method to set the cursor director instance with the concrete type of cursor types and properties.
setCursorMouse(cursorMouse) — Method in class com.elad.framework.cursor.Cursor
Method to set cursor mouse object
setCursorMouseBusy(cursorMouseBusy) — Method in class com.elad.framework.cursor.Cursor
Method to set cursor busy mouse object.
setCursorMouseDown(cursorMouseDown) — Method in class com.elad.framework.cursor.Cursor
Method to set cursor mouse down object.
setCursorMouseUp(cursorMouseUp) — Method in class com.elad.framework.cursor.Cursor
Method to set cursor mouse up object.
setEvents(flexSprite) — Method in class com.elad.framework.cursor.AbstractCursorBuilder
Method to be declate in each concrete product class.
setEvents(flexSprite) — Method in class com.elad.framework.cursor.ConcreteMouseDrop
Method to set all the different events that will be used, such as mouse up, mouse down and others if needed.
setEvents(flexSprite) — Method in class com.elad.framework.cursor.ConcreteMouseHand
Method to set all the different events that will be used, such as mouse up, mouse down and others if needed.
setKeywordsList(xml) — Method in class com.elad.framework.autosuggest.AbstractAutoSuggest
Method to feed the list of keywords.
setKeywordsList(xml) — Method in interface com.elad.framework.autosuggest.IAutoSuggest
Method to feed the list of keywords.
setKeywordsList(xml) — Method in class com.elad.framework.autosuggest.UIAutoSuggest
Method to feed the list of keywords.
setMaxPoolSize(size) — Method in class com.elad.framework.objectPoolManager.ReusablePool
Method to set the size of the collection.
setMouseDownCursor() — Method in class com.elad.framework.cursor.Cursor
Method to set mouse down cursor.
setMouseUpCursor() — Method in class com.elad.framework.cursor.Cursor
Method to set mouse up cursor.
setName(name) — Method in class com.elad.framework.cursor.Cursor
Method to set name of the mouse cursor name
setProperties(filename) — Method in class com.elad.framework.fileviewer.AbstractFileViewer
This will set all the properties that are needed in the view layer.
setProperties(filename) — Method in interface com.elad.framework.fileviewer.IFileViewer
This will set all the properties that are needed in the view layer.
setReusable(reusable:com.elad.framework.objectPoolManager:Reusable) — Method in class com.elad.framework.objectPoolManager.ReusablePool
Method to add an object to the collection the collection, as long as the collection size is smaller than the max allowed pool.
sortedKeywordsList — Property in class com.elad.framework.autosuggest.AbstractAutoSuggest
sortList(text) — Method in class com.elad.framework.autosuggest.AbstractAutoSuggest
method to sort the list of keywords for specific letter/s or word/s.
sortList(text) — Method in interface com.elad.framework.autosuggest.IAutoSuggest
method to sort the list of keywords for specific letter/s or word/s.
SQLCommands(array) — Method in interface com.elad.framework.SQLStatmentsManager.ICrud
SQLCommands(vars) — Method in class com.elad.framework.SQLStatmentsManager.ProductCalender
SQLCommands(vars) — Method in class com.elad.framework.SQLStatmentsManager.ProductContacts
SQLCommands(vars) — Method in class com.elad.framework.SQLStatmentsManager.ProductPersonalInformation
stringContainsSubstringCheck(keyword, text) — Method in class com.elad.framework.autosuggest.AbstractAutoSuggest
Method to check for a letter/s whithin any part of the keyword.
substringBeginsWithString(keyword, text) — Method in class com.elad.framework.autosuggest.AbstractAutoSuggest
Method to check for a letter/s whithin the beginning of the keyword.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z