public class ErrorView extends Object implements ViewInstance
Constructor and Description |
---|
ErrorView(org.eclipse.swt.widgets.Composite parent,
ViewInstanceDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
void |
deactivate() |
org.eclipse.swt.widgets.Control |
getControl() |
ViewInstanceDescriptor |
getDescriptor() |
boolean |
isActive() |
boolean |
isDefaultInstance() |
boolean |
isLazy() |
void |
reload() |
void |
setFocus() |
public ErrorView(org.eclipse.swt.widgets.Composite parent, ViewInstanceDescriptor descriptor)
public void reload()
reload
in interface ViewInstance
public void deactivate()
deactivate
in interface ViewInstance
public void activate()
activate
in interface ViewInstance
public void setFocus()
setFocus
in interface ViewInstance
public org.eclipse.swt.widgets.Control getControl()
getControl
in interface ViewInstance
public boolean isDefaultInstance()
isDefaultInstance
in interface ViewInstance
public ViewInstanceDescriptor getDescriptor()
getDescriptor
in interface ViewInstance
public boolean isActive()
isActive
in interface ViewInstance
public boolean isLazy()
isLazy
in interface ViewInstance
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.