Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(File) - Method in class thinletcommons.ExtensionFileFilter
Whether the given file is accepted by this filter.
accept(File) - Method in interface thinletcommons.FileFilter
Whether the given file is accepted by this filter.
ACTION_CANCEL - Static variable in class thinletcommons.MessageDialog
 
ACTION_NO - Static variable in class thinletcommons.MessageDialog
 
ACTION_OK - Static variable in class thinletcommons.MessageDialog
 
ACTION_YES - Static variable in class thinletcommons.MessageDialog
 
addComponent(Object) - Method in class thing.Handler
 
addImpl(Component, Object, int) - Method in class thinletcommons.ThinletDialog
Redirects all calls to add(...) to ThinletDialog.setContent(Thinlet).
AntiAliasedThinlet - Class in thinletcommons
A Thinlet component that is painted with anti-aliased fonts and lines.
AntiAliasedThinlet() - Constructor for class thinletcommons.AntiAliasedThinlet
 
available() - Method in class utils.ReaderInputStream
 
AWTUtils - Class in utils
Misc helper methods for AWT that don't require Thinlet.
AWTUtils() - Constructor for class utils.AWTUtils
 

B

BEAN - Static variable in class thing.ThinletDTD.Property
 
BOOLEAN - Static variable in class thing.ThinletDTD.Property
 
buttonOutputDirClicked() - Method in class thing.GenerateDialog
 
buttonPressed(Object) - Method in class thinletcommons.MessageDialog
Thinlet callback.

C

cbFilterChanged(int) - Method in class thinletcommons.FileChooser
Thinlet callback.
cbPathChanged() - Method in class thinletcommons.FileChooser
Thinlet callback.
checkboxChanged(Object) - Method in class thing.GenerateDialog
 
CHOICE - Static variable in class thing.ThinletDTD.Property
 
chooseDir(Object, String) - Method in class thing.SettingsDialog
 
close() - Method in class thing.ComponentChooser
 
close() - Method in class thing.GenerateDialog
 
close() - Method in class thing.SettingsDialog
 
close() - Method in class thinletcommons.ColorChooser
Thinlet callback.
close() - Method in class thinletcommons.DirChooser
Thinlet callback.
close() - Method in class thinletcommons.FileChooser
Thinlet callback.
close() - Method in class thinletcommons.FontChooser
Thinlet callback.
close() - Method in class utils.ReaderInputStream
 
COLOR - Static variable in class thing.ThinletDTD.Property
 
ColorChooser - Class in thinletcommons
A Thinlet color chooser dialog.
ColorChooser(Dialog, String) - Constructor for class thinletcommons.ColorChooser
 
ColorChooser(Frame, String) - Constructor for class thinletcommons.ColorChooser
 
compareTo(Object) - Method in class thing.ThinletDTD.Property
 
compareTo(Object) - Method in class thing.ThinletDTD.Widget
 
COMPONENT - Static variable in class thing.ThinletDTD.Property
 
ComponentChooser - Class in thing
A simple modal dialog that shows all named components in the given Thinlet component tree and lets the user select a named component.
ComponentChooser(Frame, String, Object, String) - Constructor for class thing.ComponentChooser
 
ComponentWalker - Class in thing
A depth-first tree walker for Thinlet components.
ComponentWalker() - Constructor for class thing.ComponentWalker
Create a new ComponentWalker.
ComponentWalker.Visitor - Interface in thing
A visitor interface for the ComponentWalker.

D

destroy() - Method in class thing.Main
Called by thinlet.FrameLauncher when the user tries to close the frame containing the thinlet.
DirChooser - Class in thinletcommons
A Thinlet directory chooser dialog.
DirChooser(Dialog, String) - Constructor for class thinletcommons.DirChooser
 
DirChooser(Frame, String) - Constructor for class thinletcommons.DirChooser
 
doLayout() - Method in class thinletcommons.ThinletDialog
Clear the double buffer image (because the frame has been resized), the overriden method lays out its components (centers the thinlet component).

E

endElement() - Method in interface thing.ThinletReader.SAXHandler
Called when the ThinletReader has finished visiting all children of the current element.
equals(Object) - Method in class thing.ThinletDTD.Property
 
equals(Object) - Method in class thing.ThinletDTD.Widget
 
