Package org.gvsig.vcsgis.app
Class VCSGisDialogsHelper.VCSGisDialogInfo
java.lang.Object
org.gvsig.vcsgis.app.VCSGisDialogsHelper.VCSGisDialogInfo
- Enclosing class:
VCSGisDialogsHelper
-
Constructor Summary
ConstructorsConstructorDescriptionVCSGisDialogInfo(String name, VCSGisPanel thePanel, String title) VCSGisDialogInfo(String name, VCSGisPanel thePanel, String title, String header, String okLabel) -
Method Summary
-
Constructor Details
-
VCSGisDialogInfo
-
VCSGisDialogInfo
public VCSGisDialogInfo(String name, VCSGisPanel thePanel, String title, String header, String okLabel)
-
-
Method Details
-
setAction
-
getPanel
public org.gvsig.tools.swing.api.Component getPanel() -
isClosed
public boolean isClosed() -
getName
-
setAutoclose
public void setAutoclose(boolean autoclose) -
show
public void show() -
show
-