public static enum DockableContainerFactory.ParentType extends Enum<DockableContainerFactory.ParentType>
Enum Constant and Description |
---|
PARENT_DESKTOP
Constant used to describe the type of usage a SingleDockableContainer is for
|
PARENT_DETACHED_WINDOW
Constant used to describe the type of usage a SingleDockableContainer is for
|
PARENT_SPLIT_CONTAINER
Constant used to describe the type of usage a SingleDockableContainer is for
|
PARENT_TABBED_CONTAINER
Constant used to describe the type of usage a SingleDockableContainer is for
|
Modifier and Type | Method and Description |
---|---|
static DockableContainerFactory.ParentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockableContainerFactory.ParentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DockableContainerFactory.ParentType PARENT_DESKTOP
public static final DockableContainerFactory.ParentType PARENT_TABBED_CONTAINER
public static final DockableContainerFactory.ParentType PARENT_SPLIT_CONTAINER
public static final DockableContainerFactory.ParentType PARENT_DETACHED_WINDOW
public static DockableContainerFactory.ParentType[] values()
for (DockableContainerFactory.ParentType c : DockableContainerFactory.ParentType.values()) System.out.println(c);
public static DockableContainerFactory.ParentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.