|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.combo.WidestComboPopupPrototype
public class WidestComboPopupPrototype
Sample core implementation of ComboPopupPrototypeCallback
interface
that returns the widest combo entry. This class is part of officially
supported API.
Constructor Summary | |
---|---|
WidestComboPopupPrototype()
|
Method Summary | |
---|---|
java.lang.Object |
getPopupPrototypeDisplayValue(javax.swing.JComboBox jc)
Returns the prototype entry for combo popup of the specified combobox. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WidestComboPopupPrototype()
Method Detail |
---|
public java.lang.Object getPopupPrototypeDisplayValue(javax.swing.JComboBox jc)
ComboPopupPrototypeCallback
getPopupPrototypeDisplayValue
in interface ComboPopupPrototypeCallback
jc
- Combo box.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |