PreviewToolWindowFactory

class PreviewToolWindowFactory : ToolWindowFactory

ToolWindowFactory that builds a tool window with JS preview

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun createToolWindowContent(project: Project, toolWindow: ToolWindow)
Link copied to clipboard
@ApiStatus.Internal
@Nullable
open fun getAnchor(): @Nullable ToolWindowAnchor?
Link copied to clipboard
@ApiStatus.Internal
@Nullable
open fun getIcon(): @Nullable Icon?
Link copied to clipboard
open fun init(@NotNull p0: @NotNull ToolWindow)
Link copied to clipboard
open fun isApplicable(@NotNull p0: @NotNull Project): Boolean
Link copied to clipboard
Link copied to clipboard
open fun shouldBeAvailable(@NotNull p0: @NotNull Project): Boolean