public class ClassElementOpener
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor and Description |
|---|
ClassElementOpener(AbstractConstantInfoDetailPane detailPane)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent event) |
int |
addSpecial(AbstractConstantInfoDetailPane detailPane,
int gridy)
Add an opening button to the supplied detail pane.
|
void |
setCPInfo(CPInfo cpInfo)
Set the constant pool info that is to be the source of the link.
|
public ClassElementOpener(AbstractConstantInfoDetailPane detailPane)
detailPane - the parent detail pane.public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed in interface java.awt.event.ActionListenerpublic int addSpecial(AbstractConstantInfoDetailPane detailPane, int gridy)
detailPane - the detail pane.gridy - the current gridy of the GridBagLayout of the detail pane.public void setCPInfo(CPInfo cpInfo)
cpInfo - the contant pool info.