org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict
Class CustomConflictOption

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict.ConflictOption
      extended by org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict.CustomConflictOption

public abstract class CustomConflictOption
extends ConflictOption

Abstract superclass for custom options.

Author:
wesendon

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict.ConflictOption
ConflictOption.OptionType
 
Constructor Summary
CustomConflictOption(String option)
          Default constructor.
 
Method Summary
 String getOptionPrefix()
          Returns Option prefix.
 
Methods inherited from class org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict.ConflictOption
addOperations, getDetailProvider, getFullOptionLabel, getOperations, getOptionLabel, getStrippedOptionLabel, getType, hasExtraOptionAction, isDetailsProvider, optionChosen, setDetailProvider, setOptionLabel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomConflictOption

public CustomConflictOption(String option)
Default constructor.

Parameters:
option - name of option.
Method Detail

getOptionPrefix

public String getOptionPrefix()
Returns Option prefix.

Returns:
text


Copyright © 2015. All Rights Reserved.