@OpenApiAll
public interface ISpecificationComponent
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Method is called when the component is disposed.
|
javax.swing.JComponent |
getComponent()
Returns the GUI component.
|
void |
propertyChanged(Element element,
java.beans.PropertyChangeEvent event)
This method gets called when a property is of the element is changed.
|
void |
updateComponent()
Method is called when component should be updated.
|
javax.swing.JComponent getComponent()
void propertyChanged(Element element, java.beans.PropertyChangeEvent event)
element
- element which is represented by component.event
- a PropertyChangeEvent object describing the event source and the property that has changed.void updateComponent()
void dispose()