org.ocopomo.contentrepositoryclient
Class ContentRepositoryClientPropertyPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.preference.PreferencePage
          extended by org.eclipse.ui.dialogs.PropertyPage
              extended by org.ocopomo.contentrepositoryclient.ContentRepositoryClientPropertyPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.preference.IPreferencePage, org.eclipse.ui.IWorkbenchPropertyPage

public class ContentRepositoryClientPropertyPage
extends org.eclipse.ui.dialogs.PropertyPage


Field Summary
static java.lang.String CRC_ATOM_PUB_URL_PROPERTY
           
static java.lang.String CRC_DEFAULT_PROPERTY
           
static java.lang.String CRC_DOCUMENT_FOLDERS_PROPERTY
           
static java.lang.String CRC_REPOSITORY_ID_PROPERTY
           
static java.lang.String CRC_SITE_PROPERTY
           
static java.lang.String CRC_UPLOAD_FOLDER_PROPERTY
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
ContentRepositoryClientPropertyPage()
           
 
Method Summary
 void addNature(org.eclipse.core.resources.IProject project)
           
 boolean isValid()
           
 
Methods inherited from class org.eclipse.ui.dialogs.PropertyPage
getElement, setElement
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyData, computeSize, createControl, getContainer, getPreferenceStore, okToLeave, performCancel, performHelp, performOk, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, setDescription, setImageDescriptor, setMessage, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.preference.IPreferencePage
computeSize, okToLeave, performCancel, performOk, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Field Detail

CRC_REPOSITORY_ID_PROPERTY

public static final java.lang.String CRC_REPOSITORY_ID_PROPERTY
See Also:
Constant Field Values

CRC_ATOM_PUB_URL_PROPERTY

public static final java.lang.String CRC_ATOM_PUB_URL_PROPERTY
See Also:
Constant Field Values

CRC_SITE_PROPERTY

public static final java.lang.String CRC_SITE_PROPERTY
See Also:
Constant Field Values

CRC_DOCUMENT_FOLDERS_PROPERTY

public static final java.lang.String CRC_DOCUMENT_FOLDERS_PROPERTY
See Also:
Constant Field Values

CRC_UPLOAD_FOLDER_PROPERTY

public static final java.lang.String CRC_UPLOAD_FOLDER_PROPERTY
See Also:
Constant Field Values

CRC_DEFAULT_PROPERTY

public static final java.lang.String CRC_DEFAULT_PROPERTY
See Also:
Constant Field Values
Constructor Detail

ContentRepositoryClientPropertyPage

public ContentRepositoryClientPropertyPage()
Method Detail

isValid

public boolean isValid()
Specified by:
isValid in interface org.eclipse.jface.preference.IPreferencePage
Overrides:
isValid in class org.eclipse.jface.preference.PreferencePage

addNature

public void addNature(org.eclipse.core.resources.IProject project)
               throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException