Uses of Class
java.lang.Deprecated

Packages that use Deprecated
de.cau.cs.kieler.core.annotations.impl Implementation of the Annotations model. 
de.cau.cs.kieler.core.kexpressions.impl   
de.cau.cs.kieler.core.kgraph.impl Internal implementation of the KGraph data structure. 
de.cau.cs.kieler.core.model.gmf.policies Policies to be used in GMF editors. 
de.cau.cs.kieler.kaom.impl   
de.cau.cs.kieler.keg.impl   
de.cau.cs.kieler.kev.mapping.impl This package contains the generated implementation and the user implemented code of the "de.cau.cs.kieler.kev.mapping" package. 
de.cau.cs.kieler.kiml.gmf.layoutoptions Base package for the LayoutOptions data structure with its public API and implementation. 
de.cau.cs.kieler.kiml.klayoutdata.impl Internal implementation of the layout data extension. 
de.cau.cs.kieler.kwebs.servicedata.impl   
de.cau.cs.kieler.sim.kiem.automated This package contains the basic activator class. 
de.cau.cs.kieler.synccharts.impl   
de.tu_berlin.cs.tfs.muvitorkit.ui.utils   
de.unido.ls5.eti.client This package contains the the classes implementing the client side of the jETI communication protocol. 
java.awt Minimal AWT package for shape classes with integer co-ordinates 
java.io Input/Output support 
java.lang Core Java classes 
java.util Utilities 
net.ogdf.ogml.impl   
org.graphdrawing.graphml.impl   
org.ptolemy.moml.impl   
org.w3._1999.xlink.impl   
 

Uses of Deprecated in de.cau.cs.kieler.core.annotations.impl
 

Methods in de.cau.cs.kieler.core.annotations.impl with annotations of type Deprecated
static AnnotationsPackage AnnotationsFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.cau.cs.kieler.core.kexpressions.impl
 

Methods in de.cau.cs.kieler.core.kexpressions.impl with annotations of type Deprecated
static KExpressionsPackage KExpressionsFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.cau.cs.kieler.core.kgraph.impl
 

Methods in de.cau.cs.kieler.core.kgraph.impl with annotations of type Deprecated
static KGraphPackage KGraphFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.cau.cs.kieler.core.model.gmf.policies
 

Methods in de.cau.cs.kieler.core.model.gmf.policies with annotations of type Deprecated
protected  void PopupBarPolicy.addPopupBarDescriptor(IElementType elementType, Image theImage)
          Deprecated. don't use this
protected  void PopupBarPolicy.addPopupBarDescriptor(IElementType elementType, Image theImage, CreateRequest theRequest)
          Deprecated. don't use this
protected  void PopupBarPolicy.addPopupBarDescriptor(IElementType elementType, Image theImage, DragTracker theTracker)
          Deprecated. don't use this
protected  void PopupBarPolicy.addPopupBarDescriptor(IElementType elementType, Image theImage, String theTip)
          Deprecated. don't use this
protected  boolean PopupBarPolicy.isRightDisplay()
          Deprecated. this is not being used anymore
protected  void PopupBarPolicy.setLeftHandDisplay()
          Deprecated. this is not being used anymore
protected  void PopupBarPolicy.setRightHandDisplay()
          Deprecated. this is not being used anymore
 

Uses of Deprecated in de.cau.cs.kieler.kaom.impl
 

Methods in de.cau.cs.kieler.kaom.impl with annotations of type Deprecated
static KaomPackage KaomFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.cau.cs.kieler.keg.impl
 

Methods in de.cau.cs.kieler.keg.impl with annotations of type Deprecated
static KEGPackage KEGFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.cau.cs.kieler.kev.mapping.impl
 

Methods in de.cau.cs.kieler.kev.mapping.impl with annotations of type Deprecated
static MappingPackage MappingFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.cau.cs.kieler.kiml.gmf.layoutoptions
 

Methods in de.cau.cs.kieler.kiml.gmf.layoutoptions with annotations of type Deprecated
static LayoutOptionsPackage LayoutOptionsFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.cau.cs.kieler.kiml.klayoutdata.impl
 

Methods in de.cau.cs.kieler.kiml.klayoutdata.impl with annotations of type Deprecated
static KLayoutDataPackage KLayoutDataFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.cau.cs.kieler.kwebs.servicedata.impl
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl with annotations of type Deprecated
static ServiceDataPackage ServiceDataFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.cau.cs.kieler.sim.kiem.automated
 

