- SchemaGenerator - Class in org.swixml
-
Swixml XML Schema Generator
- SchemaGenerator() - Constructor for class org.swixml.SchemaGenerator
-
- setActionListener(Component, ActionListener) - Method in class org.swixml.SwingEngine
-
Recursively Sets an ActionListener
Backtracking algorithm: if al was set for a child component, its not being set for its parent
.
- setAlignment(int) - Method in class org.swixml.XTitledSeparator
-
Sets the title alignment.
- setAnchor(int) - Method in class org.swixml.XGridBagConstraints
-
- setAppFrame(Frame) - Static method in class org.swixml.SwingEngine
-
Sets the SwingEngine's global application frame variable, to be used as a parent for all child dialogs.
- setBackground(Color) - Method in class org.swixml.XScrollPane
-
Sets the background color of this component's viewport.
- setClassLoader(ClassLoader) - Method in class org.swixml.SwingEngine
-
Sets a classloader to be used for all getResourse..() and loadClass() calls.
- setDefaultLocale(Locale) - Static method in class org.swixml.SwingEngine
-
Sets the SwingEngine's global locale, to be used by all SwingEngine instances.
- setDisabledIcons(String) - Method in class org.swixml.XTabbedPane
-
Sets the disabled icon at index
to icon
which can be null
.
- setDisplayedMnemonics(String) - Method in class org.swixml.XTabbedPane
-
Provides a hint to the look and feel as to which character in the
text should be decorated to represent the mnemonic.
- setEnabled(String) - Method in class org.swixml.XTabbedPane
-
Sets whether or not the tab at index
is enabled.
- setFill(int) - Method in class org.swixml.XGridBagConstraints
-
- setGridheight(int) - Method in class org.swixml.XGridBagConstraints
-
- setGridwidth(int) - Method in class org.swixml.XGridBagConstraints
-
- setGridx(int) - Method in class org.swixml.XGridBagConstraints
-
- setGridy(int) - Method in class org.swixml.XGridBagConstraints
-
- setIconImage(Image) - Method in class org.swixml.XDialog
-
Sets the application frame system icon.
- setIcons(String) - Method in class org.swixml.XTabbedPane
-
Sets the icons for all tabs.
- setInsets(Insets) - Method in class org.swixml.XGridBagConstraints
-
- setIpadx(int) - Method in class org.swixml.XGridBagConstraints
-
- setIpady(int) - Method in class org.swixml.XGridBagConstraints
-
- setLocale(Locale) - Method in class org.swixml.Localizer
-
Sets this Localizer's locale.
- setLocale(Locale) - Method in class org.swixml.SwingEngine
-
Sets the locale to be used during parsing / String conversion
- setMacOSXSuport(boolean) - Static method in class org.swixml.SwingEngine
-
Enables or disables support of Mac OS X GUIs
- setMnemonics(String) - Method in class org.swixml.XTabbedPane
-
Sets the keyboard mnemonic for accessing the specified tab.
- setResourceBundle(String) - Method in class org.swixml.Localizer
-
Sets this Localizer's ResourceBundle.
- setResourceBundle(String) - Method in class org.swixml.SwingEngine
-
Sets the ResourceBundle to be used during parsing / String conversion
- setResourceBundleName(String) - Static method in class org.swixml.SwingEngine
-
Sets the SwingEngine's global resource bundle name, to be used by all SwingEngine instances.
- setSeparator(String) - Static method in class org.swixml.Localizer
-
Sets the regular expression used to split a key, that could not be found in the resource bundle.
- SETTER_ID - Static variable in interface org.swixml.Factory
-
Specifies the prefix string for all setter methods
- setText(String) - Method in class org.swixml.XTitledSeparator
-
Sets the title of the separator.
- setTitles(String) - Method in class org.swixml.XTabbedPane
-
Sets the title for all tabs.
- setToolTipTexts(String) - Method in class org.swixml.XTabbedPane
-
Sets the tooltip text at index
to toolTipText
which can be null
.
- setValue(String) - Method in class org.swixml.Attribute
-
- setWeightx(double) - Method in class org.swixml.XGridBagConstraints
-
- setWeighty(double) - Method in class org.swixml.XGridBagConstraints
-
- SHIFT_DOWN_MASK - Static variable in interface org.swixml.converters.InputEvent
-
The SHIFT key extended modifier constant.
- SHIFT_MASK - Static variable in interface org.swixml.converters.InputEvent
-
The shift key modifier constant.
- show() - Method in class org.swixml.XDialog
-
Deprecated.
- StringConverter - Class in org.swixml.converters
-
The StringConverter class defines / describes
- StringConverter() - Constructor for class org.swixml.converters.StringConverter
-
- SwingEngine - Class in org.swixml
-
The SwingEngine class is the rendering engine able to convert an XML descriptor into a java.swing UI.
- SwingEngine() - Constructor for class org.swixml.SwingEngine
-
Default ctor for a SwingEngine.
- SwingEngine(Object) - Constructor for class org.swixml.SwingEngine
-
Constructor to be used if the SwingEngine is not extend but used through object composition.
- SwingEngine(String) - Constructor for class org.swixml.SwingEngine
-
Constructs a new SwingEngine, rendering the provided XML into a javax.swing UI
- SwingEngine(ClassLoader, String) - Constructor for class org.swixml.SwingEngine
-
Deprecated.
- SwingTagLibrary - Class in org.swixml
-
The SwingTagLibrary contains Factories for all Swing Objects that can be instatiated by
parsing an XML descriptor at runtime.