Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C E G H I L O P R S T U

A

AbstractChoice - class com.eireneh.config.choices.AbstractChoice.
An AbstractChoice is one that registers itself with AbstractChoice when it starts up, so that we don't need to pass parameters around the place the whole time.
AbstractChoice() - Constructor for class com.eireneh.config.choices.AbstractChoice
 
ActionChoice - class com.eireneh.config.choices.ActionChoice.
An ActionChoice just presents a button for some custom action.
ActionChoice(String, Runnable) - Constructor for class com.eireneh.config.choices.ActionChoice
Construct an ActionChoice

B

BooleanChoice - class com.eireneh.config.choices.BooleanChoice.
BooleanChoice.
BooleanChoice() - Constructor for class com.eireneh.config.choices.BooleanChoice
 
base - Variable in class com.eireneh.config.choices.ClassChoices
The available Classes

C

ChoiceSetsChoice - class com.eireneh.config.choices.ChoiceSetsChoice.
Select which Extenders to allow to extend the config
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ChoiceSetsChoice(Config) - Constructor for class com.eireneh.config.choices.ChoiceSetsChoice
Create a new ExtenderChoice
ClassChoices - class com.eireneh.config.choices.ClassChoices.
ClassChoices declares the Choices and actions needed to dynamically change the look and feel (PLAF) and to add new PLAFs without needing to restart.
ClassChoices(Class, Hashtable) - Constructor for class com.eireneh.config.choices.ClassChoices
Create a ClassChoice
ClassChoices.Current - class com.eireneh.config.choices.ClassChoices.Current.
This defines a Choice interface to display a ComboBox with the available Classes.
ClassChoices.Current() - Constructor for class com.eireneh.config.choices.ClassChoices.Current
 
ClassChoices.Options - class com.eireneh.config.choices.ClassChoices.Options.
This defines a Choice interface to display a table to edit the available Classes
ClassChoices.Options(Class) - Constructor for class com.eireneh.config.choices.ClassChoices.Options
Create an Options Choice
com.eireneh.config.choices - package com.eireneh.config.choices
 
config - Variable in class com.eireneh.config.choices.ChoiceSetsChoice
The Config that we are extending

E

extenders - Variable in class com.eireneh.config.choices.ChoiceSetsChoice
The current list of extenders

G

getArray() - Method in class com.eireneh.config.choices.ChoiceSetsChoice
Generalized read Object from the Properties file
getArray() - Method in class com.eireneh.config.choices.StringArrayChoice
Generalized read Object from the Properties file
getBoolean() - Method in class com.eireneh.config.choices.BooleanChoice
Generalized read boolean from the Properties file
getCurrentChoice() - Method in class com.eireneh.config.choices.ClassChoices
Gets the Choice for the currently selected Class
getCurrentClass() - Method in class com.eireneh.config.choices.ClassChoices
All changes to the current Class are piped through this method.
getHashtable() - Method in class com.eireneh.config.choices.ClassChoices.Options
Generalized read Object from the Properties file
getHashtable() - Method in class com.eireneh.config.choices.HashtableChoice
Generalized read Object from the Properties file
getHelpText() - Method in class com.eireneh.config.choices.AbstractChoice
Get some help on this Field.
getHelpText() - Method in class com.eireneh.config.choices.ClassChoices.Current
Some help text
getHelpText() - Method in class com.eireneh.config.choices.ClassChoices.Options
Some help text
getInt() - Method in class com.eireneh.config.choices.IntegerChoice
Generalized read integer from the Properties file
getInt() - Method in class com.eireneh.config.choices.OptionsChoice
Generalized read integer from the Properties file
getObject() - Method in class com.eireneh.config.choices.ObjectChoice
Fetch an object
getOptionsChoice() - Method in class com.eireneh.config.choices.ClassChoices
Gets the Choice for the currently selected Class
getString() - Method in class com.eireneh.config.choices.ActionChoice
Generalized read boolean from the Properties file
getString() - Method in class com.eireneh.config.choices.BooleanChoice
Generalized read boolean from the Properties file
getString() - Method in class com.eireneh.config.choices.ClassChoices.Current
Generalized read String from the Properties file
getString() - Method in class com.eireneh.config.choices.HashtableChoice
Generalized read boolean from the Properties file
getString() - Method in class com.eireneh.config.choices.IntegerChoice
Generalized read boolean from the Properties file
getString() - Method in class com.eireneh.config.choices.ObjectChoice
Generalized read Object from the Properties file
getString() - Method in class com.eireneh.config.choices.OptionsChoice
Generalized read boolean from the Properties file
getString() - Method in class com.eireneh.config.choices.StringArrayChoice
Generalized read boolean from the Properties file
getString() - Method in class com.eireneh.config.choices.TextViewChoice
There is a good change that this will be a read-only option so the default is to do nothing with any values
getType() - Method in class com.eireneh.config.choices.AbstractChoice
This method is used to configure a good way of editing this component.
getType() - Method in class com.eireneh.config.choices.ActionChoice
Override this to check and note any change
getType() - Method in class com.eireneh.config.choices.BooleanChoice
Override this to check and note any change
getType() - Method in class com.eireneh.config.choices.ClassChoices.Current
A GUI component
getType() - Method in class com.eireneh.config.choices.ClassChoices.Options
Override this to check and note any change
getType() - Method in class com.eireneh.config.choices.HashtableChoice
Override this to check and note any change
getType() - Method in class com.eireneh.config.choices.IntegerChoice
Override this to check and note any change
getType() - Method in class com.eireneh.config.choices.OptionsChoice
 
