com.ibm.commons.swt.data.editors.support
Class MemberCompositeEditorOptions

java.lang.Object
  extended by com.ibm.commons.swt.data.editors.support.MemberCompositeEditorOptions
All Implemented Interfaces:
ICompositeEditorOptions

public abstract class MemberCompositeEditorOptions
extends java.lang.Object
implements ICompositeEditorOptions

Composite editor options specific to a particular IMember.

See Also:
IMember

Field Summary
 
Fields inherited from interface com.ibm.commons.swt.data.editors.support.ICompositeEditorOptions
TYPE_COMPUTED, TYPE_LITERAL, TYPE_UNKNOWN
 
Constructor Summary
MemberCompositeEditorOptions()
           
 
Method Summary
 IMember getMember()
          Returns an IMember associated with the current editor options.
 void setMember(IMember member)
          Sets the member associated with the current editor options
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commons.swt.data.editors.support.ICompositeEditorOptions
callScriptDialog, getScriptImageForDisplay, getScriptValueForDisplay, getSupportedScripts, getValueType, initValue
 

Constructor Detail

MemberCompositeEditorOptions

public MemberCompositeEditorOptions()
Method Detail

getMember

public IMember getMember()
Returns an IMember associated with the current editor options.

Returns:

setMember

public void setMember(IMember member)
Sets the member associated with the current editor options

Parameters:
member -