org.argouml.application.api
Interface PluggablePropertyPanel
- All Superinterfaces:
- ArgoModule, Pluggable
- All Known Implementing Classes:
- PropPanelModel, PropPanelSubsystem
- public interface PluggablePropertyPanel
- extends Pluggable
An interface which identifies an ArgoUML plug-in property panel.
Plug-ins are replacements or additions to standard Argo classes.
PluggablePropertyPanel should expect to be passed a
QuadrantPanel
as the first argument in the inContext call.
The plugin can use getQuadrant to determine which panel is requesting
plugins.
- Since:
- ARGO0.9.4
getClassForPanel
public java.lang.Class getClassForPanel()
- Returns the
Class
that the panel handles.
- Returns:
- the
Class
.
getPropertyPanel
public PropPanel getPropertyPanel()
- Returns an instance of the property panel.
- Returns:
- the
PropPanel
.