Uses of Enum
manifold.api.host.RefreshKind
Packages that use RefreshKind
-
Uses of RefreshKind in manifold.api.host
Fields in manifold.api.host declared as RefreshKindMethods in manifold.api.host that return RefreshKindModifier and TypeMethodDescriptionstatic RefreshKindReturns the enum constant of this type with the specified name.static RefreshKind[]RefreshKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in manifold.api.host with parameters of type RefreshKindModifierConstructorDescriptionRefreshRequest(IFile file, String[] types, IModule module, RefreshKind kind) -
Uses of RefreshKind in manifold.api.type
Methods in manifold.api.type that return RefreshKindModifier and TypeMethodDescriptionIFileConnected.refreshedFile(IFile file, String[] types, RefreshKind kind) Notifies that a file has been refreshed.ResourceFileTypeManifold.refreshedFile(IFile file, String[] types, RefreshKind kind) UrlTypeManifold.refreshedFile(IFile file, String[] types, RefreshKind kind) Methods in manifold.api.type with parameters of type RefreshKindModifier and TypeMethodDescriptionIFileConnected.refreshedFile(IFile file, String[] types, RefreshKind kind) Notifies that a file has been refreshed.ResourceFileTypeManifold.refreshedFile(IFile file, String[] types, RefreshKind kind) UrlTypeManifold.refreshedFile(IFile file, String[] types, RefreshKind kind)