Uiinfrastructure API Docs  
 

EditorHelperRepostControl Class

This class is a helper class for the EditorRepostControl. This is NOT a real control. The PerformRepostAction method will have to be called by the main RepostControl class of the Editor. This class can be used to implement common or plug-in sections and can also be used as a secondary RepostControl class if the main one is getting too big and you want to split the code into multiple classes.

For a list of all members of this type, see EditorHelperRepostControl Members.

System.Object
   com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
      com.plumtree.uiinfrastructure.expandablelist.ExpListControl
      com.plumtree.uiinfrastructure.tips.TipsControl

public abstract class EditorHelperRepostControl : IControl, IMVCObject, IManagedObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.editor

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

EditorHelperRepostControl Members | com.plumtree.uiinfrastructure.editor Namespace