A B C D E F G H I J K L M N O P Q R S T U V W

A

AboutAction - Class in net.shredzone.jinn.action
Show an about window.
AboutAction(Registry) - Constructor for class net.shredzone.jinn.action.AboutAction
Create a new AboutAction.
AbstractLine - Class in net.shredzone.jinn.property
This is an abstract implementation of the Line interface.
AbstractLine() - Constructor for class net.shredzone.jinn.property.AbstractLine
 
accept(File) - Method in class net.shredzone.jinn.gui.PropertiesFileFilter
Check if this filter accepts the given file.
ACTION_ABOUT - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
AboutAction: Show an about dialog
ACTION_CLEAN - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
CleanAction: Clean translation
ACTION_COPY - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
CopyAction: Copy marked text
ACTION_CUT - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
CutAction: Cut marked text
ACTION_GOTO - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
GotoAction: Goto a key
ACTION_MERGE - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
MergeAction: Merge a reference properties file
ACTION_NEW - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
OpenAction: A new set of translation properties
ACTION_NEXT - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
NextAction: Jump to the next untranslated string
ACTION_OPEN - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
OpenAction: Read a translation properties file
ACTION_PASTE - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
PasteAction: Paste into text
ACTION_QUIT - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
QuitAction: Close the application
ACTION_REDO - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
RedoAction: Redo change
ACTION_REVERT - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
RevertAction: Revert translation to the reference string
ACTION_SAVE - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
SaveAction: Save a translation properties file
ACTION_SAVEAS - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
SaveAction: Save a named translation properties file
ACTION_SEARCH - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
SearchAction: Search for text
ACTION_SEARCH_NEXT - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
SearchNextAction: Search for next occurence
ACTION_SEARCH_PREV - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
SearchNextAction: Search for previous occurence
ACTION_UNDO - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
UndoAction: Undo change
actionPerformed(ActionEvent) - Method in class net.shredzone.jinn.action.AsyncBaseAction
The action has been invoked from a button, menu item etc.
actionPerformed(ActionEvent) - Method in class net.shredzone.jinn.action.BaseAction
The action has been invoked from a button, menu item etc.
addActions(Registry, JTextComponent, JTextComponent, UndoManager) - Method in class net.shredzone.jinn.gui.JinnPane
Add all the actions of this pane.
addLine(Line) - Method in class net.shredzone.jinn.property.PropertyModel
Add a Line to this model.
addListDataListener(ListDataListener) - Method in class net.shredzone.jinn.gui.PropertyKeyModel
Add a ListDataListener which is notified when this model changes.
addListDataListener(ListDataListener) - Method in class net.shredzone.jinn.property.PropertyModel
Add a ListDataListener which is notified if the content of this PropertyModel changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.shredzone.jinn.property.AbstractLine
Add a PropertyChangeListener which is informed when the content of this Line was changed.
addPropertyChangeListener(PropertyChangeListener) - Method in interface net.shredzone.jinn.property.Line
Add a PropertyChangeListener which is informed when the content of this Line was changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.shredzone.jinn.Registry
Add a PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class net.shredzone.jinn.Registry
Add a PropertyChangeListener.
AsyncBaseAction - Class in net.shredzone.jinn.action
The base class for asynchronous actions.
AsyncBaseAction(String, Icon, String, KeyStroke) - Constructor for class net.shredzone.jinn.action.AsyncBaseAction
Create a new, asynchronous Action.

B

BaseAction - Class in net.shredzone.jinn.action
The basic class for all Jinn actions.
BaseAction(String, Icon, String, KeyStroke) - Constructor for class net.shredzone.jinn.action.BaseAction
Create a new, synchronous Action.
BaseSearchAction - Class in net.shredzone.jinn.action
The common superclass for all search operation actions.
BaseSearchAction(Registry, String, Icon, String, KeyStroke) - Constructor for class net.shredzone.jinn.action.BaseSearchAction
Create a new BaseSearchAction.
build() - Method in class net.shredzone.jinn.gui.JinnPane
Build the pane GUI.
build() - Method in class net.shredzone.jinn.gui.SearchPane
Build the pane GUI.

