Uses of Interface
org.fife.ui.rtextarea.ToolTipSupplier
-
Packages that use ToolTipSupplier Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of ToolTipSupplier in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as ToolTipSupplier Modifier and Type Field Description private ToolTipSupplier
RTextArea. toolTipSupplier
Can return tool tips for this text area.Methods in org.fife.ui.rtextarea that return ToolTipSupplier Modifier and Type Method Description ToolTipSupplier
RTextArea. getToolTipSupplier()
Returns the tool tip supplier.Methods in org.fife.ui.rtextarea with parameters of type ToolTipSupplier Modifier and Type Method Description void
RTextArea. setToolTipSupplier(ToolTipSupplier supplier)
Sets the tool tip supplier.
-