com.ptc.wvs.client.pview
Class PViewMarkup
java.lang.Object
com.ptc.wvs.client.pview.PViewMarkup
- All Implemented Interfaces:
- Serializable
- public class PViewMarkup
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
image
private ImageIcon image
button
private JButton button
name
private String name
astFileName
private String astFileName
toolTip
private String toolTip
bimage
private byte[] bimage
astFile
private byte[] astFile
PViewMarkup
public PViewMarkup()
getImage
public ImageIcon getImage()
setImage
public void setImage(ImageIcon image)
setImage
public void setImage(Byte[] image)
getAstFile
public byte[] getAstFile()
setAstFile
public void setAstFile(Byte[] file)
setAstFileName
public void setAstFileName(String fileName)
getAstFileName
public String getAstFileName()
getName
public String getName()
setName
public void setName(String name)
getToolTip
public String getToolTip()
setToolTip
public void setToolTip(String toolTip)
getButton
public JButton getButton()
setButton
public void setButton(JButton button)