C

caretUpdate(CaretEvent) - Method in class net.shredzone.jinn.action.TextComponentAction
CaretListener implementation, do not use.
changedUpdate(DocumentEvent) - Method in class net.shredzone.jinn.action.TextComponentAction
DocumentListener implementation, do not use.
CleanAction - Class in net.shredzone.jinn.action
Clean the translation text.
CleanAction(Registry, JTextComponent, JTextComponent, UndoManager) - Constructor for class net.shredzone.jinn.action.CleanAction
Create a new CleanAction.
clear() - Method in class net.shredzone.jinn.property.PropertyModel
Clear the current model.
clone() - Method in class net.shredzone.jinn.property.AbstractLine
Clone a Line.
clone() - Method in interface net.shredzone.jinn.property.Line
A clone operation is a must-have for lines.
close() - Method in class net.shredzone.jinn.property.PropertiesReader
Close the PropertiesReader.
close() - Method in class net.shredzone.jinn.property.PropertiesWriter
Closes the stream.
CLOSED_OPTION - Static variable in class net.shredzone.jinn.gui.SearchPane
 
CommentLine - Class in net.shredzone.jinn.property
This class represents a single comment line of a properties file.
CommentLine(String) - Constructor for class net.shredzone.jinn.property.CommentLine
Create a new CommentLine with the given comment.
commit() - Method in class net.shredzone.jinn.gui.SearchPane
Write the current settings into the registry.
comp - Variable in class net.shredzone.jinn.action.TextComponentAction
 
createActions() - Method in class net.shredzone.jinn.Jinn
Create all Actions and put them into the registry.
createButton(String) - Method in class net.shredzone.jinn.gui.JinnToolBar
Create a JButton for a registry Action key, that is suitable for JToolBar usage.
CURRENT_KEY - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
The key String that is currenty selected

D

DEFAULT - Static variable in class net.shredzone.jinn.gui.PropertiesFileFilter
A public default instance for this filter.
doSave(Component) - Method in class net.shredzone.jinn.action.SaveAction
Saves the current properties file.

E

editor - Variable in class net.shredzone.jinn.action.CleanAction
 
editor - Variable in class net.shredzone.jinn.action.RevertAction
 
EmptyLine - Class in net.shredzone.jinn.property
This class represents a single empty line of a properties file.
EmptyLine() - Constructor for class net.shredzone.jinn.property.EmptyLine
Create a new empty line.
ExceptionDialog - Class in net.shredzone.jinn.gui
Informs the user about an Exception that has occured.
ExceptionDialog() - Constructor for class net.shredzone.jinn.gui.ExceptionDialog
 

F

FILE_LASTDIR - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
Last opened directory
FILE_REFERENCE - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
File of the reference
FILE_TRANSLATION - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
File of the translation
findKey(String) - Method in class net.shredzone.jinn.gui.PropertyKeyModel
Find a key and return its position.
findNext(String) - Method in class net.shredzone.jinn.gui.PropertyKeyRefModel
Find the next untranslated key.
fireDataAdded(int, int) - Method in class net.shredzone.jinn.property.PropertyModel
Notify that Lines within a range were added or inserted.
fireDataChanged(int, int) - Method in class net.shredzone.jinn.property.PropertyModel
Notify that Lines within a range were changed.
fireDataRemoved(int, int) - Method in class net.shredzone.jinn.property.PropertyModel
Notify that Lines within a range were removed.
firePropertyChange(String, String, String) - Method in class net.shredzone.jinn.property.AbstractLine
Fire a PropertyChangeEvent.
FLAG_CHANGED - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
 
flush() - Method in class net.shredzone.jinn.property.PropertiesWriter
Flushes the stream.
FRAME_MAIN - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
 

G

