Package org.gvsig.andami.ui.mdiManager
Interface IWindowTransform
public interface IWindowTransform
Interface to transform a standard view to a view palette.
- Author:
- Vicente Caballero Navarro
-
Method Summary
-
Method Details
-
toPalette
void toPalette()Transform to view palette. -
restore
void restore()Restore to standard view -
isPalette
boolean isPalette()Returns if the view is palette type or standard- Returns:
- boolean
-