ExtensionFileFilter - Class in thinletcommons
A file filter for FileChooser that accepts files based on file name endings (extensions).
ExtensionFileFilter(String, String) - Constructor for class thinletcommons.ExtensionFileFilter
Create a new ExceptionFileFilter.

F

FileChooser - Class in thinletcommons
A Thinlet file chooser dialog.
FileChooser(Dialog, String, int) - Constructor for class thinletcommons.FileChooser
 
FileChooser(Frame, String, int) - Constructor for class thinletcommons.FileChooser
 
FileFilter - Interface in thinletcommons
A file filter for FileChooser.
focusgained(Object) - Method in class thing.Handler
 
FONT - Static variable in class thing.ThinletDTD.Property
 
fontChanged(Object, Object, Object, Object, Object, Object) - Method in class thinletcommons.FontChooser
Thinlet callback.
FontChooser - Class in thinletcommons
A Thinlet font chooser dialog.
FontChooser(Dialog, String) - Constructor for class thinletcommons.FontChooser
 
FontChooser(Frame, String) - Constructor for class thinletcommons.FontChooser
 

G

generate(File) - Method in class thing.Generator
 
generate(Thinlet, Object, PropertyManager, String) - Method in class thing.Generator
 
GenerateDialog - Class in thing
Dialog "Generate".
GenerateDialog(Frame, Handler) - Constructor for class thing.GenerateDialog
 
Generator - Class in thing
TODO: needs documentation.
Generator() - Constructor for class thing.Generator
 
getAllowedSubWidgets() - Method in class thing.ThinletDTD.Widget
 
getAWTKeyStrokeDescription(AWTKeyStroke) - Static method in class utils.AWTUtils
Given an AWTKeyStroke, returns a keystroke description that can be parsed by AWTKeyStroke.getAWTKeyStroke(String s).
getBounds(String, Component) - Static method in class utils.AWTUtils
Returns the dimension of the specified text string, if it would be rendered with the font and the rendering context of the specified component.
getChoices() - Method in class thing.ThinletDTD.Property
If this property is of type ThinletDTD.Property.CHOICE then return the possible choices, otherwise return null.
getClassname() - Method in class thing.ThinletDTD.Widget
 
getColor(Object, String) - Static method in class thing.ThinletWorkarounds
Gets the property value of the given component by the property key.
getColorString(Color) - Static method in class utils.AWTUtils
 
getContent() - Method in class thinletcommons.ThinletDialog
 
getDefaultValue() - Method in class thing.ThinletDTD.Property
 
getDefaultValueString(ThinletDTD.Property) - Static method in class thing.PropertyManager
 
getDescription() - Method in class thinletcommons.ExtensionFileFilter
A human readable description of this file filter.
getDescription() - Method in interface thinletcommons.FileFilter
A human readable description of this file filter.
getFont(Object, String) - Static method in class thing.ThinletWorkarounds
Gets the property value of the given component by the property key, in this case, a font.
getFont(Thinlet, Object, String) - Static method in class thing.ThinletWorkarounds
Gets the font of the given component, or the font of the thinlet, if the font of the component has not been set explicitely.
getFontString(Font) - Static method in class utils.AWTUtils
Returns a thinlet font description for the given font.
getFontString(Font, Font) - Static method in class utils.AWTUtils
Returns a thinlet font description for the given font, containing only the font properties that differ from the given default font.
getFrame(Component) - Static method in class utils.AWTUtils
Get the frame that the specified component resides in, or null if the component has no ancestor of type Frame.
getIcon(Component, String) - Static method in class utils.AWTUtils
Load an icon.
getIcon(Component, URL) - Static method in class utils.AWTUtils
Load an icon.
getIconDir() - Static method in class thing.Settings
 
getIndexOfItem(Thinlet, Object, Object) - Static method in class thing.ThinletWorkarounds
Returns the index of the specified item in the item list of the specified component.
getItems(Thinlet, Object) - Static method in class thing.ThinletWorkarounds
Gets all the components in this container.
getKeystroke(Object, String) - Static method in class thing.ThinletWorkarounds
 
getKeyText(int) - Static method in class utils.AWTUtils
Return the key description for a key code, according to the key names in java.awt.event.KeyEvent, omitting the prefix "VK_".
getLastDir() - Static method in class thing.Settings
 
