Uses of Class
org.openjump.core.ui.swing.DetachableInternalFrame
-
Packages that use DetachableInternalFrame Package Description com.vividsolutions.jump.workbench.ui com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.openjump.core.rasterimage.styler org.openjump.sextante.gui.additionalResults -
-
Uses of DetachableInternalFrame in com.vividsolutions.jump.workbench.ui
Subclasses of DetachableInternalFrame in com.vividsolutions.jump.workbench.ui Modifier and Type Class Description class
InfoFrame
Provides proxied (non-spatial) views of a Layer.class
PrimaryInfoFrame
A TaskFrame can have several InfoFrames, but one PrimaryInfoFrame. -
Uses of DetachableInternalFrame in com.vividsolutions.jump.workbench.ui.plugin
Subclasses of DetachableInternalFrame in com.vividsolutions.jump.workbench.ui.plugin Modifier and Type Class Description static class
ViewAttributesPlugIn.ViewAttributesFrame
-
Uses of DetachableInternalFrame in org.openjump.core.rasterimage.styler
Methods in org.openjump.core.rasterimage.styler with parameters of type DetachableInternalFrame Modifier and Type Method Description protected JPanel
RasterLegendPlugIn. getOKSavePanel(DetachableInternalFrame frame)
-
Uses of DetachableInternalFrame in org.openjump.sextante.gui.additionalResults
Subclasses of DetachableInternalFrame in org.openjump.sextante.gui.additionalResults Modifier and Type Class Description class
AdditionalResultsFrame
Flexible generic frame for prompting the results in several objects.
-