| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.properties.PropertiesPanel
public abstract class PropertiesPanel
Properties panel class, describing a specific element in the properties dialog.
| Constructor Summary | |
|---|---|
PropertiesPanel()
 | 
|
| Method Summary | |
|---|---|
 void | 
commitProperties()
Commits any property changes made within the panel.  | 
abstract  java.awt.Component | 
getComponent()
Gets the panel component which will be placed in the properties dialog.  | 
 boolean | 
isEditable()
Asks whether this panel allows the editing of property values.  | 
 void | 
stopWorkerThreads()
Stops panel population by temporary worker threads when the properties dialog exits early.  | 
 void | 
validateProperties()
Validates any property changes made within the panel, when the dialog is dismissed.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PropertiesPanel()
| Method Detail | 
|---|
public abstract java.awt.Component getComponent()
public boolean isEditable()
public void stopWorkerThreads()
public void validateProperties()
                        throws PropertiesVetoException
PropertiesVetoException - if the panel has an invalid property state.public void commitProperties()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||