ice.pilots.html4
Interface DSelectElement.SelectPainter

All Superinterfaces:
ObjectPainter
Enclosing interface:
DSelectElement

public static interface DSelectElement.SelectPainter
extends ObjectPainter


Method Summary
 void onOptionAttrChange(DOptionElement opt, DAttr attr)
          An option attribute has changed.
 void onOptionSelectionChange()
          The option selected has changed
 void onOptionStructChange()
          The option structure itself has changed.
 
Methods inherited from interface ice.pilots.html4.ObjectPainter
dispose, draw, getBox, getClientHeight, getClientWidth, getPrefHeight, getPrefWidth, onElementAttrChange, setBackground, setBorderVisible, setBox, setFontHints, setForeground, setPainterSize
 

Method Detail

onOptionSelectionChange

public void onOptionSelectionChange()
The option selected has changed


onOptionAttrChange

public void onOptionAttrChange(DOptionElement opt,
                               DAttr attr)
An option attribute has changed.

Parameters:
opt -
attr -

onOptionStructChange

public void onOptionStructChange()
The option structure itself has changed.