getName() - Method in class thing.ThinletDTD.Property
 
getParent() - Method in class thing.ThinletDTD.Widget
 
getParentClassname() - Method in class thing.ThinletDTD.Widget
 
getProperties() - Method in class thing.ThinletDTD.Widget
 
getProperties(String) - Static method in class thing.ThinletDTD
 
getProperty(Object, String) - Static method in class thing.PropertyManager
 
getProperty(String) - Method in class thing.ThinletDTD.Widget
 
getProperty(String, String) - Static method in class thing.ThinletDTD
 
getPropertyKeys(Object) - Static method in class thing.ThinletWorkarounds
Returns an enumeration of all client property keys defined in the specified component.
getSelectedColor() - Method in class thinletcommons.ColorChooser
 
getSelectedComponent() - Method in class thing.ComponentChooser
 
getSelectedDirectory() - Method in class thinletcommons.DirChooser
 
getSelectedFile() - Method in class thinletcommons.FileChooser
 
getSelectedFileFilter() - Method in class thinletcommons.FileChooser
 
getSelectedFont() - Method in class thinletcommons.FontChooser
 
getSerializeHeader() - Static method in class thing.Settings
 
getSerializeIndentChar() - Static method in class thing.Settings
 
getSerializeIndentSize() - Static method in class thing.Settings
 
getShowHiddenFiles() - Method in class thinletcommons.FileChooser
 
getTotalCount(Thinlet, Object) - Static method in class thing.ThinletWorkarounds
Returns the total count of all sub-components of the specified components, including the children's children, recursively.
getType() - Method in class thing.ThinletDTD.Property
 
getTypeName() - Method in class thing.ThinletDTD.Property
 
getTypeName(int) - Static method in class thing.ThinletDTD.Property
 
getValue(Object, String) - Method in class thing.PropertyManager
 
getValue(Object, ThinletDTD.Property) - Method in class thing.PropertyManager
 
getValueString(Object, String) - Method in class thing.PropertyManager
 
getValueString(Object, ThinletDTD.Property) - Method in class thing.PropertyManager
 
getWidget() - Method in class thing.ThinletDTD.Property
 
getWidget(String) - Static method in class thing.ThinletDTD
 
goHome() - Method in class thinletcommons.FileChooser
Thinlet callback.
goUp() - Method in class thinletcommons.FileChooser
Thinlet callback.
gvSIGHandler - Class in thing
 
gvSIGHandler(Thinlet) - Constructor for class thing.gvSIGHandler
 

H

handleException(Throwable) - Method in class thinletcommons.LoggingThinlet
Log exceptions to a logger named "thinletcommons" with log level SEVERE.
Handler - Class in thing
ThinG GUI logic handler/controller.
hashCode() - Method in class thing.ThinletDTD.Property
 
hashCode() - Method in class thing.ThinletDTD.Widget
 
hasProperty(String) - Method in class thing.ThinletDTD.Widget
 

I

ICON - Static variable in class thing.ThinletDTD.Property
 
