Skip navigation links
oracle.ide.inspector.layout
Class DisplayGroup
java.lang.Object
oracle.ide.inspector.layout.ExtensibleElement
oracle.ide.inspector.layout.ExtensibleGroup
oracle.ide.inspector.layout.DisplayGroup
- All Implemented Interfaces:
- Identifiable, Element, Extensible
- Direct Known Subclasses:
- PropertyFormLayoutAssembly.DisplayGroupAssembly
-
public abstract class DisplayGroup
- extends ExtensibleGroup
Display groups collect a number of displayable elements into meaningful groups that are hidden from view when the display group is not in its expanded state.
Display elements include one or more Property
s, Row
s, CustomComponent
, and/or ChoiceGroup
.
Display groups are identified by a unique identifier. These identifier generally follow the java package naming convention. Display groups are extensible elements and as such, extensions can add display elements to an existing display group only when they provide a property model that extends the properties of the property model associated the existing display group.
Display elements added to an existing display group are always appended to the group.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DISPLAY_GROUP
public static final java.lang.String DISPLAY_GROUP
-
- See Also:
- Constant Field Values
DisplayGroup
public DisplayGroup()
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object
Skip navigation links
Copyright © 1997, 2011, Oracle. All rights reserved.