rero.dck.items
Class OtherInput

java.lang.Object
  extended byrero.dck.items.OtherInput
All Implemented Interfaces:
DItem

public class OtherInput
extends Object
implements DItem


Field Summary
protected  JComponent other
           
 
Constructor Summary
OtherInput(JComponent _other)
           
 
Method Summary
 JComponent getComponent()
           
 int getEstimatedWidth()
           
 void refresh()
           
 void save()
           
 void setAlignWidth(int width)
           
 void setEnabled(boolean b)
           
 void setParent(DParent parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

other

protected JComponent other
Constructor Detail

OtherInput

public OtherInput(JComponent _other)
Method Detail

setEnabled

public void setEnabled(boolean b)
Specified by:
setEnabled in interface DItem

save

public void save()
Specified by:
save in interface DItem

getEstimatedWidth

public int getEstimatedWidth()
Specified by:
getEstimatedWidth in interface DItem

setAlignWidth

public void setAlignWidth(int width)
Specified by:
setAlignWidth in interface DItem

setParent

public void setParent(DParent parent)
Specified by:
setParent in interface DItem

getComponent

public JComponent getComponent()
Specified by:
getComponent in interface DItem

refresh

public void refresh()
Specified by:
refresh in interface DItem