get(String) - Static method in class net.shredzone.jinn.pool.ImgPool
Get an ImageIcon by its name.
get(String) - Method in class net.shredzone.jinn.Registry
Get the value for a registry key.
getComment() - Method in class net.shredzone.jinn.property.CommentLine
Return the comment stored in this line.
getDescription() - Method in class net.shredzone.jinn.gui.PropertiesFileFilter
Get a human readable description for this filter.
getElementAt(int) - Method in class net.shredzone.jinn.gui.PropertyKeyModel
Get an element of this model.
getElementAt(int) - Method in class net.shredzone.jinn.property.PropertyModel
Get the Line element of a certain index.
getFrame(ActionEvent) - Method in class net.shredzone.jinn.action.BaseAction
Get the owner Frame of the ActionEvent's source object.
getItem(String) - Method in class net.shredzone.jinn.gui.JinnMenuBar
Create a menu Action for a registry Action key.
getKey() - Method in class net.shredzone.jinn.property.PropertyLine
Get the key of this entry.
getKeyAt(int) - Method in class net.shredzone.jinn.gui.PropertyKeyModel
Get an element of this model.
getLineAt(int) - Method in class net.shredzone.jinn.property.PropertyModel
Get the Line element of a certain index.
getLines() - Method in class net.shredzone.jinn.property.PropertyModel
Get a List of all lines contained in this model.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.shredzone.jinn.gui.KeyRenderer
Get a Component that draws the current line.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.shredzone.jinn.gui.LineRenderer
Get the Component that draws the list cell.
getPropertyLine(String) - Method in class net.shredzone.jinn.property.PropertyModel
Get the PropertyLine for the given resource key.
getReplacement() - Method in class net.shredzone.jinn.gui.SearchPane
Get the replacement string currently entered in the text field.
getResourceMap() - Method in class net.shredzone.jinn.property.PropertyModel
Get a Map of all PropertyLine contained in this Resource.
getScaled(String, int, int) - Static method in class net.shredzone.jinn.pool.ImgPool
Get an ImageIcon by its name, and scales it to the given dimensions.
getSearchTerm() - Method in class net.shredzone.jinn.action.BaseSearchAction
Get the search term to look for.
getSearchTerm() - Method in class net.shredzone.jinn.gui.SearchPane
Get the search term currently entered in the text field.
getSize() - Method in class net.shredzone.jinn.gui.PropertyKeyModel
Get the size of this model, i.e. the number of elements.
getSize() - Method in class net.shredzone.jinn.property.PropertyModel
Get the size of the list, which is equal to the number of Line objects in this model.
getString(String) - Method in class net.shredzone.jinn.Registry
Get a registry value, as key.
getValue() - Method in class net.shredzone.jinn.property.PropertyLine
Get the value that is currently set.
GotoAction - Class in net.shredzone.jinn.action
Go to a key.
GotoAction(Registry) - Constructor for class net.shredzone.jinn.action.GotoAction
Create a new GotoAction.

H

hasKey(String) - Method in class net.shredzone.jinn.gui.PropertyKeyModel
Check if a key is known to this model.

I

ImgPool - Class in net.shredzone.jinn.pool
Serves images from a common image pool.
ImgPool() - Constructor for class net.shredzone.jinn.pool.ImgPool
 
insertLine(int, Line) - Method in class net.shredzone.jinn.property.PropertyModel
Insert a Line into a certain index of this model.
insertUpdate(DocumentEvent) - Method in class net.shredzone.jinn.action.TextComponentAction
DocumentListener implementation, do not use.
is(String) - Method in class net.shredzone.jinn.Registry
Checks a boolean state of a registry key.
isCaseSensitive() - Method in class net.shredzone.jinn.action.BaseSearchAction
Check if the search shall be case sensitive.
isCaseSensitive() - Method in class net.shredzone.jinn.gui.SearchPane
Get the currently set search mode.
isChanged(String) - Method in class net.shredzone.jinn.gui.PropertyKeyRefModel
Check if a key's resource has been changed compared to the reference model.
isDebug() - Static method in class net.shredzone.jinn.gui.ExceptionDialog
Check if the debug mode is enabled.
isEmpty(String) - Method in class net.shredzone.jinn.gui.PropertyKeyRefModel
Check if a key's resource value is empty.
isNew(String) - Method in class net.shredzone.jinn.gui.PropertyKeyRefModel
Check if a key's resource is new.
isSelected() - Method in class net.shredzone.jinn.action.TextComponentAction
Helper method, returns true when a text is selected.
isSurplus(String) - Method in class net.shredzone.jinn.gui.PropertyKeyRefModel
Check if a key is surplus regarding the reference model.

