Package com.iizix

Interface IDisposedPart

All Known Subinterfaces:
IPartExtensionIZ, IPropertyEditorController, IPropUndoRedo, IWorkbenchPartIZ
All Known Implementing Classes:
BadgePropEditor, BaseEditor, BaseReferencePropEditor, BoolPropEditor, BoxShadowPropEditor, ClassReferencePropEditor, ColorPropEditor, ContentProviderPropEditor, ContextMenuEditor, DateTimePropEditor, DropShadowPropEditor, DurationPropEditor, EncodingPropEditor, FillPropEditor, FontFacesEditor, FontFamilyPropEditor, FontPropEditor, GradientPropEditor, ImageDefinitionEditor, ImageReferencePropEditor, IntChoicePropEditor, IntPropEditor, KStringPropEditor, LocalizedStringPropEditor, LongPropEditor, MediaReferencePropEditor, MethodReferencePropEditor, NullValueAllowedPropEditor, NumberPropEditor, PanelAnimationPropEditor, PanelEditor, PartExtensionIZ, PasswordPropEditor, PatternPropEditor, PKCS12IdentityPropEditor, PropEditorPart, PropUndoRedoAdapter, ReferencePropEditor, SelectorEditor, ServerConfigComposite, ServerConfigView, ServerMonitorView, SizePropEditor, StandaloneEditorController, StringMapPropEditor, StringPropEditor, StrokePropEditor, StyleEditor, StylesReferencesPropEditor, StylesStatesPropEditor, TextShadowPropEditor, TextTableEditor, ThemesPropEditor, TooltipPropEditor, TransformPropEditor, UIDateTimeTypePropEditor, UnitPropEditor, UnitsPropEditor, ValuePropEditor, ValueTypePropEditor, VAPIDKeyPropEditor, VirtualSpaceEditor, VSActionActorParticipantEditor, VSParticipantEditor, VSReferencePropEditor, VSRelativeReferencePropEditor, VSTableColumnReferencePropEditor, WrapStringPropEditor

public interface IDisposedPart
Interface implementing isDisposed() method.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the part is disposed of.
  • Method Details

    • isDisposed

      boolean isDisposed()
      Checks if the part is disposed of.
      Returns:
      true if disposed of, false otherwise.