ShowUsageBox

org.nlogo.ide.ShowUsageBox
class ShowUsageBox(colorizer: Colorizer)

Attributes

Source
ShowUsageBox.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

class BoldEditorKit(selectedString: String) extends HighlightEditorKit

Attributes

Source
ShowUsageBox.scala
Supertypes
class HighlightEditorKit
trait ViewFactory
class DefaultEditorKit
class EditorKit
trait Serializable
trait Cloneable
class Object
trait Matchable
class Any
Show all
class LineNumberRenderer extends DefaultTableCellRenderer

Attributes

Source
ShowUsageBox.scala
Supertypes
class DefaultTableCellRenderer
trait TableCellRenderer
class JLabel
trait Accessible
trait SwingConstants
class JComponent
class Container
class Component
trait Serializable
trait MenuContainer
trait ImageObserver
class Object
trait Matchable
class Any
Show all
class LineRenderer(boldedString: Option[String]) extends TableCellRenderer

Attributes

Source
ShowUsageBox.scala
Supertypes
trait TableCellRenderer
class Object
trait Matchable
class Any

Value members

Concrete methods

def document: Document

Attributes

Source
ShowUsageBox.scala
def getUsage(source: String, token: Token): Seq[Token]

Attributes

Source
ShowUsageBox.scala
def init(editorArea: AbstractEditorArea): Unit

Attributes

Source
ShowUsageBox.scala
def showBox(popupLocation: Point, cursorPosition: Int): Unit

Attributes

Source
ShowUsageBox.scala

Concrete fields

val dataModel: DefaultTableModel

Attributes

Source
ShowUsageBox.scala

Attributes

Source
ShowUsageBox.scala
val usageBox: JDialog

Attributes

Source
ShowUsageBox.scala
val usageTable: JTable

Attributes

Source
ShowUsageBox.scala