public interface PluginUI
| Modifier and Type | Method and Description |
|---|---|
JComponent |
getComponent()
Should return a reference of the plugin ui component.
|
String |
getId()
Getter for property id.
|
void |
hidden()
Callback Method.
|
void |
moved()
Callback Method.
|
void |
resized()
Callback Method.
|
void |
setVisible(boolean visible)
Callback Method, is called only once.
|
void |
shown()
Callback Method.
|
void shown()
This method call indicates that the plugin ui component was made visible. To recieve this event,
void hidden()
This method call indicates that the component was rendered invisible.
void resized()
This method call indicates that the plugin ui component's size changed.
void moved()
This method call indicates that the plugin ui component's position changed.
void setVisible(boolean visible)
This method call indicates that the plugin ui component was made visible for the first time.
visible - DOCUMENT ME!JComponent getComponent()
String getId()
Copyright © 2012–2026 cismet GmbH. All rights reserved.