|
Groovy 1.7.5 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.swing.impl.ClosureRenderer
public class ClosureRenderer extends Object
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 |
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-2010 The Codehaus. All rights reserved.