|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Class in com.intel.bluetooth |
---|
Fields in com.intel.bluetooth declared as Class | |
---|---|
Class |
BluetoothStack.LibraryInformation.stackClass
Class ClassLoader of which to use for loading library as resource. |
Methods in com.intel.bluetooth with parameters of type Class | |
---|---|
void |
BluetoothStack.enableNativeDebug(Class nativeDebugCallback,
boolean on)
|
Uses of Class in de.cau.cs.kieler.core.alg |
---|
Constructors in de.cau.cs.kieler.core.alg with parameters of type Class | |
---|---|
DefaultFactory(Class<? extends T> theclazz)
Creates an instance factory for the given class. |
Uses of Class in de.cau.cs.kieler.core.annotations.text |
---|
Methods in de.cau.cs.kieler.core.annotations.text that return Class | |
---|---|
Class<? extends org.eclipse.xtext.conversion.IValueConverterService> |
AnnotationsRuntimeModule.bindIValueConverterService()
|
Uses of Class in de.cau.cs.kieler.core.annotations.text.ui |
---|
Methods in de.cau.cs.kieler.core.annotations.text.ui that return Class | |
---|---|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration> |
AnnotationsUiModule.bindIHighlightingConfiguration()
|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> |
AnnotationsUiModule.bindISemanticHighlightingCalculator()
|
Uses of Class in de.cau.cs.kieler.core.kexpressions |
---|
Methods in de.cau.cs.kieler.core.kexpressions that return Class | |
---|---|
Class<? extends org.eclipse.xtext.conversion.IValueConverterService> |
KExpressionsRuntimeModule.bindIValueConverterService()
|
Uses of Class in de.cau.cs.kieler.core.kexpressions.impl |
---|
Methods in de.cau.cs.kieler.core.kexpressions.impl with parameters of type Class | |
---|---|
int |
TextExpressionImpl.eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
|
int |
TextExpressionImpl.eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
|
Uses of Class in de.cau.cs.kieler.core.kgraph |
---|
Methods in de.cau.cs.kieler.core.kgraph with parameters of type Class | ||
---|---|---|
|
KGraphElement.getData(Class<T> type)
Returns the first data instance that matches the given class. |
Uses of Class in de.cau.cs.kieler.core.kgraph.impl |
---|
Methods in de.cau.cs.kieler.core.kgraph.impl with parameters of type Class | ||
---|---|---|
|
KGraphElementImpl.getData(Class<T> type)
Returns the first data instance that matches the given class. |
Uses of Class in de.cau.cs.kieler.core.kivi |
---|
Methods in de.cau.cs.kieler.core.kivi that return Class | |
---|---|
Class<? extends ICombination> |
CombinationDescriptor.getClazz()
Get the class. |
Class<?> |
AbstractTriggerState.getKeyClass()
Get the class for identifying the type of trigger state. |
Class<?> |
ITriggerState.getKeyClass()
Get the class for identifying the type of trigger state. |
Class<? extends ITrigger> |
ITriggerState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Class<? extends ITriggerState>[] |
AbstractCombination.getTriggerStates()
Get the array of trigger state classes this combination listens to. |
Class<? extends ITriggerState>[] |
ITriggerListener.getTriggerStates()
Get the array of trigger state classes this combination listens to. |
Class<T> |
CombinationParameter.getType()
Get the type of this parameter. |
Methods in de.cau.cs.kieler.core.kivi with parameters of type Class | |
---|---|
static CombinationParameter<?>[] |
CombinationParameter.getParameters(Class<? extends ICombination> combination)
Retrieve the combination parameters from a combination class. |
ITriggerState |
KiVi.getTriggerState(Class<?> clazz)
Get the current trigger state of the given class. |
boolean |
KiVi.isCombinationClassActive(Class<?> clazz)
Check whether any combination of the given class is active. |
Constructors in de.cau.cs.kieler.core.kivi with parameters of type Class | |
---|---|
CombinationDescriptor(String n,
String d,
Class<? extends ICombination> c)
Create a new descriptor. |
|
CombinationParameter(String k,
IPreferenceStore store,
String n,
String d,
Class<T> clazz)
Create a new combination parameter without a default value. |
Uses of Class in de.cau.cs.kieler.core.kivi.menu |
---|
Methods in de.cau.cs.kieler.core.kivi.menu that return Class | |
---|---|
Class<? extends ITrigger> |
ButtonTrigger.ButtonState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Uses of Class in de.cau.cs.kieler.core.kivi.test |
---|
Methods in de.cau.cs.kieler.core.kivi.test that return Class | |
---|---|
Class<? extends ITrigger> |
TestTriggerA.AState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Class<? extends ITrigger> |
TestTriggerB.BState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Class<? extends ITrigger> |
TestTriggerSpammer.SpamState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Class<? extends ITrigger> |
TestTriggerSpammerSynchronized.SynchronizedSpamState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Uses of Class in de.cau.cs.kieler.core.kivi.triggers |
---|
Methods in de.cau.cs.kieler.core.kivi.triggers that return Class | |
---|---|
Class<?> |
EffectTrigger.EffectTriggerState.getKeyClass()
|
Class<? extends ITrigger> |
EffectTrigger.EffectTriggerState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Uses of Class in de.cau.cs.kieler.core.model.gmf.triggers |
---|
Methods in de.cau.cs.kieler.core.model.gmf.triggers that return Class | |
---|---|
Class<? extends ITrigger> |
ModelChangeTrigger.ActiveEditorState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Uses of Class in de.cau.cs.kieler.core.model.triggers |
---|
Methods in de.cau.cs.kieler.core.model.triggers that return Class | |
---|---|
Class<? extends ITrigger> |
DiagramTrigger.DiagramState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Class<? extends ITrigger> |
PartTrigger.PartState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Class<? extends ITrigger> |
ReInitDiagramTriggerState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Uses of Class in de.cau.cs.kieler.core.model.xtext.triggers |
---|
Methods in de.cau.cs.kieler.core.model.xtext.triggers that return Class | |
---|---|
Class<? extends ITrigger> |
XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Uses of Class in de.cau.cs.kieler.core.properties |
---|
Methods in de.cau.cs.kieler.core.properties with parameters of type Class | ||
---|---|---|
|
MapPropertyHolder.getProperty(Class<T> clazz)
Retrieves a property value for a given class. |
Uses of Class in de.cau.cs.kieler.kaom.diagram.part |
---|
Methods in de.cau.cs.kieler.kaom.diagram.part that return Class | |
---|---|
protected Class |
KaomDiagramActionBarContributor.getEditorClass()
|
Methods in de.cau.cs.kieler.kaom.diagram.part with parameters of type Class | |
---|---|
Object |
KaomDiagramEditor.getAdapter(Class type)
|
Uses of Class in de.cau.cs.kieler.kaom.impl |
---|
Methods in de.cau.cs.kieler.kaom.impl with parameters of type Class | |
---|---|
int |
EntityImpl.eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
|
int |
PortImpl.eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
|
int |
RelationImpl.eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
|
int |
EntityImpl.eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
|
int |
PortImpl.eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
|
int |
RelationImpl.eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
|
Uses of Class in de.cau.cs.kieler.kaom.text |
---|
Methods in de.cau.cs.kieler.kaom.text that return Class | |
---|---|
Class<? extends org.eclipse.xtext.linking.ILinker> |
KaomRuntimeModule.bindILinker()
|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITransientValueService> |
KaomRuntimeModule.bindITransientValueService()
|
Class<? extends org.eclipse.xtext.conversion.IValueConverterService> |
KaomRuntimeModule.bindIValueConverterService()
|
Uses of Class in de.cau.cs.kieler.kaom.text.ui |
---|
Methods in de.cau.cs.kieler.kaom.text.ui that return Class | |
---|---|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration> |
KaomUiModule.bindIHighlightingConfiguration()
|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> |
KaomUiModule.bindISemanticHighlightingCalculator()
|
Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> |
KaomUiModule.bindIXtextEditorCallback()
|
Uses of Class in de.cau.cs.kieler.keg.diagram.part |
---|
Methods in de.cau.cs.kieler.keg.diagram.part that return Class | |
---|---|
protected Class |
GraphsDiagramActionBarContributor.getEditorClass()
|
Methods in de.cau.cs.kieler.keg.diagram.part with parameters of type Class | |
---|---|
Object |
GraphsDiagramEditor.getAdapter(Class type)
|
Uses of Class in de.cau.cs.kieler.keg.ksbase.copypaste |
---|
Methods in de.cau.cs.kieler.keg.ksbase.copypaste that return Class | |
---|---|
protected Class<?>[] |
KEGCutCopyPasteCommandFactory.getTypes()
Get a list of all types that can be copied or pasted. |
Uses of Class in de.cau.cs.kieler.kies |
---|
Methods in de.cau.cs.kieler.kies that return Class | |
---|---|
Class<? extends org.eclipse.xtext.conversion.IValueConverterService> |
EsterelRuntimeModule.bindIValueConverterService()
|
Uses of Class in de.cau.cs.kieler.kies.ui |
---|
Methods in de.cau.cs.kieler.kies.ui that return Class | |
---|---|
Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> |
EsterelUiModule.bindIXtextEditorCallback()
|
Uses of Class in de.cau.cs.kieler.kiml |
---|
Methods in de.cau.cs.kieler.kiml that return Class | |
---|---|
Class<?> |
LayoutOptionData.getOptionClass()
Returns the option type class. |
Methods in de.cau.cs.kieler.kiml with parameters of type Class | |
---|---|
void |
LayoutOptionData.setOptionClass(Class<?> theclazz)
Sets the option type class. |
Uses of Class in de.cau.cs.kieler.kiml.service |
---|
Methods in de.cau.cs.kieler.kiml.service that return Class | |
---|---|
protected Class<?> |
ExtensionLayoutDataService.loadClass(IConfigurationElement element)
Load a class from a configuration element. |
Uses of Class in de.cau.cs.kieler.ksbase.ui.kivi |
---|
Methods in de.cau.cs.kieler.ksbase.ui.kivi that return Class | |
---|---|
Class<? extends ITrigger> |
KSBasETrigger.KSBasEState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Uses of Class in de.cau.cs.kieler.ksbase.ui.utils |
---|
Methods in de.cau.cs.kieler.ksbase.ui.utils that return Class | |
---|---|
protected abstract Class<?>[] |
AbstractCutCopyPasteCommandFactory.getTypes()
Get a list of all types that can be copied or pasted. |
Uses of Class in de.cau.cs.kieler.kwebs.util |
---|
Methods in de.cau.cs.kieler.kwebs.util with parameters of type Class | ||
---|---|---|
static
|
Graphs.getAllElementsOfType(KNode graph,
Class<T> type)
Returns a list containing all the elements from a given graph which are of the specified type or sub classes of it. |
|
static
|
Graphs.getAllElementsOfType(KNode graph,
Class<T> type,
boolean maySubclass)
Returns a list containing all the elements from a given graph which are of the specified type or sub classes of it. |
Uses of Class in de.cau.cs.kieler.s |
---|
Methods in de.cau.cs.kieler.s that return Class | |
---|---|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITransientValueService> |
SRuntimeModule.bindITransientValueService()
|
Uses of Class in de.cau.cs.kieler.sim.kivi |
---|
Methods in de.cau.cs.kieler.sim.kivi that return Class | |
---|---|
Class<? extends ITrigger> |
StateActivityTrigger.ActiveStates.getTriggerClass()
Get the trigger class associated with this trigger state. |
Class<? extends ITrigger> |
StateMachineSimulationTrigger.StateMachineSimulationState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Uses of Class in de.cau.cs.kieler.synccharts.diagram.custom.commands |
---|
Methods in de.cau.cs.kieler.synccharts.diagram.custom.commands that return Class | |
---|---|
protected Class<?>[] |
SyncchartsCutCopyPasteCommandFactory.getTypes()
|
Uses of Class in de.cau.cs.kieler.synccharts.diagram.part |
---|
Methods in de.cau.cs.kieler.synccharts.diagram.part that return Class | |
---|---|
protected Class |
SyncchartsDiagramActionBarContributor.getEditorClass()
|
Methods in de.cau.cs.kieler.synccharts.diagram.part with parameters of type Class | |
---|---|
Object |
SyncchartsDiagramEditor.getAdapter(Class type)
|
Uses of Class in de.cau.cs.kieler.synccharts.kivi |
---|
Methods in de.cau.cs.kieler.synccharts.kivi that return Class | |
---|---|
Class<? extends ITrigger> |
SignalFlowTrigger.SignalFlowActiveState.getTriggerClass()
Get the trigger class associated with this trigger state. |
Uses of Class in de.cau.cs.kieler.synccharts.presentation |
---|
Methods in de.cau.cs.kieler.synccharts.presentation with parameters of type Class | |
---|---|
Object |
SyncchartsEditor.getAdapter(Class key)
This is how the framework determines which interfaces we implement. |
Uses of Class in de.cau.cs.kieler.synccharts.synchronizer.merge |
---|
Methods in de.cau.cs.kieler.synccharts.synchronizer.merge that return types with arguments of type Class | |
---|---|
Map<Class<? extends org.eclipse.emf.compare.diff.metamodel.DiffElement>,Class<? extends org.eclipse.emf.compare.diff.merge.IMerger>> |
KitsMergerProvider.getMergers()
|
Map<Class<? extends org.eclipse.emf.compare.diff.metamodel.DiffElement>,Class<? extends org.eclipse.emf.compare.diff.merge.IMerger>> |
KitsMergerProvider.getMergers()
|
Uses of Class in de.cau.cs.kieler.synccharts.text.actions |
---|
Methods in de.cau.cs.kieler.synccharts.text.actions that return Class | |
---|---|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITransientValueService> |
ActionsRuntimeModule.bindITransientValueService()
|
Class<? extends org.eclipse.xtext.conversion.IValueConverterService> |
ActionsRuntimeModule.bindIValueConverterService()
|
Class<? extends org.eclipse.xtext.resource.XtextResource> |
ActionsRuntimeModule.bindXtextResource()
|
Uses of Class in de.cau.cs.kieler.synccharts.text.actions.ui |
---|
Methods in de.cau.cs.kieler.synccharts.text.actions.ui that return Class | |
---|---|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapper> |
ActionsUiModule.bindAbstractAntlrTokenToAttributeIdMapper()
|
Class<? extends org.eclipse.xtext.validation.IDiagnosticConverter> |
ActionsUiModule.bindIDiagnosticConverter()
|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration> |
ActionsUiModule.bindIHighlightingConfiguration()
|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> |
ActionsUiModule.bindISemanticHighlightingCalculator()
|
Uses of Class in de.cau.cs.kieler.synccharts.text.expressions.bridge.test |
---|
Methods in de.cau.cs.kieler.synccharts.text.expressions.bridge.test that return Class | |
---|---|
Class<? extends org.eclipse.xtext.scoping.IScopeProvider> |
ExpressionsRuntimeModule.bindIScopeProvider()
|
Uses of Class in de.cau.cs.kieler.synccharts.text.kits |
---|
Methods in de.cau.cs.kieler.synccharts.text.kits that return Class | |
---|---|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITokenSerializer.IEnumLiteralSerializer> |
KitsRuntimeModule.bindIEnumLiteralSerializer()
|
Class<? extends org.eclipse.xtext.formatting.IIndentationInformation> |
KitsRuntimeModule.bindIIndentationInformation()
|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITokenSerializer.IKeywordSerializer> |
KitsRuntimeModule.bindIKeywordSerializer()
|
Class<? extends org.eclipse.xtext.linking.ILinker> |
KitsRuntimeModule.bindILinker()
|
Class<? extends org.eclipse.xtext.scoping.IScopeProvider> |
KitsEmbeddedRuntimeModule.bindIScopeProvider()
|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITransientValueService> |
KitsRuntimeModule.bindITransientValueService()
|
Class<? extends org.eclipse.xtext.conversion.IValueConverterService> |
KitsRuntimeModule.bindIValueConverterService()
|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITokenSerializer.IValueSerializer> |
KitsRuntimeModule.bindIValueSerializer()
|
Class<? extends org.eclipse.xtext.resource.XtextResource> |
KitsRuntimeModule.bindXtextResource()
|
Uses of Class in de.cau.cs.kieler.synccharts.text.kits.ui |
---|
Methods in de.cau.cs.kieler.synccharts.text.kits.ui that return Class | |
---|---|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapper> |
KitsUiModule.bindAbstractAntlrTokenToAttributeIdMapper()
|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapper> |
KitsUiModule2.bindAbstractAntlrTokenToAttributeIdMapper()
|
Class<? extends org.eclipse.xtext.validation.IDiagnosticConverter> |
KitsEmbeddedUIModule.bindIDiagnosticConverter()
|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration> |
KitsUiModule.bindIHighlightingConfiguration()
|
Class<? extends org.eclipse.xtext.formatting.IIndentationInformation> |
KitsUiModule.bindIIndentationInformation()
|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> |
KitsUiModule.bindISemanticHighlightingCalculator()
|
Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> |
KitsUiModule.bindIXtextEditorCallback()
|
Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> |
KitsUiModule2.bindIXtextEditorCallback()
|
Uses of Class in de.cau.cs.kieler.synccharts.text.kitsState |
---|
Methods in de.cau.cs.kieler.synccharts.text.kitsState that return Class | |
---|---|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITokenSerializer.IEnumLiteralSerializer> |
KitsStateRuntimeModule.bindIEnumLiteralSerializer()
|
Class<? extends org.eclipse.xtext.formatting.IIndentationInformation> |
KitsStateRuntimeModule.bindIIndentationInformation()
|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITokenSerializer.IKeywordSerializer> |
KitsStateRuntimeModule.bindIKeywordSerializer()
|
Class<? extends org.eclipse.xtext.linking.ILinker> |
KitsStateRuntimeModule.bindILinker()
|
Class<? extends org.eclipse.xtext.scoping.IScopeProvider> |
KitsStateRuntimeModule.bindIScopeProvider()
|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITransientValueService> |
KitsStateRuntimeModule.bindITransientValueService()
|
Class<? extends org.eclipse.xtext.conversion.IValueConverterService> |
KitsStateRuntimeModule.bindIValueConverterService()
|
Class<? extends org.eclipse.xtext.parsetree.reconstr.ITokenSerializer.IValueSerializer> |
KitsStateRuntimeModule.bindIValueSerializer()
|
Class<? extends org.eclipse.xtext.resource.XtextResource> |
KitsStateRuntimeModule.bindXtextResource()
|
Uses of Class in de.cau.cs.kieler.synccharts.text.kitsState.ui |
---|
Methods in de.cau.cs.kieler.synccharts.text.kitsState.ui that return Class | |
---|---|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapper> |
KitsStateUiModule.bindAbstractAntlrTokenToAttributeIdMapper()
|
Class<? extends org.eclipse.xtext.validation.IDiagnosticConverter> |
KitsStateUiModule.bindIDiagnosticConverter()
|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration> |
KitsStateUiModule.bindIHighlightingConfiguration()
|
Class<? extends org.eclipse.xtext.formatting.IIndentationInformation> |
KitsStateUiModule.bindIIndentationInformation()
|
Class<? extends org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator> |
KitsStateUiModule.bindISemanticHighlightingCalculator()
|
Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> |
KitsStateUiModule.bindIXtextEditorCallback()
|
Uses of Class in de.tu_berlin.cs.tfs.muvitorkit.gef.editparts |
---|
Methods in de.tu_berlin.cs.tfs.muvitorkit.gef.editparts with parameters of type Class | |
---|---|
Object |
AdapterConnectionEditPart.getAdapter(Class key)
Subclasses may override but must call super implementation! |
Object |
AdapterGraphicalEditPart.getAdapter(Class key)
Subclasses may override but must call super implementation! |
Object |
AdapterTreeEditPart.getAdapter(Class key)
Subclasses may override but must call super implementation! |
Uses of Class in de.tu_berlin.cs.tfs.muvitorkit.gef.palette |
---|
Methods in de.tu_berlin.cs.tfs.muvitorkit.gef.palette with parameters of type Class | |
---|---|
protected ToolEntry |
MuvitorPaletteRoot.addToolEntry(PaletteGroup group,
String label,
String description,
CreationFactory factory,
ImageDescriptor iconSmall,
ImageDescriptor iconLarge,
Class<? extends TargetingTool> creationToolClass)
A convenience method for simply creating tool entries to a palette group. |
Uses of Class in de.tu_berlin.cs.tfs.muvitorkit.ui |
---|
Methods in de.tu_berlin.cs.tfs.muvitorkit.ui with parameters of type Class | |
---|---|
Object |
MuvitorPage.getAdapter(Class clazz)
Extended to provide MuvitorPage.zoomManagerDelegate as ZoomManager . |
Object |
MuvitorTreeEditor.getAdapter(Class type)
IMPORTANT certain requests, such as the property sheet, may be made before or after MuvitorTreeEditor.createPartControl(Composite) is called. |
Uses of Class in java.lang |
---|
Fields in java.lang declared as Class | |
---|---|
static Class<?> |
Boolean.TYPE
|
static Class<?> |
Byte.TYPE
|
static Class<?> |
Character.TYPE
|
static Class<?> |
Double.TYPE
|
static Class<?> |
Float.TYPE
|
static Class<?> |
Integer.TYPE
|
static Class<?> |
Long.TYPE
|
static Class<?> |
Short.TYPE
|
static Class<?> |
Void.TYPE
|
Methods in java.lang that return Class | ||
---|---|---|
|
Class.asSubclass(Class<U> cls)
|
|
static Class<?> |
Class.forName(String aName)
|
|
Class<?> |
Object.getClass()
Returns null . |
|
Class<?> |
Class.getComponentType()
|
|
Class<E> |
Enum.getDeclaringClass()
|
|
Class<?>[] |
Class.getInterfaces()
|
|
Class<? super T> |
Class.getSuperclass()
|
Methods in java.lang with parameters of type Class | ||
---|---|---|
|
Class.asSubclass(Class<U> cls)
|
|
boolean |
Class.isAssignableFrom(Class<?> cls)
|
|
static
|
Enum.valueOf(Class<T> enumclas,
String name)
Deprecated. not implemented in leJOS |
Uses of Class in java.lang.annotation |
---|
Methods in java.lang.annotation that return Class | |
---|---|
Class<? extends Annotation> |
Annotation.annotationType()
|
Uses of Class in js.tinyvm.util |
---|
Methods in js.tinyvm.util with parameters of type Class | |
---|---|
boolean |
TinyVMCommandLineParser.parseOrHelp(Class<?> mainclass,
String[] args)
|
void |
TinyVMCommandLineParser.printHelp(Class<?> mainclass)
|
Uses of Class in lejos.nxt |
---|
Methods in lejos.nxt that return Class | |
---|---|
static Class<?> |
VM.getClass(int clsNo)
Return the class for the specified primitive type. |
Class<?> |
VM.getClass(Object obj)
Return the Class object for the provided object. |
Class<?> |
VM.VMClass.getJavaClass()
Return a Java Class object for this class. |
Methods in lejos.nxt with parameters of type Class | |
---|---|
static int |
VM.getClassNumber(Class<?> cls)
|
VM.VMClass |
VM.getVMClass(Class<?> cls)
Return a VMClass object for the provided class object. |
static boolean |
VM.isAssignable(Class<?> src,
Class<?> dst)
Check to see if it is allowed to assign an object of class src to an oobject of class dst. |
static boolean |
VM.isAssignable(Class<?> src,
Class<?> dst)
Check to see if it is allowed to assign an object of class src to an oobject of class dst. |
Uses of Class in lejos.pc.tools |
---|
Methods in lejos.pc.tools that return Class | |
---|---|
Class<?> |
ExtendedFileModel.getColumnClass(int column)
Get the class of a specific column |
Class<?> |
NXTConnectionModel.getColumnClass(int column)
Get the class of the object held in the column cells |
Uses of Class in org.apache.bcel |
---|
Fields in org.apache.bcel declared as Class | |
---|---|
static Class |
ExceptionConstants.ABSTRACT_METHOD_ERROR
|
static Class |
ExceptionConstants.ARITHMETIC_EXCEPTION
|
static Class |
ExceptionConstants.ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION
|
static Class |
ExceptionConstants.CLASS_CAST_EXCEPTION
|
static Class |
ExceptionConstants.CLASS_CIRCULARITY_ERROR
Linking Exceptions |
static Class |
ExceptionConstants.CLASS_FORMAT_ERROR
|
static Class |
ExceptionConstants.EXCEPTION_IN_INITIALIZER_ERROR
|
static Class[] |
ExceptionConstants.EXCS_ARRAY_EXCEPTION
|
static Class[] |
ExceptionConstants.EXCS_CLASS_AND_INTERFACE_RESOLUTION
Pre-defined exception arrays according to chapters 5.1-5.4 of the Java Virtual Machine Specification |
static Class[] |
ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION
|
static Class[] |
ExceptionConstants.EXCS_INTERFACE_METHOD_RESOLUTION
|
static Class[] |
ExceptionConstants.EXCS_STRING_RESOLUTION
|
static Class |
ExceptionConstants.ILLEGAL_ACCESS_ERROR
|
static Class |
ExceptionConstants.ILLEGAL_MONITOR_STATE
|
static Class |
ExceptionConstants.INCOMPATIBLE_CLASS_CHANGE_ERROR
|
static Class |
ExceptionConstants.INSTANTIATION_ERROR
|
static Class |
ExceptionConstants.LINKING_EXCEPTION
Super class of any linking exception (aka Linkage Error) |
static Class |
ExceptionConstants.NEGATIVE_ARRAY_SIZE_EXCEPTION
|
static Class |
ExceptionConstants.NO_CLASS_DEF_FOUND_ERROR
|
static Class |
ExceptionConstants.NO_SUCH_FIELD_ERROR
|
static Class |
ExceptionConstants.NO_SUCH_METHOD_ERROR
|
static Class |
ExceptionConstants.NULL_POINTER_EXCEPTION
Run-Time Exceptions |
static Class |
ExceptionConstants.RUNTIME_EXCEPTION
Super class of any run-time exception |
static Class |
ExceptionConstants.THROWABLE
The mother of all exceptions |
static Class |
ExceptionConstants.UNSATISFIED_LINK_ERROR
|
static Class |
ExceptionConstants.VERIFY_ERROR
|
Methods in org.apache.bcel with parameters of type Class | |
---|---|
static JavaClass |
Repository.lookupClass(Class clazz)
Try to find class source using the internal repository instance. |
Uses of Class in org.apache.bcel.generic |
---|
Methods in org.apache.bcel.generic that return Class | |
---|---|
Class[] |
ANEWARRAY.getExceptions()
|
Class[] |
ARRAYLENGTH.getExceptions()
|
Class[] |
ATHROW.getExceptions()
|
Class[] |
ArrayInstruction.getExceptions()
|
Class[] |
CHECKCAST.getExceptions()
|
Class[] |
ExceptionThrower.getExceptions()
|
Class[] |
GETFIELD.getExceptions()
|
Class[] |
GETSTATIC.getExceptions()
|
Class[] |
IDIV.getExceptions()
|
Class[] |
INSTANCEOF.getExceptions()
|
Class[] |
INVOKEINTERFACE.getExceptions()
|
Class[] |
INVOKESPECIAL.getExceptions()
|
Class[] |
INVOKESTATIC.getExceptions()
|
Class[] |
INVOKEVIRTUAL.getExceptions()
|
Class[] |
IREM.getExceptions()
|
Class[] |
LDC.getExceptions()
|
Class[] |
LDIV.getExceptions()
|
Class[] |
LREM.getExceptions()
|
Class[] |
MONITORENTER.getExceptions()
|
Class[] |
MONITOREXIT.getExceptions()
|
Class[] |
MULTIANEWARRAY.getExceptions()
|
Class[] |
NEW.getExceptions()
|
Class[] |
NEWARRAY.getExceptions()
|
Class[] |
PUTFIELD.getExceptions()
|
Class[] |
PUTSTATIC.getExceptions()
|
Class[] |
ReturnInstruction.getExceptions()
|
Methods in org.apache.bcel.generic with parameters of type Class | |
---|---|
static Type |
Type.getType(Class cl)
Convert runtime java.lang.Class to BCEL Type object. |
static Type[] |
Type.getTypes(Class[] classes)
Convert runtime java.lang.Class[] to BCEL Type objects. |
Uses of Class in org.apache.bcel.util |
---|
Methods in org.apache.bcel.util that return Class | |
---|---|
protected Class |
ClassLoader.loadClass(String class_name,
boolean resolve)
|
Methods in org.apache.bcel.util with parameters of type Class | |
---|---|
JavaClass |
ClassLoaderRepository.loadClass(Class clazz)
|
JavaClass |
Repository.loadClass(Class clazz)
Find the JavaClass instance for the given run-time class object |
JavaClass |
SyntheticRepository.loadClass(Class clazz)
Find the JavaClass object for a runtime Class object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |