Home
last modified time | relevance | path

Searched refs:getPersistLocation (Results 1 – 5 of 5) 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.java105 public String getPersistLocation() { in getPersistLocation() method in ManagedResource
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/jmx/export/assembler/
H A DMetadataMBeanInfoAssembler.java325 if (StringUtils.hasLength(mr.getPersistLocation())) { in populateMBeanDescriptor()
326 desc.setField(FIELD_PERSIST_LOCATION, mr.getPersistLocation()); in populateMBeanDescriptor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/
H A DQuickOutlinePopupDialog.java295 …if (((getPersistLocation() == false) && getPersistSize() == false) || (getDialogSettings() == null… in setLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/
H A DAbstractInformationControl.java725 if (!getPersistLocation() || getDialogSettings() == null) in setLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/
H A DPopupDialog.java1086 protected boolean getPersistLocation() { in getPersistLocation() method in PopupDialog