Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.model
Class LibraryModel

java.lang.Object
  extended by oracle.jdeveloper.model.LibraryModel
Direct Known Subclasses:
JDKModel, JLibraryModel

public class LibraryModel
extends java.lang.Object


Field Summary
protected  URLPath clsPath
           
protected  URLPath docPath
           
protected  Library lib
           
protected  MutableLibraryList list
           
protected  java.lang.String name
           
protected  java.awt.Component panel
           
protected  URLPath srcPath
           
 
Constructor Summary
LibraryModel(Library lib, MutableLibraryList list, java.awt.Component panel)
           
 
Method Summary
 Library commit()
           
 void setClassPath(URLPath path)
           
 void setDocPath(URLPath path)
           
 void setName(java.lang.String name)
           
 void setSourcePath(URLPath path)
           
protected  void showError(java.lang.String errMsg, java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

panel

protected java.awt.Component panel

lib

protected Library lib

name

protected java.lang.String name

list

protected MutableLibraryList list

clsPath

protected URLPath clsPath

srcPath

protected URLPath srcPath

docPath

protected URLPath docPath
Constructor Detail

LibraryModel

public LibraryModel(Library lib,
                    MutableLibraryList list,
                    java.awt.Component panel)
Method Detail

setName

public void setName(java.lang.String name)

setClassPath

public void setClassPath(URLPath path)

setSourcePath

public void setSourcePath(URLPath path)

setDocPath

public void setDocPath(URLPath path)

commit

public Library commit()
               throws java.lang.Exception
Throws:
java.lang.Exception

showError

protected void showError(java.lang.String errMsg,
                         java.lang.String title)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.