rero.dck

Class SuperInput

public abstract class SuperInput extends JPanel implements DItem

Field Summary
protected DParentparent
protected Stringvariable
Method Summary
JComponentgetComponent()
StringgetVariable()
voidnotifyParent()
voidsetEnabled(boolean b)
voidsetParent(DParent parent)

Field Detail

parent

protected DParent parent

variable

protected String variable

Method Detail

getComponent

public JComponent getComponent()

getVariable

public String getVariable()

notifyParent

public void notifyParent()

setEnabled

public void setEnabled(boolean b)

setParent

public void setParent(DParent parent)