birchconfig
Class URLholder
- public class URLholder
- Holds components of URL as set by URLbuilder Objects of this class are used to store the values entered using URLbuilder so that each time you call the URLbuilder, it remembers what you entered last time.
Fields:
- URLtitle - title used in URLbuilder window
- prefix - eg. www
- secondary - secondary level domain
- primary - primary level domain eg. .com, .net
- tilda - preceeds userid
- useridDir - userid or directory name
- URLstr - string representation of the above components, made using makeURLstring()
- isValid - true if the URL points to an existing page
- URLTextField - JTextfield, used for displaying the URLstr
copyValues
void copyValues(birchconfig.URLholder UH)
- Copy fields from another URLholder
makeURLstring
void makeURLstring()
- Set URLstr to a string representation of the URL, based on the other variables.