Method Summary |
|
public boolean | equals(Object resourceItem) |
public String | getItemKey() Returns a String representing the item key. |
public String | getItemLabel() Returns an object representing the resource item. |
public Object | getItemValue() Returns an object representing the value of this resource item. |
public boolean | isContainerItem() Returns a flag indicating if the resource item is a container. |
public boolean | isItemDisabled() Returns an boolean value indicating if the item should be selectable
in the filechooser's listbox.
true if the item in the listbox should be disabled. |
public void | setItemDisabled(boolean disabled) Sets the item disabled flag. |
public void | setItemKey(String key) Set the item key. |
public void | setItemLabel(String label) Returns an object representing the resource item. |