Package org.gvsig.andami.plugins
Interface HiddableExtension
- All Superinterfaces:
IExtension
- All Known Implementing Classes:
ExtensionDecorator
Extending andami's classical extension this interface will support hidding or
showing an extension on the fly.
-
Method Summary
Modifier and TypeMethodDescriptionintDetermines whether the extension will be visible or not, overriding the value defined by the extension itself.voidsetVisibility(int state) Sets the absolute visibility of this extension (overriding the value set at the MDIManager)Methods inherited from interface org.gvsig.andami.plugins.IExtension
execute, getStatus, getStatus, initialize, isEnabled, isVisible, postInitialize, terminate
-
Method Details
-
getVisibility
int getVisibility()Determines whether the extension will be visible or not, overriding the value defined by the extension itself.- Returns:
-
setVisibility
void setVisibility(int state) Sets the absolute visibility of this extension (overriding the value set at the MDIManager)- Parameters:
b-
-