init(Object) - Method in class thinletcommons.DirChooser
Thinlet callback.
init(Object) - Method in class thinletcommons.FontChooser
Thinlet callback.
init(Object, Object, Object, Object, Object) - Method in class thinletcommons.MessageDialog
Thinlet callback.
init(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class thing.GenerateDialog
 
init(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class thinletcommons.ColorChooser
Thinlet callback.
INTEGER - Static variable in class thing.ThinletDTD.Property
 
isCancelled() - Method in class thing.ComponentChooser
 
isInstanceOf(String) - Method in class thing.ThinletDTD.Widget
Checks whether the class of this Widget is derived from the Widget with the specified classname, by checking the parents of this Widget.
isSubWidgetAllowed(String) - Method in class thing.ThinletDTD.Widget
 
isSubWidgetAllowed(ThinletDTD.Widget) - Method in class thing.ThinletDTD.Widget
 

K

KEYSTROKE - Static variable in class thing.ThinletDTD.Property
 

L

leave(Object, int) - Method in interface thing.ComponentWalker.Visitor
Called when the tree walker has visited all childs of the component.
load() - Method in class thing.Handler
 
load(File) - Method in class thing.gvSIGHandler
 
LoggingThinlet - Class in thinletcommons
A Thinlet component that logs exceptions to the JDK logging facility.
LoggingThinlet() - Constructor for class thinletcommons.LoggingThinlet
 

M

main(String[]) - Static method in class thing.Generator
 
main(String[]) - Static method in class thing.Main
The ThinG main method.
main(String[]) - Static method in class thinletcommons.FileChooser
Test method.
main(String[]) - Static method in class thinletcommons.ThinletTester
 
Main - Class in thing
ThinG main class.
mark(int) - Method in class utils.ReaderInputStream
 
markSupported() - Method in class utils.ReaderInputStream
 
menu_edit_copy() - Method in class thing.Handler
 
menu_edit_cut() - Method in class thing.Handler
 
menu_edit_delete() - Method in class thing.Handler
 
menu_edit_paste() - Method in class thing.Handler
 
menu_edit_paste_systemcb() - Method in class thing.Handler
 
menu_edit_settings() - Method in class thing.Handler
 
menu_file_exit() - Method in class thing.Handler
 
menu_file_new() - Method in class thing.Handler
 
menu_file_open() - Method in class thing.Handler
 
menu_file_reload() - Method in class thing.Handler
 
menu_file_save() - Method in class thing.Handler
 
menu_file_save_as() - Method in class thing.Handler
 
menu_help_about() - Method in class thing.Handler
 
menu_tools_generate() - Method in class thing.Handler
 
MessageDialog - Class in thinletcommons
A Thinlet message dialog with configurable OK/CANCEL/YES/NO-Buttons.
MessageDialog(Dialog, String, Image, String) - Constructor for class thinletcommons.MessageDialog
Show a simple message dialog with an "Ok" button and a custom icon.
MessageDialog(Dialog, String, Image, String, int) - Constructor for class thinletcommons.MessageDialog
 
MessageDialog(Dialog, String, String) - Constructor for class thinletcommons.MessageDialog
Show a simple message dialog with an "Ok" button.
MessageDialog(Dialog, String, String, int) - Constructor for class thinletcommons.MessageDialog
 
MessageDialog(Frame, String, Image, String) - Constructor for class thinletcommons.MessageDialog
Show a simple message dialog with an "Ok" button and a custom icon.
MessageDialog(Frame, String, Image, String, int) - Constructor for class thinletcommons.MessageDialog
 
MessageDialog(Frame, String, String) - Constructor for class thinletcommons.MessageDialog
Show a simple message dialog with an "Ok" button.
MessageDialog(Frame, String, String, int) - Constructor for class thinletcommons.MessageDialog
 
METHOD - Static variable in class thing.ThinletDTD.Property
 
MODE_OK - Static variable in class thinletcommons.MessageDialog
 
MODE_OK_CANCEL - Static variable in class thinletcommons.MessageDialog
 
MODE_OPEN - Static variable in class thinletcommons.FileChooser
 
MODE_SAVE - Static variable in class thinletcommons.FileChooser
 
MODE_YES_NO - Static variable in class thinletcommons.MessageDialog
 
MODE_YES_NO_CANCEL - Static variable in class thinletcommons.MessageDialog
 
moveComponentDown() - Method in class thing.Handler
 
moveComponentUp() - Method in class thing.Handler
 

N

nodeExpanded(Object, Object) - Method in class thinletcommons.DirChooser
Thinlet callback.

O

ok() - Method in class thing.ComponentChooser
Thinlet callback.
ok() - Method in class thing.GenerateDialog
 
ok() - Method in class thinletcommons.ColorChooser
Thinlet callback.
ok() - Method in class thinletcommons.FileChooser
Thinlet callback.
ok(Object) - Method in class thinletcommons.DirChooser
Thinlet callback.
ok(Object, Object, Object, Object) - Method in class thinletcommons.FontChooser
Thinlet callback.
ok(String, String, boolean, boolean, String) - Method in class thing.SettingsDialog
 

P

paint(Graphics) - Method in class thinletcommons.AntiAliasedThinlet
 
paint(Graphics) - Method in class thinletcommons.ThinletDialog
Create a double buffer if needed, the thinlet component paints the content.
parse(Reader, ThinletReader.SAXHandler) - Method in class thing.ThinletReader
 
parse(String, ThinletReader.SAXHandler) - Method in class thing.ThinletReader
 
propEditBooleanChanged(String, boolean) - Method in class thing.Handler
 
propEditChoiceChanged(Object, int) - Method in class thing.Handler
 
propEditChooseButtonClicked() - Method in class thing.Handler
 
propEditIntegerChanged(String) - Method in class thing.Handler
 
propEditReset() - Method in class thing.Handler
 
propEditStringChanged(String) - Method in class thing.Handler
 
PROPERTY - Static variable in class thing.ThinletDTD.Property
 
PropertyManager - Class in thing
An instance of this class maintains the properties of the components contained in a given Thinlet.
PropertyManager(Thinlet) - Constructor for class thing.PropertyManager
 

R

read() - Method in class utils.ReaderInputStream
 
reader - Variable in class utils.ReaderInputStream
 
ReaderInputStream - Class in utils
This class is the opposite of java.io.InputStreamReader: it provides a bridge from (new) character streams (Reader) to (old) byte streams (InputStream).
ReaderInputStream(Reader) - Constructor for class utils.ReaderInputStream
 
removeComponent(Object) - Method in class thing.PropertyManager
 
reset() - Method in class utils.ReaderInputStream
 

S

save(boolean) - Method in class thing.Handler
Save the current document.
save(File) - Method in class thing.gvSIGHandler
 
selectionChanged(Object, Object) - Method in class thing.ComponentChooser
Thinlet callback.
serialize(Object, int, char, String) - Method in class thing.Serializer
 
Serializer - Class in thing
A serializer that serializes a tree of Thinlet components to a string containing Thinlet XML.
Serializer(Thinlet, PropertyManager) - Constructor for class thing.Serializer
 
setContent(Thinlet) - Method in class thinletcommons.ThinletDialog
 
setFileFilters(FileFilter[]) - Method in class thinletcommons.FileChooser
Set the list of choosable file filters.
setGenerateAsThinlet(boolean) - Method in class thing.Generator
 
setGenerateFirstLine(boolean) - Method in class thing.Generator
 
setGenerateMain(boolean) - Method in class thing.Generator
 
setHandlerClassname(String) - Method in class thing.Generator
 
setIconDir(String) - Static method in class thing.Settings
 
setInterfaceName(String) - Method in class thing.Generator
 
setLastDir(String) - Static method in class thing.Settings
 
setOutputDirectory(File) - Method in class thing.Generator
 
setPackageName(String) - Method in class thing.Generator
 
setSelectedColor(Color) - Method in class thinletcommons.ColorChooser
 
setSelectedComponent(String) - Method in class thing.ComponentChooser
 
setSelectedDirectory(File) - Method in class thinletcommons.DirChooser
 
setSelectedFile(File) - Method in class thing.Handler
 
setSelectedFile(File) - Method in class thinletcommons.FileChooser
 
setSelectedFont(Font) - Method in class thinletcommons.FontChooser
 
setSelectedItem(Thinlet, Object, Object) - Static method in class thing.ThinletWorkarounds
Sets the selected item of the specified component, deselects all others.
setSerializeHeader(String) - Static method in class thing.Settings
 
setSerializeIndentChar(char) - Static method in class thing.Settings
 
setSerializeIndentSize(int) - Static method in class thing.Settings
 
setShowHiddenFiles(boolean) - Method in class thinletcommons.FileChooser
 
Settings - Class in thing
Get and set user preferences for ThinG, using the JDK 1.4 preferences API.
Settings() - Constructor for class thing.Settings
 
SettingsDialog - Class in thing
Dialog "Edit Settings".
SettingsDialog(Frame) - Constructor for class thing.SettingsDialog
 
setValue(Object, String, String) - Method in class thing.PropertyManager
 
setValue(Object, ThinletDTD.Property, String) - Method in class thing.PropertyManager
Set a property value for the specified component.
setWriterForHandler(Writer) - Method in class thing.Generator
 
setWriterForInterface(Writer) - Method in class thing.Generator
 
show() - Method in class thing.ComponentChooser
Show the modal dialog.
show() - Method in class thing.GenerateDialog
 
show() - Method in class thing.SettingsDialog
 
show() - Method in class thinletcommons.ColorChooser
Show the modal dialog.
show() - Method in class thinletcommons.DirChooser
Show the modal dialog.
show() - Method in class thinletcommons.FileChooser
Show the modal dialog.
show() - Method in class thinletcommons.FontChooser
Show the modal dialog.
show() - Method in class thinletcommons.MessageDialog
Show the modal message dialog.
skip(long) - Method in class utils.ReaderInputStream
 
sliderChanged(int, Object) - Method in class thinletcommons.ColorChooser
Thinlet callback.
spinboxChanged(String, Object) - Method in class thinletcommons.ColorChooser
Thinlet callback.
startElement(String, Hashtable) - Method in interface thing.ThinletReader.SAXHandler
Called when the ThinletReader visits a new element, before visiting all of its children.
STRING - Static variable in class thing.ThinletDTD.Property
 
string2color(String) - Static method in class thing.ThinletWorkarounds
Ripped off Thinlet.addAttribute(): returns a Color object for a color description such as "#A0A0A0" or "0xA0A0A0" or "240,240,240".
string2font(Thinlet, String) - Static method in class thing.ThinletWorkarounds
Ripped off Thinlet.addAttribute(): returns a Font object for a thinlet font description such as "Serif 10 bold italic".

T

tableHeaderChanged(Object, Object, Object, Object) - Method in class thinletcommons.FileChooser
Thinlet callback.
tableRowDoubleClicked() - Method in class thinletcommons.FileChooser
Thinlet callback.
tableRowSelected() - Method in class thinletcommons.FileChooser
Thinlet callback.
tableSelectionChanged() - Method in class thing.Handler
 
tabSelected(int) - Method in class thing.Handler
serialize the current components tree every time the user switches to the XML panel.
textfieldChanged(Object) - Method in class thing.GenerateDialog
 
thing - package thing
This package contains the ThinG application.
thinletcommons - package thinletcommons
This package contains some common gui widgets such as a directory chooser, a font chooser, a generic message dialog box etc.
ThinletDialog - Class in thinletcommons
ThinletDialog is a modal double buffered dialog containing a thinlet component.
ThinletDialog(Dialog) - Constructor for class thinletcommons.ThinletDialog
 
ThinletDialog(Dialog, String) - Constructor for class thinletcommons.ThinletDialog
 
ThinletDialog(Frame) - Constructor for class thinletcommons.ThinletDialog
 
ThinletDialog(Frame, String) - Constructor for class thinletcommons.ThinletDialog
 
ThinletDTD - Class in thing
This class encapsulates the DTD for Thinlet DTD.
ThinletDTD() - Constructor for class thing.ThinletDTD
 
ThinletDTD.Property - Class in thing
A Property represents an attribute of a Thinlet component, such as "width", "name" or "action".
ThinletDTD.Widget - Class in thing
A Widget represents a Thinlet component, such as "button" or "label".
ThinletReader - Class in thing
A SAX parser for Thinlet XML.
ThinletReader() - Constructor for class thing.ThinletReader
 
ThinletReader.SAXHandler - Interface in thing
A callback handler for the ThinletReader.
ThinletTester - Class in thinletcommons
 
ThinletTester() - Constructor for class thinletcommons.ThinletTester
 
ThinletWorkarounds - Class in thing
This class encapsulates workarounds for missing functionality in Thinlet.java.
ThinletWorkarounds() - Constructor for class thing.ThinletWorkarounds
 
toggleShowHiddenFiles(boolean) - Method in class thinletcommons.FileChooser
Thinlet callback.
toString() - Method in class thing.ThinletDTD.Property
 
toString() - Method in class thing.ThinletDTD.Widget
 
toString(Object) - Static method in class thing.ThinletWorkarounds
Returns a short string representation of the specified component, for example "button:btnOk".
treeSelectionChanged() - Method in class thing.Handler
 

U

update(Graphics) - Method in class thinletcommons.ThinletDialog
Call the paint method to redraw this component without painting a background rectangle.
utils - package utils
This package contains some common utilities not dependent on Thinlet.

V

visit(Object, int) - Method in interface thing.ComponentWalker.Visitor
Called if the tree walker visits a new component.

W

walk(Thinlet, Object, ComponentWalker.Visitor) - Method in class thing.ComponentWalker
Walk the component hierarchy starting at component.
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form