Uses of Class
org.jclarion.clarion.ClarionString

Packages that use ClarionString
org.jclarion.clarion   
org.jclarion.clarion.control   
org.jclarion.clarion.crash   
org.jclarion.clarion.hooks   
org.jclarion.clarion.jdbc   
org.jclarion.clarion.runtime   
org.jclarion.clarion.swing   
org.jclarion.clarion.view   
 

Uses of ClarionString in org.jclarion.clarion
 

Subclasses of ClarionString in org.jclarion.clarion
 class ClarionBlob
          Not entirely sure what a blob is.
 

Methods in org.jclarion.clarion that return ClarionString
 ClarionString ClarionString.all()
          Return source string repeated upto 255 characters
 ClarionString ClarionString.all(int src)
          Return this string repeated upto src characters long
 ClarionString ClarionString.center()
          Return center justified string
 ClarionString ClarionString.center(int offset)
          Return center justified string
static ClarionString ClarionString.chr(int ascii)
          Convert ascii code into a string
 ClarionString ClarionString.clip()
          return clipped string - trailing whitespace removed.
 ClarionString ClarionString.deformat(java.lang.String aFormat)
          Remove formatting characters from format For numeric - remove everything but numeric formatters For date, convert back to date format For time, convert back to time format For picture/key tokens return placeholder tokens
 ClarionString[] ClarionString.dim(int size)
          return 1d array clone of the object based on size.
 ClarionString[][] ClarionString.dim(int s1, int s2)
          return 2d array clone of the object based on size.
 ClarionString[][][] ClarionString.dim(int s1, int s2, int s3)
          return 3d array clone of the object based on size.
 ClarionString ClarionString.format(java.lang.String aFormat)
          Format string as per specified picture formatter
 ClarionString ClarionBasicFile.getNulls()
           
 ClarionString ClarionAsciiFile.getNulls()
           
abstract  ClarionString ClarionFile.getNulls()
          Get encoding of status of nulls used by SQL files
 ClarionString ClarionSQLFile.getNulls()
           
 ClarionString ClarionBinaryFile.getNulls()
           
 ClarionString ClarionFile.getPosition()
          Get file position
 ClarionString ClarionKey.getPosition()
          Get string position store for the given key
 ClarionString ClarionBasicFile.getPosition(ClarionKey key)
           
 ClarionString ClarionAsciiFile.getPosition(ClarionKey key)
           
abstract  ClarionString ClarionFile.getPosition(ClarionKey key)
           
 ClarionString ClarionSQLFile.getPosition(ClarionKey key)
           
 ClarionString ClarionBinaryFile.getPosition(ClarionKey key)
           
 ClarionString ClarionDecimal.getString()
           
 ClarionString ClarionAny.getString()
           
 ClarionString ClarionNumber.getString()
           
 ClarionString ClarionString.getString()
           
 ClarionString ClarionGroup.getString()
          Get string representation of group based on its memory model
abstract  ClarionString ClarionObject.getString()
          Convert to string object
 ClarionString ClarionReal.getString()
           
 ClarionString ClarionBool.getString()
           
 ClarionString ClarionString.left()
          return left(len())
 ClarionString ClarionString.left(int offset)
          Return string left shifted.
 ClarionString ClarionString.like()
          clone string
 ClarionString ClarionString.lower()
          Return lower cased string
static ClarionString Clarion.newString()
           
static ClarionString Clarion.newString(ClarionObject init)
           
static ClarionString Clarion.newString(int size)
           
