public interface IPropertyEditorWithArgument
extends IPropertyEditor
An interface for a custom property editor that has arguments.
| Method | Description |
|---|---|
| String getArgument() | |
| void setArgument(String) |
public String getArgument()
- Returns
- argument
public void setArgument(String argument)
- Parameters
- argument -