getType() - Method in class com.eireneh.config.choices.StringArrayChoice
Override this to check and note any change
getType() - Method in class com.eireneh.config.choices.TextViewChoice
Point at a TextViewPanel if possible
getTypeOptions() - Method in class com.eireneh.config.choices.AbstractChoice
This method is used to configure a the type selected above.
getTypeOptions() - Method in class com.eireneh.config.choices.ActionChoice
Override this to check and note any change
getTypeOptions() - Method in class com.eireneh.config.choices.ClassChoices.Current
A GUI component
getTypeOptions() - Method in class com.eireneh.config.choices.ClassChoices.Options
A GUI component
getTypeOptions() - Method in class com.eireneh.config.choices.HashtableChoice
The type that we are editing
getTypeOptions() - Method in class com.eireneh.config.choices.OptionsChoice
 
getTypeOptions() - Method in class com.eireneh.config.choices.StringArrayChoice
The type that we are editing
getTypeOptions() - Method in class com.eireneh.config.choices.TextViewChoice
This method is used to configure a the type selected above.
getUserLevel() - Method in class com.eireneh.config.choices.AbstractChoice
Gets a default user level (beginner to advanced)
getUserLevel() - Method in class com.eireneh.config.choices.ClassChoices.Options
This is not something we'd like to allow basic users to do

H

HashtableChoice - class com.eireneh.config.choices.HashtableChoice.
IntegerChoice.
HashtableChoice(Class) - Constructor for class com.eireneh.config.choices.HashtableChoice
Construct an Object Choice
HashtableChoice() - Constructor for class com.eireneh.config.choices.HashtableChoice
Construct an Object Choice

I

IntegerChoice - class com.eireneh.config.choices.IntegerChoice.
IntegerChoice.
IntegerChoice() - Constructor for class com.eireneh.config.choices.IntegerChoice
 
isSaveable() - Method in class com.eireneh.config.choices.AbstractChoice
Is this Choice OK to write out to a file, or should we use settings in this run of the program, but forget them for next time.
isSaveable() - Method in class com.eireneh.config.choices.ActionChoice
Save this setting to disk?

L

label - Variable in class com.eireneh.config.choices.ActionChoice
The button label

O

