Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.vcs.properties
Class VersionPropertiesPanelProvider

java.lang.Object
  extended by oracle.jdeveloper.vcs.properties.PropertiesPanelProvider
      extended by oracle.jdeveloper.vcs.properties.VersionPropertiesPanelProvider

public abstract class VersionPropertiesPanelProvider
extends PropertiesPanelProvider

Properties panel provider specialization class, for version property panels.


Constructor Summary
VersionPropertiesPanelProvider()
           
VersionPropertiesPanelProvider(VCSStatusCache cache)
           
 
Method Summary
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.
 
Methods inherited from class oracle.jdeveloper.vcs.properties.PropertiesPanelProvider
createPanel, getHelpInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionPropertiesPanelProvider

public VersionPropertiesPanelProvider()

VersionPropertiesPanelProvider

public VersionPropertiesPanelProvider(VCSStatusCache cache)
Method Detail

getTabName

public java.lang.String getTabName()
Description copied from class: PropertiesPanelProvider
Gets the name of the panel's tab in the properties dialog.

Specified by:
getTabName in class PropertiesPanelProvider
Returns:
the tab name.

getTabWeight

public float getTabWeight()
Description copied from class: PropertiesPanelProvider
Gets the weight of the panel's tab in the properties dialog.

Overrides:
getTabWeight in class PropertiesPanelProvider
Returns:
the tab weight, 1.0f by default.

isDefaultTab

public boolean isDefaultTab()
Description copied from class: PropertiesPanelProvider
Asks whether the panel's tab is the default selection in the properties dialog.

Overrides:
isDefaultTab in class PropertiesPanelProvider
Returns:
a verdict on whether the tab is the default.

isHandled

public boolean isHandled(Context context)
Description copied from class: PropertiesPanelProvider
Asks whether the given element is handled by this provider and its panels.

Specified by:
isHandled in class PropertiesPanelProvider
Parameters:
context - the current context.
Returns:
a verdict on whether the context is handled.

getContextElement

protected Element getContextElement(Context context)

getContextURL

protected java.net.URL getContextURL(Context context)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.