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

E13403-05

oracle.ide.model
Interface Attributes

All Known Implementing Classes:
CellRendererAttributes, DefaultAttributes, ElementAttributes

public interface Attributes


Method Summary
 void clear()
          Clears all attributes.
 Attributes duplicate()
          Returns a copy a this attribute object.
 boolean isSet(int attr)
           
 void set(int attr)
          This method sets the specified attribute.
 void unset(int attr)
          This method unsets (i.e.
 

Method Detail

isSet

boolean isSet(int attr)

set

void set(int attr)
This method sets the specified attribute. If the specified attribute represents an immutable attribute, then this method returns without doing anything.


unset

void unset(int attr)
This method unsets (i.e. clears) the specified attribute. If any of the specified attributes represent an immutable attribute, that attribute is not set.


clear

void clear()
Clears all attributes.


duplicate

Attributes duplicate()
Returns a copy a this attribute object.


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.