org.gudy.azureus2.ui.swt.config
Class DirectoryParameter
java.lang.Object
  
org.gudy.azureus2.ui.swt.config.Parameter
      
org.gudy.azureus2.ui.swt.config.DirectoryParameter
- All Implemented Interfaces: 
 - IParameter
 
- Direct Known Subclasses: 
 - FileParameter
 
public class DirectoryParameter
- extends Parameter
 
- Author:
 
  - parg
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DirectoryParameter
public DirectoryParameter(org.eclipse.swt.widgets.Composite pluginGroup,
                          String name,
                          String defaultValue)
setLayoutData
public void setLayoutData(Object layoutData)
 
getControl
public org.eclipse.swt.widgets.Control getControl()
 
getControls
public org.eclipse.swt.widgets.Control[] getControls()
- Specified by:
 getControls in interface IParameter- Overrides:
 getControls in class Parameter
 
 
getBrowseImageResource
protected String getBrowseImageResource()
 
openDialog
protected String openDialog(org.eclipse.swt.widgets.Shell shell,
                            String old_value)
 
setValue
public void setValue(Object value)
- Specified by:
 setValue in class Parameter