org.seasar.eclipse.common.util
クラス AdaptableUtil

java.lang.Object
  上位を拡張 org.seasar.eclipse.common.util.AdaptableUtil

public class AdaptableUtil
extends Object

作成者:
taichi

コンストラクタの概要
AdaptableUtil()
           
 
メソッドの概要
static IProject toProject(Object adaptable)
           
static IResource toResource(Object adaptable)
           
static ITextEditor toTextEditor(Object adaptable)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AdaptableUtil

public AdaptableUtil()
メソッドの詳細

toTextEditor

public static ITextEditor toTextEditor(Object adaptable)

toResource

public static IResource toResource(Object adaptable)

toProject

public static IProject toProject(Object adaptable)


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.