|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.ddl.GenericDDLWarningComponent
ca.sqlpower.architect.ddl.ObjectPropertyModificationDDLComponent
public class ObjectPropertyModificationDDLComponent
An instance of this class displays the warning message associated with an object's property, and allows user to actively modify the value of the property to avoid possible SQL failures.
By default, if not specified by the warning. An instance would modify the name of the object.
| Constructor Summary | |
|---|---|
ObjectPropertyModificationDDLComponent(DDLWarning warning)
|
|
| Method Summary | |
|---|---|
void |
applyChanges()
Do something - apply the user's changes |
java.lang.Runnable |
getChangeApplicator()
Return the Runnable that will apply the changes. |
javax.swing.JComponent |
getComponent()
Return the associated visual component |
DDLWarning |
getWarning()
Return the DDLWarning object |
| Methods inherited from class ca.sqlpower.architect.ddl.GenericDDLWarningComponent |
|---|
getQuickFixButton |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectPropertyModificationDDLComponent(DDLWarning warning)
| Method Detail |
|---|
public void applyChanges()
DDLWarningComponent
public java.lang.Runnable getChangeApplicator()
DDLWarningComponent
public javax.swing.JComponent getComponent()
DDLWarningComponent
public DDLWarning getWarning()
DDLWarningComponent
getWarning in interface DDLWarningComponentgetWarning in class GenericDDLWarningComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||