Methods in de.cau.cs.kieler.sim.kiem.automated with annotations of type Deprecated
 int AbstractAutomatedComponent.wantsMoreRuns()
          Deprecated. use getNumberOfAdditionalIterations()
 int IAutomatedComponent.wantsMoreRuns()
          Deprecated. use getNumberOfAdditionalIterations()
 int AbstractAutomatedComponent.wantsMoreSteps()
          Deprecated. use getNumberOfAdditionalSteps()
 int IAutomatedComponent.wantsMoreSteps()
          Deprecated. use getNumberOfAdditionalSteps()
 

Uses of Deprecated in de.cau.cs.kieler.synccharts.impl
 

Methods in de.cau.cs.kieler.synccharts.impl with annotations of type Deprecated
static SyncchartsPackage SyncchartsFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in de.tu_berlin.cs.tfs.muvitorkit.ui.utils
 

Methods in de.tu_berlin.cs.tfs.muvitorkit.ui.utils with annotations of type Deprecated
 ScalableFreeformLayeredPane ZoomManagerDelegate.getPane()
          Deprecated. 
 

Uses of Deprecated in de.unido.ls5.eti.client
 

Methods in de.unido.ls5.eti.client with annotations of type Deprecated
 void EtiConnection.forward(List<String> filenames, EtiConnection toServer)
          Deprecated. use EtiConnection.forward(Set, EtiConnection) instead.
 List<VirtualFile> EtiConnection.retrieve(List<String> filenames)
          Deprecated. use EtiConnection.retrieve(Set) intead.
 void EtiConnection.store(List<VirtualFile> files)
          Deprecated. use EtiConnection.store(Set) instead
 

Uses of Deprecated in java.awt
 

Methods in java.awt with annotations of type Deprecated
 boolean Rectangle.inside(int x, int y)
          Deprecated. 
 void Rectangle.reshape(int x, int y, int width, int height)
          Deprecated. 
 void Rectangle.resize(int width, int height)
          Deprecated. 
 

Uses of Deprecated in java.io
 

Methods in java.io with annotations of type Deprecated
 String DataInputStream.readLine()
          Deprecated. broken in various ways, use BufferedReader.readLine instead
 String ByteArrayOutputStream.toString(int hibyte)
          Deprecated. use ByteArrayOutputStream.toString(String) instead
 

Constructors in java.io with annotations of type Deprecated
BufferedWriter(OutputStream os)
          Deprecated. use OutputStreamWriter instead.
 

Uses of Deprecated in java.lang
 

Fields in java.lang with annotations of type Deprecated
static int Integer.MAX_RADIX
          Deprecated. use constant in Character
static int Integer.MIN_RADIX
          Deprecated. use constant in Character
 

Methods in java.lang with annotations of type Deprecated
static int Integer.digit(char ch, int radix)
          Deprecated. use Character.digit(char, int) instead.
static int Integer.digit(int ch, int radix)
          Deprecated. use Character.digit(int, int) instead.
protected  void Object.finalize()
          Deprecated. not implemented in leJOS
static
<T extends Enum<T>>
T
Enum.valueOf(Class<T> enumclas, String name)
          Deprecated. not implemented in leJOS
 

Uses of Deprecated in java.util
 

Methods in java.util with annotations of type Deprecated
 void ArrayList.addAll(E[] elements)
          Deprecated. not in JDK
 void ArrayList.addAll(int index, E[] elements)
          Deprecated. not in JDK
 

Constructors in java.util with annotations of type Deprecated
ArrayList(E[] elements)
          Deprecated. not in JDK
 

Uses of Deprecated in net.ogdf.ogml.impl
 

Methods in net.ogdf.ogml.impl with annotations of type Deprecated
static OgmlPackage OgmlFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in org.graphdrawing.graphml.impl
 

Methods in org.graphdrawing.graphml.impl with annotations of type Deprecated
static GraphMLPackage GraphMLFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in org.ptolemy.moml.impl
 

Methods in org.ptolemy.moml.impl with annotations of type Deprecated
static MomlPackage MomlFactoryImpl.getPackage()
          Deprecated.  
 

Uses of Deprecated in org.w3._1999.xlink.impl
 

Methods in org.w3._1999.xlink.impl with annotations of type Deprecated
static XlinkPackage XlinkFactoryImpl.getPackage()
          Deprecated.