com.unitesk.requality.eclipse.editors.panels
Class SelectFilePanel

java.lang.Object
  extended by Composite
      extended by com.unitesk.requality.eclipse.editors.panels.AbstractPanel
          extended by com.unitesk.requality.eclipse.editors.panels.SelectFilePanel

public class SelectFilePanel
extends AbstractPanel


Field Summary
 
Fields inherited from class com.unitesk.requality.eclipse.editors.panels.AbstractPanel
modifyListener
 
Constructor Summary
SelectFilePanel(Composite parent, int style, java.lang.String initalPath)
           
 
Method Summary
 java.lang.String getSelectedPath()
           
protected  void initModifyListener()
           
 boolean isChanged()
           
 void setPath(java.lang.String path)
           
 void setSelectOnlyFolder(boolean onlyFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectFilePanel

public SelectFilePanel(Composite parent,
                       int style,
                       java.lang.String initalPath)
Method Detail

setPath

public void setPath(java.lang.String path)

initModifyListener

protected void initModifyListener()
Specified by:
initModifyListener in class AbstractPanel

isChanged

public boolean isChanged()
Specified by:
isChanged in class AbstractPanel

getSelectedPath

public java.lang.String getSelectedPath()

setSelectOnlyFolder

public void setSelectOnlyFolder(boolean onlyFolder)