|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dirtyable | |
oracle.ide.gallery | Contains classes implementing JDeveloper's new object gallery. |
oracle.ide.layout | Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
oracle.ide.net | Provides a virtual file system framework based on java.net.URL. |
oracle.jdeveloper.cm.ds.db | Contains a metadata API for describing database objects. |
oracle.jdeveloper.cm.dt | Contains the base design-time API for integrating database and application server connections within JDeveloper. |
oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.library | The Libraries package provides the library API used by JDeveloper. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
oracle.jdevimpl.webapp.html |
Uses of Dirtyable in oracle.ide.gallery |
Classes in oracle.ide.gallery that implement Dirtyable | |
class |
GalleryXMLDataNode XMLDataContainer subclass for the Object Gallery. |
class |
RootGalleryFolder The Root of the tree of GalleryFolder and GalleryElement instances. |
Uses of Dirtyable in oracle.ide.layout |
Subinterfaces of Dirtyable in oracle.ide.layout | |
interface |
Layout Layout interface. |
Classes in oracle.ide.layout that implement Dirtyable | |
class |
BaseLayout BaseLayout class. |
class |
IdeLayout IdeLayout class. |
class |
IdeProperties The IdeProperties class is reponsible for managing the general layout information, such as the size and position of the main application window and the opened editor frames for example. |
class |
SimpleLayout Simple layout information. |
Uses of Dirtyable in oracle.ide.model |
Subinterfaces of Dirtyable in oracle.ide.model | |
interface |
Container The Container interface specifies the protocol between the IDE and objects which can contain other Node s, including other Container s. |
interface |
Document The Document interface is implemented by objects which have a persistent representation. |
interface |
Node |
interface |
SubDirtyable Objects that implement the SubDirtyable interface indicate that they are to be saved as content of the document that owns them. |
interface |
TextDocument The TextDocument extends the Document interface by providing the way for a (code) editor to access the data in this text document using a Content interface. |
interface |
WorkEnvironment |
static interface |
WorkEnvironment.Setting |
static interface |
WorkEnvironment.Settings |
Classes in oracle.ide.model that implement Dirtyable | |
class |
Connections Top level IDE level Connections Node. |
class |
DataContainer |
class |
DataElement DataElement is a complete, default implementation of the Element and Dirtyable interfaces. |
class |
DataFolder DataFolder is a complete, default implementation of the ChildrenList interface. |
class |
DataNode |
class |
DefaultContainer The DefaultContainer class is a default implementation of the Container interface. |
class |
DefaultDirtyable Default implementation of the Dirtyable interface. |
class |
DefaultDocument The DefaultDocument class is a default implementation of the Document interface. |
class |
DefaultNode The DefaultNode class is a default implementation of the Node interface. |
class |
DefaultSubDirtyable Objects that implement the SubDirtyable interface indicate that they want to be saved as content of the document that owns them. |
class |
DeployableTextNode Trivial subclass of TextNode that has the ElementAttributes#DEPLYOABLE attribute set. |
class |
IdeSystem This a new class that is under development to replace IdeSystem. |
class |
MiscellaneousFolder |
class |
ObservableDataFolder ObservableDataFolder is a complete, default implementation of the Folder and Subject interfaces. |
class |
Preferences This a new class that is under development to replace Preferences. |
class |
Project This is the base class for all data classes that represent a user project. |
class |
PropertiesContainer This is a complete implementation of the Container interface that uses a single HashMap to hold all of its data and an ArrayList to hold its children. |
class |
PropertiesNode This is a complete implementation of the Node interface that uses a single HashMap to hold all of its data. |
class |
TextNode The TextNode class extends DefaultNode and should be used for all objects that can be opened as a text file inside a code editor. |
class |
Workspace This a new class that is under development to replace Workspace. |
class |
Workspaces This a new class that is under development to replace Workspaces. |
class |
XMLDataContainer The XMLDataContainer is the Container wrapper for a Folder -implementing JavaBean that can be persisted to XML using the XML marshalling framework in oracle.ide.marshal.xml . |
class |
XMLDataNode The XMLDataNode class is the Node wrapper for a JavaBean class that can be persisted to XML using the XML marshalling framework Object2Dom . |
Fields in oracle.ide.model declared as Dirtyable | |
Dirtyable |
XMLDataNode.DataCastPacket.dirtyable The Dirtyable view of the data object. |
Methods in oracle.ide.model that return Dirtyable | |
protected Dirtyable |
DefaultSubDirtyable.getOwner() |
Methods in oracle.ide.model with parameters of type Dirtyable | |
static java.lang.String |
DefaultDirtyable.dirtyLabel(Dirtyable dirtyable, java.lang.String label) Returns the 'dirty' version of the specified label if the specified Dirtyable object is dirty; otherwise, returns the label as is. |
void |
Connections.setOwner(Dirtyable owner) |
void |
DefaultSubDirtyable.setOwner(Dirtyable owner) |
void |
Workspaces.setOwner(Dirtyable owner) |
void |
SubDirtyable.setOwner(Dirtyable owner) This method should be called to set the document in which a SubDirtyable implementation will be persisted. |
void |
Preferences.setOwner(Dirtyable owner) |
protected void |
DataContainer.setSubDirtyableOwner(Element element, Dirtyable owner) Sets the owner of this element to the specified element. |
Uses of Dirtyable in oracle.ide.net |
Classes in oracle.ide.net that implement Dirtyable | |
class |
FilePath An instance of FilePath represents a path that is made up entire of File s. |
class |
URLPath An instance of URLPath represents a path that is made up entirely of URL s. |
Uses of Dirtyable in oracle.jdeveloper.cm.ds.db |
Classes in oracle.jdeveloper.cm.ds.db that implement Dirtyable | |
class |
Trigger |
Methods in oracle.jdeveloper.cm.ds.db with parameters of type Dirtyable | |
void |
Trigger.setOwner(Dirtyable owner) |
Uses of Dirtyable in oracle.jdeveloper.cm.dt |
Classes in oracle.jdeveloper.cm.dt that implement Dirtyable | |
class |
ConnectionNode The ConnectionNode class is the base class for all representations of Database Connections |
class |
DatabaseConnectionNode |
class |
DatabaseEditorNode |
class |
Oc4jConnectionNode |
Uses of Dirtyable in oracle.jdeveloper.compiler |
Classes in oracle.jdeveloper.compiler that implement Dirtyable | |
class |
OjcConfiguration This a new class that is under development to replace OjcConfiguration. |
Uses of Dirtyable in oracle.jdeveloper.library |
Subinterfaces of Dirtyable in oracle.jdeveloper.library | |
interface |
DerivedLibrary Encapsulates the notion of a derived library as it is used within JDeveloper. |
interface |
Library Encapsulates the notion of a library as it is used within JDeveloper. |
interface |
LibraryList The LibraryList interface represents a list of library and J2SE definitions. |
Classes in oracle.jdeveloper.library that implement Dirtyable | |
class |
AbstractDerivedLibrary AbstractDerivedLibrary class. |
class |
AbstractLibrary AbstractLibrary class. |
class |
AddinLibraryList |
class |
DefaultLibraryList The DefaultLibraryList class provides a basic implementation of the LibraryList interface. |
class |
JDK Encapsulates the notion of a JDK. |
class |
JLibrary Encapsulates the notion of a library as it is used within JDeveloper. |
class |
JLibraryDefinition |
class |
JLibraryList |
class |
JPaths Encapsulates the notion of grouping a class path, source path, and doc path. |
class |
JProjectLibraryList The JProjectLibraryList class is used to contain Libraries that are defined within the context of a JProject. |
class |
ProjectLibrary ProjectLibrary class. |
Fields in oracle.jdeveloper.library declared as Dirtyable | |
protected Dirtyable |
JPaths._owner |
Methods in oracle.jdeveloper.library that return Dirtyable | |
protected Dirtyable |
AbstractLibrary.getOwner() |
Methods in oracle.jdeveloper.library with parameters of type Dirtyable | |
void |
JProjectLibraryList.setOwner(Dirtyable owner) |
void |
JPaths.setOwner(Dirtyable owner) |
void |
DefaultLibraryList.setOwner(Dirtyable owner) |
void |
AbstractLibrary.setOwner(Dirtyable owner) |
Uses of Dirtyable in oracle.jdeveloper.model |
Subinterfaces of Dirtyable in oracle.jdeveloper.model | |
interface |
JavaNode The JavaNode interface represents a Java class element in the JDeveloper browser. |
Classes in oracle.jdeveloper.model that implement Dirtyable | |
class |
GifImageNode Node subclass for .gif image files. |
class |
ImageNode Node subclass for image files. |
class |
JavaClassNode The JavaNode interface represents a Java class element in the JDeveloper browser. |
class |
JavaSourceNode The JavaSourceNode interface represents a Java source file in the JDeveloper browser. |
class |
JpegImageNode Node subclass for .jpg/.jpeg image files. |
class |
JProject JProject is the data class that represents the project in JDeveloper. |
class |
JProjectConfiguration This class represents a single project configuration. |
class |
JProjectSettings This class is an organizational subunit of JProject that provides a mechanism for tracking the current active configuration and an API for dynamically registering data classes that are associated with the JProject that do not vary on a per configuration basis. |
class |
JspSourceNode The JspSourceNode interface represents a Jsp source file in the JDeveloper browser. |
class |
PngImageNode Node subclass for .png image files. |
class |
SqljSourceNode The SqljSourceNode interface represents a SQLJ source file in the JDeveloper browser. |
Methods in oracle.jdeveloper.model with parameters of type Dirtyable | |
void |
JProjectSettings.setOwner(Dirtyable owner) |
void |
JProjectConfiguration.setOwner(Dirtyable owner) |
Uses of Dirtyable in oracle.jdeveloper.runner |
Classes in oracle.jdeveloper.runner that implement Dirtyable | |
class |
EmbeddedServerOptions Design-time embedded server settings. |
class |
RunConfiguration The RunConfiguration class specifies details about how a Java process should be started. |
Uses of Dirtyable in oracle.jdevimpl.webapp.html |
Classes in oracle.jdevimpl.webapp.html that implement Dirtyable | |
class |
oracle.jdevimpl.webapp.html.HtmlSourceNode |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.