public class MotCleGUI extends Object implements Serializable
Constructor and Description |
---|
MotCleGUI() |
MotCleGUI(String text,
Double ident,
boolean isOpen,
String infoBulle,
TypeMotCle type) |
Modifier and Type | Method and Description |
---|---|
void |
addMotCle(MotCleGUI o) |
Collection<MotCleGUI> |
getChildren() |
Object |
getData() |
Double |
getIdent() |
String |
getImagePath() |
String |
getInfoBulle() |
MotCleGUI |
getParent() |
String |
getText() |
TypeMotCle |
getType() |
boolean |
isOpen() |
void |
setChildren(Collection<MotCleGUI> children) |
void |
setData(Object data) |
void |
setIdent(Double ident) |
void |
setImagePath(String imagePath) |
void |
setInfoBulle(String infoBulle) |
void |
setOpen(boolean isOpen) |
void |
setParent(MotCleGUI parent) |
void |
setText(String text) |
void |
setType(TypeMotCle type) |
public MotCleGUI()
public MotCleGUI(String text, Double ident, boolean isOpen, String infoBulle, TypeMotCle type)
public String getInfoBulle()
public void setInfoBulle(String infoBulle)
public Double getIdent()
public void setIdent(Double ident)
public boolean isOpen()
public void setOpen(boolean isOpen)
public TypeMotCle getType()
public void setType(TypeMotCle type)
public Collection<MotCleGUI> getChildren()
public void setChildren(Collection<MotCleGUI> children)
public void addMotCle(MotCleGUI o)
public String getText()
public void setText(String text)
public MotCleGUI getParent()
public void setParent(MotCleGUI parent)
public String getImagePath()
public void setImagePath(String imagePath)
public Object getData()
public void setData(Object data)
Copyright © 2016. All rights reserved.