Home
last modified time | relevance | path

Searched refs:persistLocation (Results 1 – 6 of 6) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/jmx/export/metadata/
H A DManagedResource.java44 private String persistLocation; field in ManagedResource
101 public void setPersistLocation(String persistLocation) { in setPersistLocation() argument
102 this.persistLocation = persistLocation; in setPersistLocation()
106 return this.persistLocation; in getPersistLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/
H A DPopupDialog.java161 setChecked(persistLocation && persistSize); in PersistBoundsAction()
167 persistLocation = persistSize; in run()
196 setChecked(persistLocation); in PersistLocationAction()
201 persistLocation = isChecked(); in run()
356 private boolean persistLocation = false; field in PopupDialog
471 boolean persistSize, boolean persistLocation, in PopupDialog() argument
553 this.persistLocation = persistLocation; in PopupDialog()
1071 return persistLocation && persistSize; in getPersistBounds()
1087 return persistLocation; in getPersistLocation()
1235 if (persistLocation) { in saveDialogBounds()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/jmx/export/annotation/
H A DManagedResource.java68 String persistLocation() default ""; in persistLocation() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/
H A DFullScreenHandler.java129 boolean persistLocation, boolean showDialogMenu, boolean showPersistActions, String titleText, in FullScreenInfoPopup() argument
131 …super(parent, shellStyle, takeFocusOnOpen, persistSize, persistLocation, showDialogMenu, showPersi… in FullScreenInfoPopup()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/jmx/export/annotation/
H A DAnnotationTestBean.java30 persistLocation = "./foo", persistName = "bar.jmx")
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/
H A Dmessages.properties132 PopupDialog.persistLocation = Remember &Location