J

Jinn - Class in net.shredzone.jinn
Jinn is a tool for easier translation of properties files.
Jinn() - Constructor for class net.shredzone.jinn.Jinn
 
JinnMenuBar - Class in net.shredzone.jinn.gui
This is the MenuBar of Jinn.
JinnMenuBar(Registry) - Constructor for class net.shredzone.jinn.gui.JinnMenuBar
 
JinnPane - Class in net.shredzone.jinn.gui
The main pane of Jinn.
JinnPane(Registry) - Constructor for class net.shredzone.jinn.gui.JinnPane
Create a new main Jinn pane, using the given Registry.
JinnRegistryKeys - Interface in net.shredzone.jinn
This interface documents the keys available in Jinn's Registry.
JinnToolBar - Class in net.shredzone.jinn.gui
This is Jinn's ToolBar.
JinnToolBar(Registry) - Constructor for class net.shredzone.jinn.gui.JinnToolBar
 

K

KeyList - Class in net.shredzone.jinn.gui
A KeyList is a JList that shows the keys of either a PropertyKeyModel or a PropertyKeyRefModel.
KeyList() - Constructor for class net.shredzone.jinn.gui.KeyList
Create an empty KeyList
KeyList(PropertyKeyModel) - Constructor for class net.shredzone.jinn.gui.KeyList
Create a PropertyViewer for a given PropertyKeyModel.
KeyRenderer - Class in net.shredzone.jinn.gui
A KeyRenderer renders a Key line shown in a JList.
KeyRenderer() - Constructor for class net.shredzone.jinn.gui.KeyRenderer
 

L

L - Class in net.shredzone.jinn.i18n
Offers internationalisation (i18n).
L() - Constructor for class net.shredzone.jinn.i18n.L
 
Line - Interface in net.shredzone.jinn.property
This interface represents a single line of a properties file.
LineRenderer - Class in net.shredzone.jinn.gui
A LineRenderer renders a Line object shown in a JList.
LineRenderer() - Constructor for class net.shredzone.jinn.gui.LineRenderer
 
lKeys - Variable in class net.shredzone.jinn.gui.PropertyKeyModel
 

M

main(String[]) - Static method in class net.shredzone.jinn.Jinn
 
merge(PropertyModel) - Method in class net.shredzone.jinn.property.PropertyModel
Merge a PropertyModel into this model.
MergeAction - Class in net.shredzone.jinn.action
Merge a reference properties file
MergeAction(Registry) - Constructor for class net.shredzone.jinn.action.MergeAction
Create a new MergeAction.
model - Variable in class net.shredzone.jinn.gui.PropertyKeyModel
 
MODEL_REFERENCE - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
PropertyModel containing the reference
MODEL_REFERENCE_KEY - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
PropertyKeyModel or PropertyKeyRefModel for translation
MODEL_TRANSLATION - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
PropertyModel containing the translation

N

net.shredzone.jinn - package net.shredzone.jinn
 
net.shredzone.jinn.action - package net.shredzone.jinn.action
 
net.shredzone.jinn.gui - package net.shredzone.jinn.gui
 
net.shredzone.jinn.i18n - package net.shredzone.jinn.i18n
 
net.shredzone.jinn.pool - package net.shredzone.jinn.pool
 
net.shredzone.jinn.property - package net.shredzone.jinn.property
 
NewAction - Class in net.shredzone.jinn.action
Start a new set of properties.
NewAction(Registry) - Constructor for class net.shredzone.jinn.action.NewAction
Create a new NewAction.
newLine() - Method in class net.shredzone.jinn.property.PropertiesWriter
Write a line separator according to the underlying operating system.
NEXT - Static variable in class net.shredzone.jinn.action.SearchNextAction
 
