Package de.loskutov.anyedit.ui.editor
Class EditorPropertyTester
- java.lang.Object
-
- org.eclipse.core.expressions.PropertyTester
-
- de.loskutov.anyedit.ui.editor.EditorPropertyTester
-
- All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester
public class EditorPropertyTester extends org.eclipse.core.expressions.PropertyTester
-
-
Constructor Summary
Constructors Constructor Description EditorPropertyTester()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.eclipse.jface.text.ITextViewer
getViewer(org.eclipse.ui.part.IPage page)
private static boolean
hasDocument(org.eclipse.ui.IWorkbenchPart part, java.lang.Object[] args, java.lang.Object expectedValue)
private static boolean
hasModifiableDocument(org.eclipse.ui.IWorkbenchPart part, java.lang.Object[] args, java.lang.Object expectedValue)
private static boolean
showOpenType(org.eclipse.ui.IWorkbenchPart receiver, java.lang.Object[] args, java.lang.Object expectedValue)
boolean
test(java.lang.Object receiver, java.lang.String property, java.lang.Object[] args, java.lang.Object expectedValue)
-
-
-
Method Detail
-
test
public boolean test(java.lang.Object receiver, java.lang.String property, java.lang.Object[] args, java.lang.Object expectedValue)
-
showOpenType
private static boolean showOpenType(org.eclipse.ui.IWorkbenchPart receiver, java.lang.Object[] args, java.lang.Object expectedValue)
-
hasModifiableDocument
private static boolean hasModifiableDocument(org.eclipse.ui.IWorkbenchPart part, java.lang.Object[] args, java.lang.Object expectedValue)
-
hasDocument
private static boolean hasDocument(org.eclipse.ui.IWorkbenchPart part, java.lang.Object[] args, java.lang.Object expectedValue)
-
getViewer
public static org.eclipse.jface.text.ITextViewer getViewer(org.eclipse.ui.part.IPage page)
-
-