Class AutoCompleteSection<V>

java.lang.Object
com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
com.amalgamasimulation.desktop.ui.editor.sections.TextSection<V>
com.amalgamasimulation.desktop.ui.editor.sections.AutoCompleteSection<V>
All Implemented Interfaces:
ILabelSection, ISection, ITextSection<V>
Direct Known Subclasses:
ContainerAutoCompleteSection

public class AutoCompleteSection<V> extends TextSection<V>