com.ibm.carma.ui.property
Class CarmaBidiPropertyPage

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.CarmaBidiPropertyPage
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 CarmaBidiPropertyPage
extends org.eclipse.ui.dialogs.PropertyPage
implements org.eclipse.jface.util.IPropertyChangeListener

PropertyPage is used to display Bidi conversion settings CARMA hierarchy Objects.

Since:
7.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
CarmaBidiPropertyPage()
          Creates new Bidi Conversion property page
 
Method Summary
 void checkFileValid()
           
 void checkFileValid(org.eclipse.swt.events.ModifyEvent e)
           
 void dispose()
           
 boolean performCancel()
           
 boolean performOk()
           
 void propertyChange(org.eclipse.jface.util.PropertyChangeEvent e)
           
 void setVisible(boolean visible)
           
 
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, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
getControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, setDescription, setImageDescriptor, setMessage
 
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, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle
 

Field Detail

COPYRIGHT

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

CarmaBidiPropertyPage

public CarmaBidiPropertyPage()
Creates new Bidi Conversion property page

Method Detail

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
dispose in class org.eclipse.jface.dialogs.DialogPage

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

setVisible

public void setVisible(boolean visible)
Specified by:
setVisible in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
setVisible in class org.eclipse.jface.dialogs.DialogPage

performCancel

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

checkFileValid

public void checkFileValid()

checkFileValid

public void checkFileValid(org.eclipse.swt.events.ModifyEvent e)