- java.lang.Object
-
- impl.org.controlsfx.skin.AutoCompletePopupSkin<T>
-
- All Implemented Interfaces:
Skin<AutoCompletePopup<T>>
public class AutoCompletePopupSkin<T> extends Object implements Skin<AutoCompletePopup<T>>
-
-
Constructor Summary
Constructors Constructor Description AutoCompletePopupSkin(AutoCompletePopup<T> control)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Node
getNode()
AutoCompletePopup<T>
getSkinnable()
-
-
-
Constructor Detail
-
AutoCompletePopupSkin
public AutoCompletePopupSkin(AutoCompletePopup<T> control)
-
-