NextAction - Class in net.shredzone.jinn.action
Jump to the next untranslated string.
NextAction(Registry) - Constructor for class net.shredzone.jinn.action.NextAction
Create a new NextAction.
notifyCaretChanges() - Method in class net.shredzone.jinn.action.TextComponentAction
Invoke updateState whenever a caret change occured.
notifyTextChanges() - Method in class net.shredzone.jinn.action.TextComponentAction
Invoke updateState whenever a text change occured.

O

OpenAction - Class in net.shredzone.jinn.action
Open a properties file
OpenAction(Registry) - Constructor for class net.shredzone.jinn.action.OpenAction
Create a new OpenAction.

P

paintComponent(Graphics) - Method in class net.shredzone.jinn.gui.LineRenderer
Paint the component.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.AboutAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.BaseAction
The action implementation itself.
perform() - Method in class net.shredzone.jinn.action.BaseAction
A convenience call to invoke perform() directly, e.g. from a batch process.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.CleanAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.GotoAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.MergeAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.NewAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.NextAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.OpenAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.QuitAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.RevertAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.SaveAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.SaveAsAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.SearchAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.SearchNextAction
The action implementation itself.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.TextComponentAction.CopyTextAction
Perform the operation.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.TextComponentAction.CutTextAction
Perform the operation.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.TextComponentAction.PasteTextAction
Perform the operation.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.TextComponentAction.RedoTextAction
Perform the operation.
perform(ActionEvent) - Method in class net.shredzone.jinn.action.TextComponentAction.UndoTextAction
Perform the operation.
PREVIOUS - Static variable in class net.shredzone.jinn.action.SearchNextAction
 
PropertiesFileFilter - Class in net.shredzone.jinn.gui
A FileFilter that only shows ".properties" files.
PropertiesFileFilter() - Constructor for class net.shredzone.jinn.gui.PropertiesFileFilter
 
PropertiesReader - Class in net.shredzone.jinn.property
This Reader reads a properties file and converts it into a uniform stream.
PropertiesReader(InputStream) - Constructor for class net.shredzone.jinn.property.PropertiesReader
Create a new PropertiesReader for the given InputStream
PropertiesWriter - Class in net.shredzone.jinn.property
This Writer writes a properties file and converts it into a uniform stream.
PropertiesWriter(OutputStream) - Constructor for class net.shredzone.jinn.property.PropertiesWriter
Create a new PropertiesWriter for the given OutputStream.
PropertyKeyModel - Class in net.shredzone.jinn.gui
A PropertyKeyModel is a view for the keys of a PropertyModel.
PropertyKeyModel(PropertyModel) - Constructor for class net.shredzone.jinn.gui.PropertyKeyModel
Create a new PropertyKeyModel for a given PropertyModel.
PropertyKeyRefModel - Class in net.shredzone.jinn.gui
A PropertyKeyRefModel extends the PropertyModel by the ability to compare the PropertyModel with a reference PropertyModel.
PropertyKeyRefModel(PropertyModel, PropertyModel) - Constructor for class net.shredzone.jinn.gui.PropertyKeyRefModel
Create a new PropertyKeyModel for a given PropertyModel and a reference PropertyModel.
PropertyLine - Class in net.shredzone.jinn.property
This class represents a single translation line of a properties file.
PropertyLine(String, String) - Constructor for class net.shredzone.jinn.property.PropertyLine
Create a new PropertyLine with the given key and value.
PropertyModel - Class in net.shredzone.jinn.property
A PropertyModel contains a parsed properties file.
PropertyModel() - Constructor for class net.shredzone.jinn.property.PropertyModel
Create an empty Resource.
PropertyViewer - Class in net.shredzone.jinn.gui
A PropertyViewer is used to view a PropertyModel.
PropertyViewer() - Constructor for class net.shredzone.jinn.gui.PropertyViewer
Create an empty PropertyViewer.
PropertyViewer(PropertyModel) - Constructor for class net.shredzone.jinn.gui.PropertyViewer
Create a PropertyViewer for a given PropertyModel.
put(String, Object) - Method in class net.shredzone.jinn.Registry
Set a registry key to a new value.

Q

QuitAction - Class in net.shredzone.jinn.action
Quit the application.
QuitAction(Registry) - Constructor for class net.shredzone.jinn.action.QuitAction
Create a new QuitAction.

