Adapter                 Trait for Adapter object...
BaseTrait               Base Trait to place common properties and
                        methods...
BooleanEditor           Trait for Editor for TRUE/FALSE selection...
ButtonEditor            Trait for button editor...
Container               Base Trait for Container objects.
Controller              Trait for Controller objects...
DateEditor              Trait for data selection editor...
Dialog                  A Dialog wraps a top-level window around a
                        collection of items which may be item groups...
Editor                  Base Trait for Editor.
EntryEditor             A Base Trait for an editor using the entry
                        widget...
FileBrowseEditor        Trait for making File browser editor...
GraphEditor             Trait for embedding graphics (Qt, RGtk2
                        only)...
ImageEditor             Trait for embedding an image file...
Item                    Base Trait for an Item...
ItemGroup               Base Trait to group items together to form a
                        model.
ItemListEditor          trait for editor for itemList...
LabelEditor             Trait for a label...
Model                   Trait for a model object.
ObjectWithValuesEditor
                        Base trait for editor where there are
                        underlying values to choose from...
RangeEditor             Trait for making a range editor (slider,
                        spinbox)...
SeparatorEditor         Trait for making a visual separator...
TableEditor             Trait for displaying a table of information...
View                    Trait for View objects.
aContainer              A container to give a different context than
                        the default for a set of items...
aContext                A container to give a different context than
                        the default for a set of items...
aController             Constructor for a Controller proto objects...
aDialog                 Create a Dialog instance...
aFrame                  Box container with label and visual separator
                        to indicate grouping...
aGroup                  A box container.
aModel                  Constructor for a Model proto objects...
aNotebook               A notebook container.
aNotebookPage           A page in a notebook...
aPanedGroup             A two panel paned group container.
aTableLayout            A container for tabular layout...
aView                   Constructor for a View proto object...
anExpandGroup           Expanding group.
anItemGroup             Constructor for ItemGroup instances...
buttonItem              Button item to initiate an action...
choiceItem              Item for choosing one of several values...
dataframeItem           Item to select a data frame from the available
                        data frames in...
dateItem                A calendar date selection item...
desc                    specify a description for documentation...
dfEditItem              data frame editor item.
dialogMaker             Automatically create a dialog for a function...
expressionItem          Item for typing in R expressions.
fileItem                A file selection item...
formulaItem             A formula Item...
get_with_default        Function to return value or an object (or
                        default if value is null, NA or "")...
graphicDeviceItem       A graphic device item.
imageItem               Display an image specified by its filename.
integerItem             Item for integers...
itemList                An itemList is used to store a list of similar
                        items or itemgroups with a means to edit
                        individually...
labelItem               Simple label item...
loadingAnimation        A window to show a loading animation...
merge.list              merge two lists, possibly overwriting...
numericItem             Item for numbers...
param                   specify a method paramter...
rangeItem               A range selection item...
returns                 Document return value...
separatorItem           Visual separator item...
stringItem              A string item...
tableItem               List editor - list <-> tree, must have special
                        structure to list?
traitR-package          An interface for GUI creation using gWidgets...
trueFalseItem           Item for Boolean values...
ul                      write <ul>...
variableSelectorItem    Item to select a variable (or variables) from a
                        selected data frame...
wrap_in_tag             write values in paired tags with optional
                        class...
