public class RStringStrategy
extends java.lang.Object
Class RStringStrategy holds the strategy for STAFPC to generate R-Strings optionally.
Class RStringStrategySettings, a modal JDialog, is used to modify the strategy.
Internally used in package org.safs.tools.drivers.
- Since:
- NOV 27, 2008
- Author:
- JunwuMa
NOV 27, 2008 Original Release
JAN 16, 2009 (JunwuMa) Modify class RStringStrategy and add member ifIndexOnly to decide if using 'Index/ClassIndex' only when generating R-Strings. See S0548633.
Change the GUI of RStringStrategySettings adding 'Use Index Only' option.
DEC 29, 2009 (JunwuMa) Add class doChildrenOptions for SPC to call and decide if ignore the children of TLC,
TLC stands for TABLE/LISTBOX/LISTVIEW/COMBOBOX. Sometimes, the components embedded in TLC are cared by user.
SEP 27, 2010 (LeiWang) Add some option names;
Add "use generic type" functionality. Not in use yet, if need, just un-comment one line in method populateFrame()
AUG 14, 2013 (Carl Nagle) Added useClassNotSubType to allow Class= over Type= even when a superclass does match to a known Type.