Uses of Class
org.eclipse.nebula.widgets.xviewer.util.XViewerException
-
Uses of XViewerException in org.eclipse.nebula.widgets.xviewer
Methods in org.eclipse.nebula.widgets.xviewer that throw XViewerException Modifier and Type Method Description org.eclipse.swt.graphics.ColorIXViewerValueColumn. getBackground(java.lang.Object element, XViewerColumn xCol, int columnIndex)org.eclipse.swt.graphics.ColorXViewerValueColumn. getBackground(java.lang.Object element, XViewerColumn xCol, int columnIndex)org.eclipse.swt.graphics.ImageIXViewerValueColumn. getColumnImage(java.lang.Object element, XViewerColumn column, int columnIndex)org.eclipse.swt.graphics.ImageXViewerValueColumn. getColumnImage(java.lang.Object element, XViewerColumn column, int columnIndex)java.lang.StringIXViewerValueColumn. getColumnText(java.lang.Object element, XViewerColumn column, int columnIndex)java.lang.StringXViewerValueColumn. getColumnText(java.lang.Object element, XViewerColumn column, int columnIndex)org.eclipse.swt.graphics.FontIXViewerValueColumn. getFont(java.lang.Object element, XViewerColumn viewerColumn, int columnIndex)org.eclipse.swt.graphics.FontXViewerValueColumn. getFont(java.lang.Object element, XViewerColumn viewerColumn, int columnIndex)org.eclipse.swt.graphics.ColorIXViewerValueColumn. getForeground(java.lang.Object element, XViewerColumn xCol, int columnIndex)org.eclipse.swt.graphics.ColorXViewerValueColumn. getForeground(java.lang.Object element, XViewerColumn xCol, int columnIndex)protected java.lang.StringXViewerHtmlReport. getHtml()Override to provide htmljava.lang.StringXViewerLoadingReport. getHtml()java.lang.StringXViewerTreeReport. getHtml()java.lang.StringXViewerTreeReport. getHtml(org.eclipse.swt.widgets.TreeItem[] items)org.eclipse.jface.viewers.StyledStringIXViewerValueColumn. getStyledText(java.lang.Object element, XViewerColumn viewerColumn, int columnIndex)org.eclipse.jface.viewers.StyledStringXViewerValueColumn. getStyledText(java.lang.Object element, XViewerColumn viewerColumn, int columnIndex) -
Uses of XViewerException in org.eclipse.nebula.widgets.xviewer.action
Methods in org.eclipse.nebula.widgets.xviewer.action that throw XViewerException Modifier and Type Method Description voidViewSelectedCellDataAction. run(org.eclipse.swt.widgets.TreeColumn treeCol, org.eclipse.swt.widgets.TreeItem treeItem, int columnNum) -
Uses of XViewerException in org.eclipse.nebula.widgets.xviewer.customize
Methods in org.eclipse.nebula.widgets.xviewer.customize that throw XViewerException Modifier and Type Method Description java.util.List<CustomizeData>FileStoreCustomizations. getSavedCustDatas()CustomizeDataFileStoreCustomizations. getUserDefaultCustData()CustomizeDataIXViewerCustomizations. getUserDefaultCustData()Return customization saved as defaultCustomizeDataXViewerCustomizations. getUserDefaultCustData()booleanCustomizeManager. isCustomizationUserDefault(CustomizeData custData)booleanFileStoreCustomizations. isCustomizationUserDefault(CustomizeData custData)booleanIXViewerCustomizations. isCustomizationUserDefault(CustomizeData custData)Return true if given customization is the defaultbooleanXViewerCustomizations. isCustomizationUserDefault(CustomizeData custData)voidFileStoreCustomizations. setUserDefaultCustData(CustomizeData newCustData, boolean set)voidXViewerCustomizations. setUserDefaultCustData(CustomizeData newCustData, boolean set)Constructors in org.eclipse.nebula.widgets.xviewer.customize that throw XViewerException Constructor Description CustomizeManager(XViewer xViewer, IXViewerFactory xViewerFactory) -
Uses of XViewerException in org.eclipse.nebula.widgets.xviewer.util.internal
Methods in org.eclipse.nebula.widgets.xviewer.util.internal that throw XViewerException Modifier and Type Method Description static java.lang.StringFileUtil. fileToString(java.io.File file)static java.lang.StringFileUtil. readFile(java.io.File file)Use the Lib method directly - the original implementation of this method was not memory efficient and suppressed exceptionsstatic java.lang.StringFileUtil. readFile(java.lang.String filename)Use the Lib method directly - the original implementation of this method was not memory efficient and suppressed exceptions