| Interface | Description |
|---|---|
| AutoFillTextBoxFactory<T> |
| Class | Description |
|---|---|
| AutoFillTextBox<T> |
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:
|
| AutoFillTextBoxBehavior<T> | |
| AutoFillTextBoxSkin<T> |
This class helps to change the skin of the AutoFillTextBox Control
|
Copyright © 2014. All rights reserved.