org.apache.batik.util.gui
public static interface DropDownComponent.ScrollablePopupMenuItem
Method Summary | |
---|---|
String | getText()
Returns the item name.
|
boolean | isSelected()
Checks if the item is selected.
|
void | setEnabled(boolean enabled)
Enables / disables the item
|
void | setSelected(boolean selected)
Selects and deselects the item.
|
void | setText(String text)
Sets the item name.
|
Returns: the name
Returns: True if selected
Parameters: enabled True - enables the item
Parameters: selected is selected
Parameters: text The new item name