public abstract class VersionPropertiesPanelProvider extends PropertiesPanelProvider
Modifier | Constructor and Description |
---|---|
protected |
VersionPropertiesPanelProvider() |
protected |
VersionPropertiesPanelProvider(oracle.jdeveloper.vcs.cache.StatusCacheBridge<VCSStatus> cache) |
|
VersionPropertiesPanelProvider(oracle.jdeveloper.vcs.cache.StatusCacheBridge<VCSStatus> cache,
java.lang.String vcsId) |
Modifier and Type | Method and Description |
---|---|
protected Element |
getContextElement(Context context) |
protected java.net.URL |
getContextURL(Context context) |
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.
|
boolean |
isHandled(Context context)
Asks whether the given element is handled by this provider and its panels.
|
createPanel, getHelpInfo
protected VersionPropertiesPanelProvider()
protected VersionPropertiesPanelProvider(oracle.jdeveloper.vcs.cache.StatusCacheBridge<VCSStatus> cache)
public VersionPropertiesPanelProvider(oracle.jdeveloper.vcs.cache.StatusCacheBridge<VCSStatus> cache, java.lang.String vcsId)
public java.lang.String getTabName()
PropertiesPanelProvider
getTabName
in class PropertiesPanelProvider
public float getTabWeight()
PropertiesPanelProvider
getTabWeight
in class PropertiesPanelProvider
public boolean isDefaultTab()
PropertiesPanelProvider
isDefaultTab
in class PropertiesPanelProvider
public boolean isHandled(Context context)
PropertiesPanelProvider
isHandled
in class PropertiesPanelProvider
context
- the current context.protected java.net.URL getContextURL(Context context)