|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.swing.impl.ClosureRenderer
class ClosureRenderer extends Object
Field Summary | |
---|---|
List |
children
|
int |
column
|
boolean |
focused
|
JList |
list
|
int |
row
|
boolean |
selected
|
JTable |
table
|
Closure |
update
|
Object |
value
|
Constructor Summary | |
ClosureRenderer()
|
|
ClosureRenderer(Closure c)
|
Method Summary | |
---|---|
List
|
getChildren()
|
int
|
getColumn()
|
JList
|
getList()
|
Component
|
getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
|
int
|
getRow()
|
JTable
|
getTable()
|
Component
|
getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
|
Closure
|
getUpdate()
|
Object
|
getValue()
|
boolean
|
isFocused()
|
boolean
|
isSelected()
|
void
|
setUpdate(Closure update)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
List children
int column
boolean focused
JList list
int row
boolean selected
JTable table
Closure update
Object value
Constructor Detail |
---|
public ClosureRenderer()
public ClosureRenderer(Closure c)
Method Detail |
---|
public List getChildren()
public int getColumn()
public JList getList()
public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
public int getRow()
public JTable getTable()
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
public Closure getUpdate()
public Object getValue()
public boolean isFocused()
public boolean isSelected()
public void setUpdate(Closure update)
Copyright © 2003-2009 The Codehaus. All rights reserved.