com.ibm.carma.ui.property
Class CarmaConnectionPropertyPage

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 com.ibm.carma.ui.property.CarmaConnectionPropertyPage
All Implemented Interfaces:
java.util.EventListener, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.preference.IPreferencePage, org.eclipse.jface.util.IPropertyChangeListener, org.eclipse.ui.IWorkbenchPropertyPage

public class CarmaConnectionPropertyPage
extends org.eclipse.ui.dialogs.PropertyPage
implements org.eclipse.jface.util.IPropertyChangeListener

This PropertyPage is used to display properties for CARMA Objects. It allows the user to change:


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
CarmaConnectionPropertyPage()
           
 
Method Summary
 void checkValid()
          Checks that all the values entered into the property page are valid and that it is valid to enable the OK button
 boolean performOk()
           
 void propertyChange(org.eclipse.jface.util.PropertyChangeEvent e)
           
 
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, isValid, okToLeave, performCancel, performHelp, 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, isValid, okToLeave, performCancel, 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

COPYRIGHT

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

CarmaConnectionPropertyPage

public CarmaConnectionPropertyPage()
Method Detail

performOk

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

propertyChange

public void propertyChange(org.eclipse.jface.util.PropertyChangeEvent e)
Specified by:
propertyChange in interface org.eclipse.jface.util.IPropertyChangeListener

checkValid

public void checkValid()
Checks that all the values entered into the property page are valid and that it is valid to enable the OK button