Searched defs:SetViewPosition (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java63 private static final class SetViewPosition implements Runnable class in class:LDIFViewEntryPanel
68 private SetViewPosition(JScrollPane scroll, Point p) method in class:LDIFViewEntryPanel.SetViewPosition
197 SwingUtilities.invokeLater(new SetViewPosition(readOnlyScroll, p1));
220 SwingUtilities.invokeLater(new SetViewPosition(editableScroll, p1));
240 SwingUtilities.invokeLater(new SetViewPosition(readOnlyScroll, p2));

Completed in 28 milliseconds