public class ProMView
extends java.lang.Object
implements org.deckfour.uitopia.api.model.View
Modifier and Type | Field and Description |
---|---|
protected static java.awt.GraphicsConfiguration |
gc |
Constructor and Description |
---|
ProMView(ProMViewManager manager,
ProMViewType type,
ProMResource<?> resource,
java.lang.String name,
org.processmining.framework.util.Pair<java.lang.Integer,org.processmining.framework.plugin.PluginParameterBinding> binding) |
Modifier and Type | Method and Description |
---|---|
void |
captureNow() |
void |
destroy() |
java.lang.String |
getCustomName() |
java.awt.Image |
getPreview(int maxWidth,
int maxHeight) |
org.deckfour.uitopia.api.model.Resource |
getResource() |
org.deckfour.uitopia.api.model.ViewType |
getType() |
javax.swing.JComponent |
getViewComponent() |
boolean |
isReady() |
void |
refresh() |
void |
refresh(int millisToPopup) |
void |
setCustomName(java.lang.String name) |
public ProMView(ProMViewManager manager, ProMViewType type, ProMResource<?> resource, java.lang.String name, org.processmining.framework.util.Pair<java.lang.Integer,org.processmining.framework.plugin.PluginParameterBinding> binding)
public void destroy()
destroy
in interface org.deckfour.uitopia.api.model.View
public java.lang.String getCustomName()
getCustomName
in interface org.deckfour.uitopia.api.model.View
public java.awt.Image getPreview(int maxWidth, int maxHeight)
getPreview
in interface org.deckfour.uitopia.api.model.View
public org.deckfour.uitopia.api.model.Resource getResource()
getResource
in interface org.deckfour.uitopia.api.model.View
public javax.swing.JComponent getViewComponent()
getViewComponent
in interface org.deckfour.uitopia.api.model.View
public void setCustomName(java.lang.String name)
setCustomName
in interface org.deckfour.uitopia.api.model.View
public org.deckfour.uitopia.api.model.ViewType getType()
getType
in interface org.deckfour.uitopia.api.model.View
public void captureNow()
captureNow
in interface org.deckfour.uitopia.api.model.View
public void refresh()
refresh
in interface org.deckfour.uitopia.api.model.View
public void refresh(int millisToPopup)
public boolean isReady()
isReady
in interface org.deckfour.uitopia.api.model.View