R

read() - Method in class net.shredzone.jinn.property.PropertiesReader
Read a single character of the uniformed properties files.
read(char[], int, int) - Method in class net.shredzone.jinn.property.PropertiesReader
Read into an array.
read(InputStream) - Method in class net.shredzone.jinn.property.PropertyModel
Fill a model by reading a .properties file from an InputStream.
read(PropertiesReader) - Method in class net.shredzone.jinn.property.PropertyModel
Fill a model by reading a .properties file from a PropertiesReader.
readLine() - Method in class net.shredzone.jinn.property.PropertiesReader
Read a line from the resource stream, and return a Line object that contains the content of the line.
readString() - Method in class net.shredzone.jinn.property.PropertiesReader
Read a line from the properties file, as String.
recallFrame() - Method in class net.shredzone.jinn.Jinn
Recall the frame position and size.
reference - Variable in class net.shredzone.jinn.action.CleanAction
 
reference - Variable in class net.shredzone.jinn.action.RevertAction
 
reference - Variable in class net.shredzone.jinn.gui.PropertyKeyRefModel
 
registry - Variable in class net.shredzone.jinn.action.BaseSearchAction
 
registry - Variable in class net.shredzone.jinn.action.CleanAction
 
registry - Variable in class net.shredzone.jinn.action.MergeAction
 
registry - Variable in class net.shredzone.jinn.action.NewAction
 
registry - Variable in class net.shredzone.jinn.action.NextAction
 
registry - Variable in class net.shredzone.jinn.action.OpenAction
 
registry - Variable in class net.shredzone.jinn.action.QuitAction
 
registry - Variable in class net.shredzone.jinn.action.RevertAction
 
registry - Variable in class net.shredzone.jinn.action.SaveAction
 
registry - Variable in class net.shredzone.jinn.action.SaveAsAction
 
Registry - Class in net.shredzone.jinn
Registry is a central registry for all kind of common variables.
Registry() - Constructor for class net.shredzone.jinn.Registry
 
removeLine(Line) - Method in class net.shredzone.jinn.property.PropertyModel
Remove a Line from this model.
removeListDataListener(ListDataListener) - Method in class net.shredzone.jinn.gui.PropertyKeyModel
Remove a ListDataListener.
removeListDataListener(ListDataListener) - Method in class net.shredzone.jinn.property.PropertyModel
Remove a ListDataListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class net.shredzone.jinn.property.AbstractLine
Remove a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface net.shredzone.jinn.property.Line
Remove a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class net.shredzone.jinn.Registry
Remove a PropertyChangeListener for all keys.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class net.shredzone.jinn.Registry
Remove a PropertyChangeListener for the given key.
removeUpdate(DocumentEvent) - Method in class net.shredzone.jinn.action.TextComponentAction
DocumentListener implementation, do not use.
REPLACE_OPTION - Static variable in class net.shredzone.jinn.gui.SearchPane
 
REPLACEALL_OPTION - Static variable in class net.shredzone.jinn.gui.SearchPane
 
RevertAction - Class in net.shredzone.jinn.action
Revert to the reference text.
RevertAction(Registry, JTextComponent, JTextComponent, UndoManager) - Constructor for class net.shredzone.jinn.action.RevertAction
Create a new RevertAction.

S

SaveAction - Class in net.shredzone.jinn.action
Save a properties file
SaveAction(Registry) - Constructor for class net.shredzone.jinn.action.SaveAction
Create a new SaveAction.
SaveAsAction - Class in net.shredzone.jinn.action
Save a properties file to another file.
SaveAsAction(Registry) - Constructor for class net.shredzone.jinn.action.SaveAsAction
Create a new SaveAsAction.
SEARCH_CASE_SENSITIVE - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
Match case?
SEARCH_OPTION - Static variable in class net.shredzone.jinn.gui.SearchPane
 