static ClarionString Clarion.newString(java.lang.String content)
           
 ClarionString ClarionString.right()
          return right justified string
 ClarionString ClarionString.right(int offset)
          Return string right justified
 ClarionString ClarionString.setEncoding(int encoding)
          Set string encoding.
 ClarionString ClarionString.setName(java.lang.String name)
          Set external name for the object - used by external systems like SQL driver
 ClarionString ClarionString.setOver(ClarionMemoryModel o)
          Overlay string onto another clarion object
 ClarionString ClarionString.setOver(ClarionMemoryModel[] o)
          Overlay string onto another clarion object (array of objects)
 ClarionString[] ClarionString.setOverAndDim(ClarionMemoryModel over, int size)
           
 ClarionString ClarionString.setThread()
           
 ClarionString ClarionString.stringAt(ClarionObject o)
           
 ClarionString ClarionObject.stringAt(ClarionObject o)
           
 ClarionString ClarionString.stringAt(ClarionObject from, ClarionObject to)
           
 ClarionString ClarionObject.stringAt(ClarionObject from, ClarionObject to)
          Get sub string at given position
 ClarionString ClarionObject.stringAt(java.lang.Object pos)
          Get character at given position
 ClarionString ClarionObject.stringAt(java.lang.Object from, java.lang.Object to)
           
 ClarionString ClarionString.sub(int offset)
          return sub string from given offset.
 ClarionString ClarionString.sub(int offset, int len)
          Return sub string of offset and length
 ClarionString ClarionString.upper()
          Return uppercased string
 ClarionString ClarionGroup.who(int index)
          Return runtime name of object at given position.
 

Methods in org.jclarion.clarion with parameters of type ClarionString
 void ClarionQueue.add(ClarionString order)
          Add new record into queue, at the specified position.
 ClarionObject ReferenceBindProcedure.execute(ClarionString[] p)
           
abstract  ClarionObject BindProcedure.execute(ClarionString[] p)
           
 void ClarionQueue.get(ClarionString order)
          Get first matching specified record based on order setting If no record is found - call to position() will yield pointer to where record should of been found had there been one
 void ClarionBasicFile.get(ClarionString pointer, java.lang.Integer len)
           
 void ClarionAsciiFile.get(ClarionString pointer, java.lang.Integer len)
           
abstract  void ClarionFile.get(ClarionString pointer, java.lang.Integer len)
          retrieve record based on specified pointer position - previously returned by pointer command.
 void ClarionSQLFile.get(ClarionString pointer, java.lang.Integer len)
           
 void ClarionBinaryFile.get(ClarionString pointer, java.lang.Integer len)
           
static boolean ClarionFile.isPositionMatches(ClarionString string, ClarionObject[] scanFields)
           
 boolean ClarionPrinter.printerDialog(ClarionString title, java.lang.Integer mode)
           
 void ClarionBasicFile.reget(ClarionKey key, ClarionString string)
           
 void ClarionAsciiFile.reget(ClarionKey key, ClarionString string)
           
abstract  void ClarionFile.reget(ClarionKey key, ClarionString string)
           
 void ClarionSQLFile.reget(ClarionKey key, ClarionString string)
           
 void ClarionBinaryFile.reget(ClarionKey key, ClarionString string)
           
 void ClarionFile.reget(ClarionString string)
          Reget a record based on result of position method
 void ClarionKey.reget(ClarionString string)
          Re-fetch record from the database based on position string
 void ClarionBasicFile.reset(ClarionKey key, ClarionString string)
           
 void ClarionAsciiFile.reset(ClarionKey key, ClarionString string)
           
abstract  void ClarionFile.reset(ClarionKey key, ClarionString string)
           
 void ClarionSQLFile.reset(ClarionKey key, ClarionString string)
           
 void ClarionBinaryFile.reset(ClarionKey key, ClarionString string)
           
 void ClarionFile.reset(ClarionString string)
          Reset sequental processing based on specified position
 void ClarionKey.reset(ClarionString string)
          Re-set sequentual processing from the database based on position string
 ClarionFile ClarionFile.setName(ClarionString name)
           
 void ClarionBasicFile.setNulls(ClarionString nulls)
           
 void ClarionAsciiFile.setNulls(ClarionString nulls)
           
abstract  void ClarionFile.setNulls(ClarionString nulls)
          Restore encoding of status of nulls used by SQL files
 void ClarionSQLFile.setNulls(ClarionString nulls)
           
 void ClarionBinaryFile.setNulls(ClarionString nulls)
           
 void ClarionFile.setProperty(ClarionObject key, ClarionObject index, ClarionString value)
          Set file property.
 ClarionFile ClarionFile.setSource(ClarionString source)
          Specify owner of the file.
 void ClarionQueue.sort(ClarionString order)
           
 

