Skip navigation links 
 
oracle.ide.inspector.layout
Class Row
java.lang.Object
  
oracle.ide.inspector.layout.Row
- All Implemented Interfaces:
 
- Element
 
- 
public abstract class Row
 
- extends java.lang.Object
 
- implements Element
 
One of the Elements comprising a DisplayGroup. A Row allows clients to control how multiple properties are displayed in a row.
The spacing between properties in a row is control through the insertion of Spring objects between properties and/or properties and vertical edges of the property inspector.
 
| Field Summary | 
static java.lang.String | 
ROW 
            | 
 
  
 
| Constructor Summary | 
Row() 
            | 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
 
ROW
public static final java.lang.String ROW
- 
- See Also:
 
- Constant Field Values
 
 
Row
public Row()
mayHaveChildren
public boolean mayHaveChildren()
- Description copied from interface: 
Element 
- Find out whether this element contains other elements as children.
 
- 
- Specified by:
 
mayHaveChildren in interface Element 
 
- 
- Returns:
 
- true is this element is a container of other elements.
 
 
isExtensible
public boolean isExtensible()
- Description copied from interface: 
Element 
- Find out whether this element is 
Extensible. 
- 
- Specified by:
 
isExtensible in interface Element 
 
- 
- Returns:
 
- true if this element is 
Extensible. 
 
getExtensible
public Extensible getExtensible()
- Description copied from interface: 
Element 
- Get the 
Extensible information. 
- 
- Specified by:
 
getExtensible in interface Element 
 
- 
- Returns:
 
- implementations that return 
true from the isExtensible() method, must implement the Extensible interface and return this from their implementation of this method. 
 
toString
public java.lang.String toString()
- 
- Overrides:
 
toString in class java.lang.Object 
 
Skip navigation links 
 
Copyright © 1997, 2013, Oracle. All rights reserved.