Uses of Class
org.gvsig.andami.plugins.config.generate.Label
Packages that use Label
-
Uses of Label in org.gvsig.andami.plugins.config.generate
Methods in org.gvsig.andami.plugins.config.generate that return LabelModifier and TypeMethodDescriptionLabel[]LabelSet.getLabel()Method getLabelLabelSet.getLabel(int index) Method getLabelLabelSet.removeLabel(int index) Method removeLabelMethods in org.gvsig.andami.plugins.config.generate with parameters of type Label -
Uses of Label in org.gvsig.andami.ui.mdiFrame
Methods in org.gvsig.andami.ui.mdiFrame with parameters of type LabelModifier and TypeMethodDescriptionvoidNewStatusBar.setLabelSet(Label[] labels) Sets a label-set to be shown in the status bar.voidMainFrame.setStatusBarLabels(Class<?> clase, Label[] label) Sets the provided label-set as the labels associated with the provided class.voidMDIFrame.setStatusBarLabels(Class<?> clase, Label[] label) DOCUMENT ME!