A C D E F G I J L M O P R S T U X

S

STRETCH_BOTH - Static variable in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
STRETCH_HORIZONTAL - Static variable in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
STRETCH_NONE - Static variable in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
STRETCH_VERTICAL - Static variable in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
StringUtils - class com.abstractics.utils.StringUtils.
Various static methods to perform simple String manipulations
SwingUtils - class com.abstractics.utils.swing.SwingUtils.
Various static method utilities for dealing with Swing related tasks.
setAllowEditorDialog(boolean) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Controls if the panel allows double-right-click editing on the panel.

A System property for xmlpanel.allowEditorDialog can also be set to true which will cause all panels to allow the editing, regardless of this setting.
setBackgroundImage(ImageIcon) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Sets an image that should be painted one the background of the panel.
setBackgroundImageAlign(int) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
If a background image has been specified using XmlPanel.setBackgroundImage(ImageIcon) and XmlPanel.isBackgroundImageTileX() is false, then this setting can be used to control the placement of the image on the panel.
Use SwingConstants alignment variables (CENTER, NORTHWEST, etc.) to specify the alignment.
Default setting is SwingConstants.NORTHWEST
setBackgroundImageAlign(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Provided so the alignment can be set from XML.
setBackgroundImageTileX(boolean) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
If a background image has been specified using XmlPanel.setBackgroundImage(ImageIcon), then setting this property to true will cause the image to be repeatedly painted from left to right, and the vertical placement will be determined by XmlPanel.getBackgroundImageAlign() - NORTH, CENTER, or SOUTH.
If both the X and Y tiling are on, then the image will be tiled everywhere, starting at the northwest corner.
Default setting is false.
setBackgroundImageTileY(boolean) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
If a background image has been specified using XmlPanel.setBackgroundImage(ImageIcon), then setting this property to true will cause the image to be repeatedly painted from top to bottom, and the horizontal placement will be determined by XmlPanel.getBackgroundImageAlign() - WEST, CENTER, or EAST.
If both the X and Y tiling are on, then the image will be tiled everywhere, starting at the northwest corner.
Default setting is false.
setCancelAvailable(boolean) - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
If the Cancel button should be shown (default) then set this to true.
setCurrentFile(File) - Method in class com.abstractics.xmlpanel.swing.XmlPanelEditDialog
 
setDefaultValues(Object[]) - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
setDefaultValues(Object[]) - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
Allows the default objects to be set for each of the questions, in order.
For text boxes/areas, object should be a String.
For checkboxes, object should be a java.lang.Boolean object.
For comboboxes, object should be equal to one of the values that was given for the combobox.
setXml(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
 
setXml(Reader) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
 
setXml(File) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
 
setXml(InputStream) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
 
show() - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
Causes the dialog to be shown.
stripChars(String, char[]) - Static method in class com.abstractics.utils.StringUtils
 
stripNewlines(String) - Static method in class com.abstractics.utils.StringUtils
Given a String, any newlines will be removed and replaced with a space

A C D E F G I J L M O P R S T U X