Constructors in org.jclarion.clarion with parameters of type ClarionString
ClarionString(ClarionString base, java.lang.Thread lock)
           
 

Uses of ClarionString in org.jclarion.clarion.control
 

Methods in org.jclarion.clarion.control with parameters of type ClarionString
 ImageControl ImageControl.setText(ClarionString text)
           
 RadioControl RadioControl.setValue(ClarionString value)
           
 CheckControl CheckControl.setValue(ClarionString lo, ClarionString hi)
           
 

Uses of ClarionString in org.jclarion.clarion.crash
 

Methods in org.jclarion.clarion.crash with parameters of type ClarionString
 void CrashLog.log(ClarionString message)
           
 

Uses of ClarionString in org.jclarion.clarion.hooks
 

Methods in org.jclarion.clarion.hooks with parameters of type ClarionString
 void Filecallbackinterface.functionCalled(ClarionNumber newNumber, FilecallbackParams params, ClarionString newString, ClarionString newString2)
           
 void Filecallbackinterface.functionDone(ClarionNumber newNumber, FilecallbackParams params, ClarionString newString, ClarionString newString2)
           
 

Uses of ClarionString in org.jclarion.clarion.jdbc
 

Methods in org.jclarion.clarion.jdbc with parameters of type ClarionString
 void PgManager.backup(ClarionString _name)
           
 void PgManager.init(ClarionString name)
           
 

Uses of ClarionString in org.jclarion.clarion.runtime
 

Methods in org.jclarion.clarion.runtime that return ClarionString
static ClarionString CRun.command(java.lang.String string)
          Get command line argument
static ClarionString CWin.contents(int control)
          Return contents, in string form for the specified control
static ClarionString CExpression.evaluate(java.lang.String aString)
           
 ClarionString CExprImpl.evaluate(java.lang.String aString)
           
static ClarionString CWin.getClipboard()
           
static ClarionString CFile.getPath()
          Get current path
static ClarionString CFile.getShortPath(java.lang.String path)
          Get DOS path from long path
 

Methods in org.jclarion.clarion.runtime with parameters of type ClarionString
 ClarionObject ObjectBindProcedure.execute(ClarionString[] p)
           
static boolean CWin.fileDialog(java.lang.String title, ClarionString target, java.lang.String ifiles, int options)
           
static boolean CWin.fontDialog(java.lang.String title, ClarionString typeFace, ClarionNumber size, ClarionNumber color, ClarionNumber style, ClarionNumber added)
          Popup a dialog that allows user to select font
static java.lang.String CRun.getDBDescription(ClarionString source)
           
static ClarionNumber CRun.inlist(java.lang.String s, ClarionString[] objs)
          Return first match of specified value
static int CWin.message(ClarionString message)
          Display modal message
static int CWin.message(ClarionString message, ClarionString header)
          Display modal message
static int CWin.message(ClarionString message, ClarionString header, java.lang.String icon)
          Display modal message
static int CWin.message(ClarionString message, ClarionString header, java.lang.String icon, int button)
          Display modal message
static int CWin.message(ClarionString message, ClarionString header, java.lang.String icon, int button, int defButton)
          Display modal message
static int CWin.message(ClarionString message, ClarionString header, java.lang.String icon, int button, int defButton, int style)
          Display modal message
 int CWinImpl.message(ClarionString message, ClarionString header, java.lang.String icon, int button, int defButton, int style)
           
static boolean CWin.printerDialog(ClarionString title, java.lang.Integer mode)
          Select a printer
static void CWin.setClipboard(ClarionString content)
           
 

Uses of ClarionString in org.jclarion.clarion.swing
 

Fields in org.jclarion.clarion.swing declared as ClarionString
 ClarionString SimpleComboQueue.item
           
 

Uses of ClarionString in org.jclarion.clarion.view
 

Methods in org.jclarion.clarion.view that return ClarionString
 ClarionString ClarionView.getPosition()
           
 

Methods in org.jclarion.clarion.view with parameters of type ClarionString
 void ClarionView.reget(ClarionString position)
           
 void ClarionView.reset(ClarionString position)
          Reset based on indicated position Essentially - reget() following by a reset(file)
 



Copyright © 2010. All Rights Reserved.