|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
griffon.plugins.slideware.Slide
public class Slide extends JPanel
| Field Summary | |
|---|---|
private JPanel |
_content
|
private Closure |
backgroundPainter
|
private JComponent |
footer
|
private JComponent |
header
|
private String |
master
|
private MetaClass |
metaClass
|
private List |
slideActions
|
private Closure |
snapshot
|
private String |
title
|
private com.bric.image.transition.Transition2D |
transition
|
| Fields inherited from class JPanel | |
|---|---|
| WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW, UNDEFINED_CONDITION, TOOL_TIP_TEXT_KEY, TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, WIDTH, HEIGHT, PROPERTIES, SOMEBITS, FRAMEBITS, ALLBITS, ERROR, ABORT |
| Fields inherited from class JComponent | |
|---|---|
| WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW, UNDEFINED_CONDITION, TOOL_TIP_TEXT_KEY, TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, WIDTH, HEIGHT, PROPERTIES, SOMEBITS, FRAMEBITS, ALLBITS, ERROR, ABORT |
| Constructor Summary | |
Slide()
|
|
| Method Summary | |
|---|---|
Component
|
add(Component component)
|
void
|
add(Component component, Object constraints)
|
JComponent
|
getFooter()
|
JComponent
|
getHeader()
|
String
|
getMaster()
|
MetaClass
|
getMetaClass()
|
Object
|
getProperty(String property)
|
List
|
getSlideActions()
|
String
|
getTitle()
|
com.bric.image.transition.Transition2D
|
getTransition()
|
Object
|
invokeMethod(String name, Object args)
|
void
|
paintComponent(Graphics g)
|
void
|
setBackgroundPainter(Closure backgroundPainter)
|
void
|
setFooter(JComponent footer)
|
void
|
setHeader(JComponent header)
|
void
|
setLayout(LayoutManager layout)
|
void
|
setMaster(String master)
|
void
|
setMetaClass(MetaClass metaClass)
|
void
|
setProperty(String property, Object newValue)
|
void
|
setSlideActions(List actions)
|
void
|
setSnapshot(Closure snapshot)
|
void
|
setTitle(String title)
|
void
|
setTransition(com.bric.image.transition.Transition2D transition)
|
Image[]
|
takeSnapshot()
|
| Field Detail |
|---|
private JPanel _content
private Closure backgroundPainter
private JComponent footer
private JComponent header
private String master
private MetaClass metaClass
private List slideActions
private Closure snapshot
private String title
private com.bric.image.transition.Transition2D transition
| Constructor Detail |
|---|
public Slide()
| Method Detail |
|---|
public Component add(Component component)
public void add(Component component, Object constraints)
public JComponent getFooter()
public JComponent getHeader()
public String getMaster()
public MetaClass getMetaClass()
public Object getProperty(String property)
public List getSlideActions()
public String getTitle()
public com.bric.image.transition.Transition2D getTransition()
public Object invokeMethod(String name, Object args)
public void paintComponent(Graphics g)
public void setBackgroundPainter(Closure backgroundPainter)
public void setFooter(JComponent footer)
public void setHeader(JComponent header)
public void setLayout(LayoutManager layout)
public void setMaster(String master)
public void setMetaClass(MetaClass metaClass)
public void setProperty(String property, Object newValue)
public void setSlideActions(List actions)
public void setSnapshot(Closure snapshot)
public void setTitle(String title)
public void setTransition(com.bric.image.transition.Transition2D transition)
public Image[] takeSnapshot()
Groovy Documentation