SEARCH_REPLACEMENT - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
The current replacement
SEARCH_TERM - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
The current search term
SearchAction - Class in net.shredzone.jinn.action
Show the search window.
SearchAction(Registry) - Constructor for class net.shredzone.jinn.action.SearchAction
Create a new SearchAction.
searchNext() - Method in class net.shredzone.jinn.action.BaseSearchAction
Search the next match.
SearchNextAction - Class in net.shredzone.jinn.action
Find the next or previous occurance of a search string.
SearchNextAction(Registry, boolean) - Constructor for class net.shredzone.jinn.action.SearchNextAction
Create a new SearchAction.
SearchPane - Class in net.shredzone.jinn.gui
A search pane provides input fields for a search dialog.
SearchPane(Registry) - Constructor for class net.shredzone.jinn.gui.SearchPane
Create a new main Jinn pane, using the given Registry.
selectKey(String) - Method in class net.shredzone.jinn.gui.JinnPane
Select a key for editing.
setAddedKeys(Set<String>) - Method in class net.shredzone.jinn.gui.PropertyKeyRefModel
Set a Set of keys that have been added by a merge process.
setCaseSensitive(boolean) - Method in class net.shredzone.jinn.gui.SearchPane
Set the search mode.
setComment(String) - Method in class net.shredzone.jinn.property.CommentLine
Set a new comment for this line.
setDebug(boolean) - Static method in class net.shredzone.jinn.gui.ExceptionDialog
Set the debug mode.
setLineLength(int) - Method in class net.shredzone.jinn.property.PropertiesWriter
Set the maximum line length.
setLineSeparator(String) - Method in class net.shredzone.jinn.property.PropertiesWriter
Change the line separator.
setModel(PropertyKeyModel) - Method in class net.shredzone.jinn.gui.JinnPane
Set the PropertyKeyModel to be used.
setReferenceModel(PropertyModel) - Method in class net.shredzone.jinn.gui.JinnPane
Set a new PropertyModel which is the reference model.
setReplacement(String) - Method in class net.shredzone.jinn.gui.SearchPane
Set the replacement string.
setSearchTerm(String) - Method in class net.shredzone.jinn.gui.SearchPane
Set the search term, which is the string to be searched for.
setTranslationModel(PropertyModel) - Method in class net.shredzone.jinn.gui.JinnPane
Set a new PropertyModel which is the target model for translation.
setup() - Method in class net.shredzone.jinn.gui.SearchPane
Set up the gui with the registry content.
setValue(String) - Method in class net.shredzone.jinn.property.PropertyLine
Set a new value for this Resource.
setValueIndent(int) - Method in class net.shredzone.jinn.property.PropertiesWriter
Set the column where the equal sign appears on property lines.
setWrapIndent(int) - Method in class net.shredzone.jinn.property.PropertiesWriter
Set the column where the text continues after line wrapping.
show(Component, String, Exception) - Static method in class net.shredzone.jinn.gui.ExceptionDialog
Show an exception dialog if an exception occured.
showNotFoundMessage(Frame) - Method in class net.shredzone.jinn.action.BaseSearchAction
Show a message that there is no search result.
showSearchDialog(Registry, Component, String) - Static method in class net.shredzone.jinn.gui.SearchPane
Show the search dialog.
storeFrame() - Method in class net.shredzone.jinn.Jinn
Store the frame position and size.
Style - Interface in net.shredzone.jinn
This interface is some kind of stylesheet with global constants.

T

