public abstract class PropertiesPanelProvider
extends java.lang.Object
| Constructor and Description | 
|---|
PropertiesPanelProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract PropertiesPanel | 
createPanel(Context context)
Creates a properties panel based on the given element. 
 | 
HelpInfo | 
getHelpInfo()
Gets the help information for the view. 
 | 
abstract java.lang.String | 
getTabName()
Gets the name of the panel's tab in the properties dialog. 
 | 
float | 
getTabWeight()
Gets the weight of the panel's tab in the properties dialog. 
 | 
boolean | 
isDefaultTab()
Asks whether the panel's tab is the default selection in the properties 
 dialog. 
 | 
abstract boolean | 
isHandled(Context context)
Asks whether the given element is handled by this provider and its panels. 
 | 
public abstract java.lang.String getTabName()
public float getTabWeight()
public boolean isDefaultTab()
public HelpInfo getHelpInfo()
public abstract boolean isHandled(Context context)
context - the current context.public abstract PropertiesPanel createPanel(Context context)
context - the current context.element - the element instance.