|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroovy.swing.impl.ClosureRenderer
public class ClosureRenderer
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClosureRenderer()
public ClosureRenderer(Closure c)
| Method Detail |
|---|
public Component getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
getListCellRendererComponent in interface ListCellRenderer
public Component getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
getTableCellRendererComponent in interface TableCellRendererpublic Closure getUpdate()
public void setUpdate(Closure update)
public List getChildren()
public JList getList()
public JTable getTable()
public Object getValue()
public boolean isSelected()
public boolean isFocused()
public int getRow()
public int getColumn()
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||