SuggestionListRenderer

org.nlogo.ide.SuggestionListRenderer
class SuggestionListRenderer(dialect: Dialect, extensionManager: Option[ExtensionManager]) extends ListCellRenderer[String]

This is the renderer to render elements of the list displayed in the suggestion box.

Attributes

Source
CodeCompletionPopup.scala
Graph
Supertypes
trait ListCellRenderer[String]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def getListCellRendererComponent(list: JList[_ <: String], value: String, index: Int, isSelected: Boolean, cellHasFocus: Boolean): Component

Attributes

Definition Classes
ListCellRenderer
Source
CodeCompletionPopup.scala

Concrete fields

var font: Font

Attributes

Source
CodeCompletionPopup.scala