ObjectChoice - class com.eireneh.config.choices.ObjectChoice.
ObjectChoice.
ObjectChoice() - Constructor for class com.eireneh.config.choices.ObjectChoice
Construct an Object Choice
OptionsChoice - class com.eireneh.config.choices.OptionsChoice.
OptionsChoice.
OptionsChoice(String[]) - Constructor for class com.eireneh.config.choices.OptionsChoice
Construct an Options Choice
options - Variable in class com.eireneh.config.choices.ClassChoices
The available Classes
options - Variable in class com.eireneh.config.choices.OptionsChoice
The allowed options

P

priority() - Method in class com.eireneh.config.choices.AbstractChoice
Sometimes we need to ensure that we configure items in a certain order, the config package moves the changes to the application starting with the highest priority, moving to the lowest
priority() - Method in class com.eireneh.config.choices.ChoiceSetsChoice
Sometimes we need to ensure that we configure items in a certain order, the config package moves the changes to the application starting with the highest priority, moving to the lowest

R

requiresRestart() - Method in class com.eireneh.config.choices.AbstractChoice
Do we need to restart the program in order for this change to have effect?
runner - Variable in class com.eireneh.config.choices.ActionChoice
What to do when we are clicked

S

StringArrayChoice - class com.eireneh.config.choices.StringArrayChoice.
A StringArrayChoice allows the user to configure an array of strings for example in a PATH choice
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
StringArrayChoice(String) - Constructor for class com.eireneh.config.choices.StringArrayChoice
Construct an Object Choice
separator - Variable in class com.eireneh.config.choices.StringArrayChoice
The separator
setArray(String[]) - Method in class com.eireneh.config.choices.ChoiceSetsChoice
Generalized set Object to the Properties file
setArray(String[]) - Method in class com.eireneh.config.choices.StringArrayChoice
Generalized set Object to the Properties file
setBoolean(boolean) - Method in class com.eireneh.config.choices.BooleanChoice
Generalized set boolean to the Properties file
setCurrentClass(Class) - Method in class com.eireneh.config.choices.ClassChoices
All changes to the current Class are piped through this method.
setHashtable(Hashtable) - Method in class com.eireneh.config.choices.ClassChoices.Options
Generalized set Object to the Properties file
setHashtable(Hashtable) - Method in class com.eireneh.config.choices.HashtableChoice
Generalized set Object to the Properties file
setInt(int) - Method in class com.eireneh.config.choices.IntegerChoice
Generalized set integer to the Properties file
setInt(int) - Method in class com.eireneh.config.choices.OptionsChoice
Generalized set integer to the Properties file
setObject(Object) - Method in class com.eireneh.config.choices.ObjectChoice
Set a new object
setOptions(String[]) - Method in class com.eireneh.config.choices.OptionsChoice
Generalized read boolean from the Properties file
setString(String) - Method in class com.eireneh.config.choices.ActionChoice
Generalized set boolean to the Properties file
setString(String) - Method in class com.eireneh.config.choices.BooleanChoice
Generalized set boolean to the Properties file
setString(String) - Method in class com.eireneh.config.choices.ClassChoices.Current
Is this an allowed value
setString(String) - Method in class com.eireneh.config.choices.HashtableChoice
Generalized set boolean to the Properties file
setString(String) - Method in class com.eireneh.config.choices.IntegerChoice
Generalized set boolean to the Properties file
setString(String) - Method in class com.eireneh.config.choices.ObjectChoice
Generalized set Object to the Properties file
setString(String) - Method in class com.eireneh.config.choices.OptionsChoice
Generalized set boolean to the Properties file
setString(String) - Method in class com.eireneh.config.choices.StringArrayChoice
Generalized set boolean to the Properties file
setString(String) - Method in class com.eireneh.config.choices.TextViewChoice
There is a good change that this will be a read-only option so the default is to do nothing with any values
superclass - Variable in class com.eireneh.config.choices.HashtableChoice
The superclass of any hashtable values

T

TextViewChoice - class com.eireneh.config.choices.TextViewChoice.
The Log file stylizer.
TextViewChoice(URL) - Constructor for class com.eireneh.config.choices.TextViewChoice
Create a TextViewChoice with a URL to view

U

url - Variable in class com.eireneh.config.choices.TextViewChoice
The URL for the text file to view

A B C E G H I L O P R S T U