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, getHelpInfoprotected 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()
PropertiesPanelProvidergetTabName in class PropertiesPanelProviderpublic float getTabWeight()
PropertiesPanelProvidergetTabWeight in class PropertiesPanelProviderpublic boolean isDefaultTab()
PropertiesPanelProviderisDefaultTab in class PropertiesPanelProviderpublic boolean isHandled(Context context)
PropertiesPanelProviderisHandled in class PropertiesPanelProvidercontext - the current context.protected java.net.URL getContextURL(Context context)