Home
last modified time | relevance | path

Searched refs:IPresentationContext (Results 1 – 25 of 140) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/
H A DAsynchronousContentAdapter.java24 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
38 …public void retrieveChildren(final Object parent, final IPresentationContext context, final IChild… in retrieveChildren()
60 protected ISchedulingRule getRetrieveChildrenRule(Object parent, IPresentationContext context) { in getRetrieveChildrenRule()
66 …public void isContainer(final Object element, final IPresentationContext context, final IContainer… in isContainer()
88 protected ISchedulingRule getIsContainerRule(Object parent, IPresentationContext context) { in getIsContainerRule()
99 …protected void computeChildren(Object parent, IPresentationContext context, IChildrenRequestMonito… in computeChildren()
121 …protected void computeIsContainer(Object parent, IPresentationContext context, IContainerRequestMo… in computeIsContainer()
142 …protected abstract Object[] getChildren(Object parent, IPresentationContext context) throws CoreEx… in getChildren()
153 …protected abstract boolean hasChildren(Object element, IPresentationContext context) throws CoreEx… in hasChildren()
161 protected boolean supportsContext(IPresentationContext context) { in supportsContext()
H A DAsynchronousLabelAdapter.java24 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
41 …public void retrieveLabel(final Object element, final IPresentationContext context, final ILabelRe… in retrieveLabel()
72 protected ISchedulingRule getLabelRule(Object element, IPresentationContext context) { in getLabelRule()
95 …protected void computeLabels(Object element, IPresentationContext context, ILabelRequestMonitor mo… in computeLabels()
130 …protected abstract String[] getLabels(Object element, IPresentationContext context) throws CoreExc… in getLabels()
141 …protected abstract ImageDescriptor[] getImageDescriptors(Object element, IPresentationContext cont… in getImageDescriptors()
152 …protected abstract FontData[] getFontDatas(Object element, IPresentationContext context) throws Co… in getFontDatas()
163 …protected abstract RGB[] getForegrounds(Object element, IPresentationContext context) throws CoreE… in getForegrounds()
174 …protected abstract RGB[] getBackgrounds(Object element, IPresentationContext context) throws CoreE… in getBackgrounds()
H A DAbstractColumnPresentation.java17 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
29 private IPresentationContext fContext;
37 public void init(IPresentationContext context) { in init()
56 protected IPresentationContext getPresentationContext() { in getPresentationContext()
H A DIAsynchronousContentAdapter.java16 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
37 void retrieveChildren(Object parent, IPresentationContext context, IChildrenRequestMonitor result); in retrieveChildren()
49 void isContainer(Object element, IPresentationContext context, IContainerRequestMonitor result); in isContainer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/
H A DVariableLabelProvider.java21 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
37 …protected RGB getBackground(TreePath elementPath, IPresentationContext presentationContext, String… in getBackground()
51 …protected RGB getForeground(TreePath elementPath, IPresentationContext presentationContext, String… in getForeground()
65 …protected ImageDescriptor getImageDescriptor(TreePath elementPath, IPresentationContext presentati… in getImageDescriptor()
73 …protected FontData getFontData(TreePath elementPath, IPresentationContext presentationContext, Str… in getFontData()
78 …protected String getLabel(TreePath elementPath, IPresentationContext context, String columnId) thr… in getLabel()
98 …protected String getColumnText(IVariable variable, IValue value, IPresentationContext context, Str… in getColumnText()
119 …protected String getVariableName(IVariable variable, IPresentationContext context) throws CoreExce… in getVariableName()
131 …protected String getVariableTypeName(IVariable variable, IPresentationContext context) throws Core… in getVariableTypeName()
144 …protected String getValueTypeName(IVariable variable, IValue value, IPresentationContext context) … in getValueTypeName()
[all …]
H A DElementLabelProvider.java29 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
189 IPresentationContext presentationContext = update.getPresentationContext(); in retrieveLabel()
222 …protected FontData getFontData(TreePath elementPath, IPresentationContext presentationContext, Str… in getFontData()
234 …protected RGB getForeground(TreePath elementPath, IPresentationContext presentationContext, String… in getForeground()
246 …protected RGB getBackground(TreePath elementPath, IPresentationContext presentationContext, String… in getBackground()
258 …protected ImageDescriptor getImageDescriptor(TreePath elementPath, IPresentationContext presentati… in getImageDescriptor()
273 …protected ImageDescriptor getImageDescriptor(TreePath elementPath, IPresentationContext presentati… in getImageDescriptor()
284 …protected abstract String getLabel(TreePath elementPath, IPresentationContext presentationContext,… in getLabel()
296 …protected String getLabel(TreePath elementPath, IPresentationContext presentationContext, String c… in getLabel()
311 …protected boolean getChecked(TreePath path, IPresentationContext presentationContext) throws CoreE… in getChecked()
[all …]
H A DDebugElementLabelProvider.java19 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
35 …protected String getLabel(TreePath elementPath, IPresentationContext presentationContext, String c… in getLabel()
45 …protected RGB getBackground(TreePath elementPath, IPresentationContext presentationContext, String… in getBackground()
55 …protected FontData getFontData(TreePath elementPath, IPresentationContext presentationContext, Str… in getFontData()
66 …protected RGB getForeground(TreePath elementPath, IPresentationContext presentationContext, String… in getForeground()
76 …protected ImageDescriptor getImageDescriptor(TreePath elementPath, IPresentationContext presentati… in getImageDescriptor()
92 …protected IDebugModelPresentation getModelPresentation(IPresentationContext context, String modelI… in getModelPresentation()
107 IPresentationContext context = update.getPresentationContext(); in requiresUIJob()
H A DDebugElementMementoProvider.java17 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
30 …protected boolean encodeElement(Object element, IMemento memento, IPresentationContext context) th… in encodeElement()
40 …protected boolean isEqual(Object element, IMemento memento, IPresentationContext context) throws C… in isEqual()
57 protected boolean supportsContext(IPresentationContext context) { in supportsContext()
80 …protected abstract String getElementName(Object element, IPresentationContext context) throws Core… in getElementName()
H A DVariableContentProvider.java29 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
48 …protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) t… in getChildCount()
53 …protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context,… in getChildren()
58 …protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor)… in hasChildren()
74 …protected Object[] getAllChildren(Object parent, IPresentationContext context) throws CoreExceptio… in getAllChildren()
90 protected boolean isShowLogicalStructure(IPresentationContext context) { in isShowLogicalStructure()
114 protected IValue getLogicalValue(IValue value, IPresentationContext context) throws CoreException { in getLogicalValue()
129 …protected Object[] getValueChildren(IDebugElement parent, IValue value, IPresentationContext conte… in getValueChildren()
210 … getLogicalValue(IValue value, List<String> previousStructureIds, IPresentationContext context) th… in getLogicalValue()
H A DExpressionLabelProvider.java24 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
35 …protected RGB getForeground(TreePath elementPath, IPresentationContext presentationContext, String… in getForeground()
49 protected String getLabel(TreePath elementPath, IPresentationContext context, String columnId) thro… in getLabel()
71 …private String getColumnText(IExpression expression, IValue value, IPresentationContext context, S… in getColumnText()
95 …protected String getExpressionName(IExpression expression, IPresentationContext context) throws Co… in getExpressionName()
110 private String getWatchExpressionName(IWatchExpression expression, IPresentationContext context) { in getWatchExpressionName()
143 …protected String getExpressionValueText(IExpression expression, IValue value, IPresentationContext in getExpressionValueText()
H A DBreakpointContainerLabelProvider.java23 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
38 …protected ImageDescriptor getImageDescriptor(TreePath elementPath, IPresentationContext presentati… in getImageDescriptor()
51 …public boolean getChecked(TreePath path, IPresentationContext presentationContext) throws CoreExce… in getChecked()
68 …public boolean getGrayed(TreePath path, IPresentationContext presentationContext) throws CoreExcep… in getGrayed()
98 …protected FontData getFontData(TreePath elementPath, IPresentationContext presentationContext, Str… in getFontData()
113 …protected RGB getForeground(TreePath elementPath, IPresentationContext presentationContext, String… in getForeground()
128 …protected RGB getBackground(TreePath elementPath, IPresentationContext presentationContext, String… in getBackground()
H A DStackFrameContentProvider.java18 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
28 …protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) t… in getChildCount()
33 …protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context,… in getChildren()
45 …protected Object[] getAllChildren(Object parent, IPresentationContext context, IViewerUpdate monit… in getAllChildren()
66 …protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor)… in hasChildren()
H A DElementContentProvider.java26 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
96 IPresentationContext context = update.getPresentationContext(); in retrieveChildren()
124 IPresentationContext context = update.getPresentationContext(); in retrieveChildCount()
151 …protected abstract Object[] getChildren(Object parent, int index, int length, IPresentationContext in getChildren()
161 …protected abstract int getChildCount(Object element, IPresentationContext context, IViewerUpdate m… in getChildCount()
169 protected boolean supportsContext(IPresentationContext context) { in supportsContext()
230 IPresentationContext context = update.getPresentationContext(); in updateHasChildren()
256 …protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor)… in hasChildren()
H A DDebugTargetContentProvider.java20 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
30 …protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) t… in getChildCount()
49 …protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context,… in getChildren()
54 …protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor)… in hasChildren()
76 …protected Object[] getAllChildren(Object parent, IPresentationContext context, IViewerUpdate monit… in getAllChildren()
H A DLaunchContentProvider.java18 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
28 …protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) t… in getChildCount()
38 …protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context,… in getChildren()
43 …protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor)… in hasChildren()
H A DThreadContentProvider.java18 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
28 …protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) t… in getChildCount()
38 …protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context,… in getChildren()
43 …protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor)… in hasChildren()
H A DRegisterGroupContentProvider.java18 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
30 …protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) t… in getChildCount()
35 …protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context,… in getChildren()
40 …protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor)… in hasChildren()
H A DBreakpointLabelProvider.java20 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
32 …protected String getLabel(TreePath elementPath, IPresentationContext presentationContext, String c… in getLabel()
41 …protected ImageDescriptor getImageDescriptor(TreePath elementPath, IPresentationContext presentati… in getImageDescriptor()
50 …public boolean getChecked(TreePath path, IPresentationContext presentationContext) throws CoreExce… in getChecked()
H A DMemoryRetrievalContentProvider.java19 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
26 protected int getChildCount(Object element, IPresentationContext context, in getChildCount()
33 IPresentationContext context, IViewerUpdate monitor) in getChildren()
48 …protected Object[] getAllChildren(Object parent, IPresentationContext context, IViewerUpdate monit… in getAllChildren()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/elements/adapters/
H A DDefaultBreakpointsViewInput.java17 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
30 final private IPresentationContext fContext;
37 public DefaultBreakpointsViewInput(IPresentationContext context) { in DefaultBreakpointsViewInput()
46 public IPresentationContext getContext() { in getContext()
63 IPresentationContext context = ((DefaultBreakpointsViewInput) arg0).getContext(); in equals()
H A DAsynchronousDebugLabelAdapter.java25 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
43 …protected void computeLabels(Object element, IPresentationContext context, ILabelRequestMonitor mo… in computeLabels()
71 protected String[] getLabels(Object element, IPresentationContext context) throws CoreException { in getLabels()
76 …protected ImageDescriptor[] getImageDescriptors(Object element, IPresentationContext context) thro… in getImageDescriptors()
81 …protected FontData[] getFontDatas(Object element, IPresentationContext context) throws CoreExcepti… in getFontDatas()
88 protected RGB[] getForegrounds(Object element, IPresentationContext context) throws CoreException { in getForegrounds()
95 protected RGB[] getBackgrounds(Object element, IPresentationContext context) throws CoreException { in getBackgrounds()
108 protected int getNumElements(IPresentationContext context) { in getNumElements()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/variables/
H A DJavaVariableColumnPresentationFactory.java19 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
33 public IColumnPresentation createColumnPresentation(IPresentationContext context, Object element) { in createColumnPresentation()
44 public String getColumnPresentationId(IPresentationContext context, Object element) { in getColumnPresentationId()
51 private boolean isApplicable(IPresentationContext context, Object element) { in isApplicable()
H A DJavaExpressionContentProvider.java20 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
43 …protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context,… in getChildren()
61 …protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) t… in getChildCount()
76 …protected boolean hasChildren(Object element, IPresentationContext context, IViewerUpdate monitor)… in hasChildren()
87 …protected Object[] getAllChildren(Object parent, IPresentationContext context) throws CoreExceptio… in getAllChildren()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/
H A DMementoUpdate.java17 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
27 private IPresentationContext fContext;
44 …public MementoUpdate(TreeModelContentProvider provider, Object viewerInput, IPresentationContext c… in MementoUpdate()
54 public IPresentationContext getPresentationContext() { in getPresentationContext()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/
H A DIModelSelectionPolicy.java46 boolean contains(ISelection selection, IPresentationContext context); in contains()
58 boolean overrides(ISelection existing, ISelection candidate, IPresentationContext context); in overrides()
68 boolean isSticky(ISelection selection, IPresentationContext context); in isSticky()

123456