TextComponentAction - Class in net.shredzone.jinn.action
This is the base class for JTextComponent related actions.
TextComponentAction(JTextComponent, String, Icon, String, KeyStroke) - Constructor for class net.shredzone.jinn.action.TextComponentAction
Create a new JTextComponent Action.
TextComponentAction.CopyTextAction - Class in net.shredzone.jinn.action
Copy operation.
TextComponentAction.CopyTextAction(JTextComponent) - Constructor for class net.shredzone.jinn.action.TextComponentAction.CopyTextAction
Create a new CopyTextAction.
TextComponentAction.CutTextAction - Class in net.shredzone.jinn.action
Cut operation.
TextComponentAction.CutTextAction(JTextComponent) - Constructor for class net.shredzone.jinn.action.TextComponentAction.CutTextAction
Create a new CutTextAction.
TextComponentAction.PasteTextAction - Class in net.shredzone.jinn.action
Paste operation.
TextComponentAction.PasteTextAction(JTextComponent) - Constructor for class net.shredzone.jinn.action.TextComponentAction.PasteTextAction
Create a new PasteTextAction.
TextComponentAction.RedoTextAction - Class in net.shredzone.jinn.action
Redo operation.
TextComponentAction.RedoTextAction(JTextComponent, UndoManager) - Constructor for class net.shredzone.jinn.action.TextComponentAction.RedoTextAction
Create a new RedoTextAction.
TextComponentAction.UndoTextAction - Class in net.shredzone.jinn.action
Undo operation.
TextComponentAction.UndoTextAction(JTextComponent, UndoManager) - Constructor for class net.shredzone.jinn.action.TextComponentAction.UndoTextAction
Create a new UndoTextAction.
tr(String) - Static method in class net.shredzone.jinn.i18n.L
Translates a key into the matching translation.
TRANSLATION_TEXT - Static variable in interface net.shredzone.jinn.JinnRegistryKeys
JTextComponent containing the current translation

U

undo - Variable in class net.shredzone.jinn.action.CleanAction
 
undo - Variable in class net.shredzone.jinn.action.RevertAction
 
undoableEditHappened(UndoableEditEvent) - Method in class net.shredzone.jinn.action.TextComponentAction
UndoableEditListener implementation, do not use.
updateKeys(ListDataEvent) - Method in class net.shredzone.jinn.gui.PropertyKeyModel
Update all keys of the internal key list.
updateState() - Method in class net.shredzone.jinn.action.TextComponentAction.CopyTextAction
Update the own state.
updateState() - Method in class net.shredzone.jinn.action.TextComponentAction.CutTextAction
Update the own state.
updateState() - Method in class net.shredzone.jinn.action.TextComponentAction.PasteTextAction
Update the own state.
updateState() - Method in class net.shredzone.jinn.action.TextComponentAction.RedoTextAction
Update the own state.
updateState() - Method in class net.shredzone.jinn.action.TextComponentAction.UndoTextAction
Update the own state.
updateState() - Method in class net.shredzone.jinn.action.TextComponentAction
This method is invoked whenever the component should update its enabled state.

V

VERSION - Static variable in interface net.shredzone.jinn.Style
Version

W

write(PropertiesWriter) - Method in class net.shredzone.jinn.property.CommentLine
Write the internal state to a content line.
write(PropertiesWriter) - Method in class net.shredzone.jinn.property.EmptyLine
Write the internal state to a content line.
write(PropertiesWriter) - Method in interface net.shredzone.jinn.property.Line
Write the internal state to a content line.
write(char[], int, int) - Method in class net.shredzone.jinn.property.PropertiesWriter
Write a char array to the output stream.
write(PropertiesWriter) - Method in class net.shredzone.jinn.property.PropertyLine
Write the internal state to a content line.
write(OutputStream) - Method in class net.shredzone.jinn.property.PropertyModel
Write the current content of this model to a valid .properties file by using an OutputStream.
write(PropertiesWriter) - Method in class net.shredzone.jinn.property.PropertyModel
Write the current content of this model to a valid .properties file by using a PropertiesWriter.
writeEscaped(String) - Method in class net.shredzone.jinn.property.PropertiesWriter
Write an escaped string.
writeIndented(String) - Method in class net.shredzone.jinn.property.PropertiesWriter
Write an indented string.
writeKey(String) - Method in class net.shredzone.jinn.property.PropertiesWriter
Write a properties key as indented string.
writeLine(Line) - Method in class net.shredzone.jinn.property.PropertiesWriter
Write a Line object to the Writer stream.
writeWrapable(String, int) - Method in class net.shredzone.jinn.property.PropertiesWriter
Write a line that may be wrapped.
writeWrapIndent() - Method in class net.shredzone.jinn.property.PropertiesWriter
Write the indention spaces for wrap indention.
writeWrapped(String) - Method in class net.shredzone.jinn.property.PropertiesWriter
Write a line that will be wrapped.

A B C D E F G H I J K L M N O P Q R S T U V W

Copyright © 2005-2009 shredzone.org. All Rights Reserved.