Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdeveloper.vcs.properties
Class PropertiesPanelProvider

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

Direct Known Subclasses:
VersionPropertiesPanelProvider

public abstract class PropertiesPanelProvider
extends java.lang.Object

Properties panel provider class, describing a panel type for the properties dialog.


Constructor Summary
PropertiesPanelProvider()
           

 

Method Summary
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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PropertiesPanelProvider

public PropertiesPanelProvider()

Method Detail

getTabName

public abstract java.lang.String getTabName()
Gets the name of the panel's tab in the properties dialog.
Returns:
the tab name.

getTabWeight

public float getTabWeight()
Gets the weight of the panel's tab in the properties dialog.
Returns:
the tab weight, 1.0f by default.

isDefaultTab

public boolean isDefaultTab()
Asks whether the panel's tab is the default selection in the properties dialog.
Returns:
a verdict on whether the tab is the default.

getHelpInfo

public HelpInfo getHelpInfo()
Gets the help information for the view.
Returns:
the help information.

isHandled

public abstract boolean isHandled(Context context)
Asks whether the given element is handled by this provider and its panels.
Parameters:
context - the current context.
Returns:
a verdict on whether the context is handled.

createPanel

public abstract PropertiesPanel createPanel(Context context)
Creates a properties panel based on the given element.
Parameters:
context - the current context.
element - the element instance.
Returns:
a properties panel for the element.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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