| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.jdeveloper.vcs.properties.PropertiesPanelProvider
public abstract class PropertiesPanelProvider
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 | 
|---|
public PropertiesPanelProvider()
| Method Detail | 
|---|
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.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||