| Package | Description |
|---|---|
| com.threerings.cast | |
| com.threerings.cast.builder | |
| com.threerings.cast.bundle |
| Modifier and Type | Field and Description |
|---|---|
ComponentClass |
CharacterComponent.componentClass
The class of components to which this one belongs.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentClass |
ComponentRepository.getComponentClass(String className)
Returns the
ComponentClass with the specified name or null if none exists with that
name. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ComponentClass> |
ComponentRepository.enumerateComponentClasses()
Iterates over the
ComponentClass instances representing all available character
component classes. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Integer> |
ComponentRepository.enumerateComponentIds(ComponentClass compClass)
Iterates over the component ids of all components in the specified class.
|
| Constructor and Description |
|---|
CharacterComponent(int componentId,
String name,
ComponentClass compClass,
FrameProvider fprov)
Constructs a character component with the specified id of the specified class.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentClass> |
BuilderModel.getComponentClasses()
Returns a list of the available component classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
BuilderModel.getComponents(ComponentClass cclass)
Returns the list of components available in the specified class.
|
void |
BuilderModel.setSelectedComponent(ComponentClass cclass,
int cid)
Sets the selected component for the given component class.
|
| Constructor and Description |
|---|
ClassEditor(BuilderModel model,
ComponentClass cclass,
List<Integer> components)
Constructs a class editor.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentClass |
BundledComponentRepository.getComponentClass(String className) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ComponentClass> |
BundledComponentRepository.enumerateComponentClasses() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Integer> |
BundledComponentRepository.enumerateComponentIds(ComponentClass compClass) |
Copyright © 2015. All rights reserved.