PenTableModel

org.nlogo.window.PlotPensEditor.PlotPensTable.PenTableModel
class PenTableModel extends AbstractTableModel

Attributes

Source
PlotPensEditor.scala
Graph
Supertypes
class AbstractTableModel
trait Serializable
trait TableModel
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addPen(p: Pen): Unit

Attributes

Source
PlotPensEditor.scala
def clear(): Unit

Attributes

Source
PlotPensEditor.scala
override def getColumnClass(c: Int): Class[_ <: <FromJavaObject>]

Attributes

Definition Classes
AbstractTableModel -> TableModel
Source
PlotPensEditor.scala
override def getColumnCount: Int

Attributes

Definition Classes
TableModel
Source
PlotPensEditor.scala
override def getColumnName(col: Int): String

Attributes

Definition Classes
AbstractTableModel -> TableModel
Source
PlotPensEditor.scala
override def getRowCount: Int

Attributes

Definition Classes
TableModel
Source
PlotPensEditor.scala
override def getValueAt(row: Int, col: Int): <FromJavaObject>

Attributes

Definition Classes
TableModel
Source
PlotPensEditor.scala
override def isCellEditable(row: Int, col: Int): Boolean

Attributes

Definition Classes
AbstractTableModel -> TableModel
Source
PlotPensEditor.scala
def removePen(index: Int): Unit

Attributes

Source
PlotPensEditor.scala
override def setValueAt(value: Object, row: Int, col: Int): Unit

Attributes

Definition Classes
AbstractTableModel -> TableModel
Source
PlotPensEditor.scala

Inherited methods

def addTableModelListener(x$0: TableModelListener): Unit

Attributes

Inherited from:
AbstractTableModel
def findColumn(x$0: String): Int

Attributes

Inherited from:
AbstractTableModel
def fireTableCellUpdated(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
AbstractTableModel
def fireTableChanged(x$0: TableModelEvent): Unit

Attributes

Inherited from:
AbstractTableModel

Attributes

Inherited from:
AbstractTableModel
def fireTableRowsDeleted(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
AbstractTableModel
def fireTableRowsInserted(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
AbstractTableModel
def fireTableRowsUpdated(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
AbstractTableModel

Attributes

Inherited from:
AbstractTableModel
def getListeners[T <: EventListener](x$0: Class[T]): Array[T]

Attributes

Inherited from:
AbstractTableModel
def getTableModelListeners(): Array[TableModelListener]

Attributes

Inherited from:
AbstractTableModel
def removeTableModelListener(x$0: TableModelListener): Unit

Attributes

Inherited from:
AbstractTableModel

Concrete fields

val columnNames: List[String]

Attributes

Source
PlotPensEditor.scala

Attributes

Source
PlotPensEditor.scala