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

A

AboutDialog - Class in de.tobiasbudde.regedit.swing
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
AboutDialog(JFrame) - Constructor for class de.tobiasbudde.regedit.swing.AboutDialog
 
actionPerformed(ActionEvent) - Method in class de.tobiasbudde.regedit.swing.RegExpEditorTabs
 
add(MatchingSubstring) - Method in class de.tobiasbudde.regedit.reg.data.Match
 
add(Match) - Method in class de.tobiasbudde.regedit.reg.data.MatchResult
 
addLayoutComponent(String, Component) - Method in class com.cloudgarden.layout.AnchorLayout
 
addLayoutComponent(Component, Object) - Method in class com.cloudgarden.layout.AnchorLayout
 
addNewTab() - Method in class de.tobiasbudde.regedit.swing.RegExpEditorTabs
 
addNewTab(Workset) - Method in class de.tobiasbudde.regedit.swing.RegExpEditorTabs
 
addTransformer(RegularListener) - Method in class de.tobiasbudde.regedit.reg.RegularListenerList
 
ANCHOR_ABS - Static variable in class com.cloudgarden.layout.AnchorConstraint
(Absolute anchor) Meaning: This side is anchored a fixed distance in pixels (given by the value for this side) from it's parent's respective side.
ANCHOR_NONE - Static variable in class com.cloudgarden.layout.AnchorConstraint
Meaning: This side is not anchored.
ANCHOR_REL - Static variable in class com.cloudgarden.layout.AnchorConstraint
(Relative anchor) Meaning: This side is anchored so that it always occurs a fixed fraction of the distance along it's parent's side.
AnchorConstraint - Class in com.cloudgarden.layout
Used by both AnchorLayout (SWT) and AnchorLayoutManager (Swing)
AnchorConstraint() - Constructor for class com.cloudgarden.layout.AnchorConstraint
 
AnchorConstraint(int, int, int, int, int, int, int, int) - Constructor for class com.cloudgarden.layout.AnchorConstraint
Creates an AnchorConstraint.
AnchorLayout - Class in com.cloudgarden.layout
Lays out components, using a combination of their "bounds" property and their AnchorConstraints layout constraint objects.
AnchorLayout() - Constructor for class com.cloudgarden.layout.AnchorLayout
 

B

bottom - Variable in class com.cloudgarden.layout.AnchorConstraint
 
bottomType - Variable in class com.cloudgarden.layout.AnchorConstraint
 

C

caseInsensitive - Variable in class de.tobiasbudde.regedit.reg.RegExpSearcher
 
close() - Method in class de.tobiasbudde.regedit.swing.EditTabnameDialog
 
com.cloudgarden.layout - package com.cloudgarden.layout
 
CutMatches - Enum in de.tobiasbudde.regedit.reg.config
 

D

de.tobiasbudde.regedit.reg - package de.tobiasbudde.regedit.reg
 
de.tobiasbudde.regedit.reg.config - package de.tobiasbudde.regedit.reg.config
 
de.tobiasbudde.regedit.reg.data - package de.tobiasbudde.regedit.reg.data
 
de.tobiasbudde.regedit.swing - package de.tobiasbudde.regedit.swing
 
dotAll - Variable in class de.tobiasbudde.regedit.reg.RegExpSearcher
 

E

EditTabnameDialog - Class in de.tobiasbudde.regedit.swing
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
EditTabnameDialog(String, Point, ActionListener) - Constructor for class de.tobiasbudde.regedit.swing.EditTabnameDialog
 

F

findSelectedTab(int, int) - Method in class de.tobiasbudde.regedit.swing.RegExpEditorTabs
 

G

getCuttingMode() - Method in class de.tobiasbudde.regedit.reg.config.ReplaceConfiguration
 
getEnd() - Method in class de.tobiasbudde.regedit.reg.data.MatchingSubstring
 
getErrorMessage() - Method in class de.tobiasbudde.regedit.reg.data.MatchResult
 
getGUIBuilderInstance() - Static method in class de.tobiasbudde.regedit.swing.RegExpEditor
This method should return an instance of this class which does NOT initialize it's GUI elements.
getLayoutAlignmentX(Container) - Method in class com.cloudgarden.layout.AnchorLayout
 
getLayoutAlignmentY(Container) - Method in class com.cloudgarden.layout.AnchorLayout
 
getMatch() - Method in class de.tobiasbudde.regedit.reg.data.Match
 
getName() - Method in class de.tobiasbudde.regedit.reg.config.Workset
 
getNewTabName() - Method in class de.tobiasbudde.regedit.swing.EditTabnameDialog
 
getProperties() - Method in class de.tobiasbudde.regedit.reg.config.ReplaceConfiguration
 
getProperties() - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
getProperties() - Method in class de.tobiasbudde.regedit.reg.config.Workset
 
getReplaceconfiguration() - Method in class de.tobiasbudde.regedit.reg.config.Workset
 
getReplaceConfiguration() - Method in class de.tobiasbudde.regedit.reg.RegExpReplacer
 
getReplacePattern() - Method in class de.tobiasbudde.regedit.reg.config.ReplaceConfiguration
 
getResults() - Method in class de.tobiasbudde.regedit.reg.data.MatchResult
 
getResults() - Method in class de.tobiasbudde.regedit.reg.RegExpSearcher
 
getSearchconfiguration() - Method in class de.tobiasbudde.regedit.reg.config.Workset
 
getSearchConfiguration() - Method in class de.tobiasbudde.regedit.reg.RegExpSearcher
 
getSearchmode() - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
getSearchPattern() - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
getStart() - Method in class de.tobiasbudde.regedit.reg.data.MatchingSubstring
 
getSubMatches() - Method in class de.tobiasbudde.regedit.reg.data.Match
 
getTxt() - Method in class de.tobiasbudde.regedit.reg.data.MatchingSubstring
 
getWorkset(Workset) - Method in class de.tobiasbudde.regedit.swing.RegExpEditorPanel
 
getWorkSpace() - Method in class de.tobiasbudde.regedit.swing.RegExpEditorTabs
 
Greedyness - Enum in de.tobiasbudde.regedit.reg.config
 

H

hasNext() - Method in class de.tobiasbudde.regedit.reg.data.MatchResult
 

I

invalidateLayout(Container) - Method in class com.cloudgarden.layout.AnchorLayout
 
isCaseInsensitive() - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
isDotmatchesAll() - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
isError() - Method in class de.tobiasbudde.regedit.reg.data.MatchResult
 
isMultilineMode() - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
isSearchOnly() - Method in class de.tobiasbudde.regedit.reg.config.ReplaceConfiguration
 

K

KnownErrorsDialog - Class in de.tobiasbudde.regedit.swing
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
KnownErrorsDialog(JFrame) - Constructor for class de.tobiasbudde.regedit.swing.KnownErrorsDialog
 

L

layoutContainer(Container) - Method in class com.cloudgarden.layout.AnchorLayout
 
left - Variable in class com.cloudgarden.layout.AnchorConstraint
 
leftType - Variable in class com.cloudgarden.layout.AnchorConstraint
 

M

main(String[]) - Static method in class de.tobiasbudde.regedit.swing.AboutDialog
Auto-generated main method to display this JDialog
main(String[]) - Static method in class de.tobiasbudde.regedit.swing.KnownErrorsDialog
Auto-generated main method to display this JDialog
main(String[]) - Static method in class de.tobiasbudde.regedit.swing.RegExpEditor
Auto-generated main method to display this JFrame
makeGreedy() - Method in class de.tobiasbudde.regedit.reg.RegExpSearcher
 
makeReluctant() - Method in class de.tobiasbudde.regedit.reg.RegExpSearcher
 
Match - Class in de.tobiasbudde.regedit.reg.data
 
Match(MatchingSubstring) - Constructor for class de.tobiasbudde.regedit.reg.data.Match
 
Match(Matcher) - Constructor for class de.tobiasbudde.regedit.reg.data.Match
 
MatchingSubstring - Class in de.tobiasbudde.regedit.reg.data
 
MatchingSubstring(Integer, Integer, String) - Constructor for class de.tobiasbudde.regedit.reg.data.MatchingSubstring
 
MatchResult - Class in de.tobiasbudde.regedit.reg.data
 
MatchResult() - Constructor for class de.tobiasbudde.regedit.reg.data.MatchResult
 
maximumLayoutSize(Container) - Method in class com.cloudgarden.layout.AnchorLayout
 
minimumLayoutSize(Container) - Method in class com.cloudgarden.layout.AnchorLayout
 
multiLine - Variable in class de.tobiasbudde.regedit.reg.RegExpSearcher
 

N

next() - Method in class de.tobiasbudde.regedit.reg.data.MatchResult
 

O

operateMatch(Match) - Method in class de.tobiasbudde.regedit.reg.RegExpReplacer
 
operateMatch(Match) - Method in interface de.tobiasbudde.regedit.reg.RegularListener
called for every match (matching string)
operateMatch(Match) - Method in class de.tobiasbudde.regedit.reg.RegularListenerList
 
operateMatch(Match) - Method in class de.tobiasbudde.regedit.swing.RegExpHighlighter
 
operateMatch(Match) - Method in class de.tobiasbudde.regedit.swing.ReplaceProgressBar
 
operateMatch(Match) - Method in class de.tobiasbudde.regedit.swing.SearchProgressBar
 

P

preferredLayoutSize(Container) - Method in class com.cloudgarden.layout.AnchorLayout
 

R

readFile(File) - Method in class de.tobiasbudde.regedit.swing.RegExpEditorPanel
 
RegExpEditor - Class in de.tobiasbudde.regedit.swing
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
RegExpEditor() - Constructor for class de.tobiasbudde.regedit.swing.RegExpEditor
This is the default constructor
RegExpEditor(Boolean) - Constructor for class de.tobiasbudde.regedit.swing.RegExpEditor
This constructor is used by the getGUIBuilderInstance method to provide an instance of this class which has not had it's GUI elements initialized (ie, initGUI is not called in this constructor).
RegExpEditorPanel - Class in de.tobiasbudde.regedit.swing
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
RegExpEditorPanel() - Constructor for class de.tobiasbudde.regedit.swing.RegExpEditorPanel
 
RegExpEditorPanel(Workset) - Constructor for class de.tobiasbudde.regedit.swing.RegExpEditorPanel
 
RegExpEditorTabs - Class in de.tobiasbudde.regedit.swing
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
RegExpEditorTabs() - Constructor for class de.tobiasbudde.regedit.swing.RegExpEditorTabs
 
RegExpHighlighter - Class in de.tobiasbudde.regedit.swing
 
RegExpHighlighter(Highlighter, Highlighter.HighlightPainter, Highlighter.HighlightPainter) - Constructor for class de.tobiasbudde.regedit.swing.RegExpHighlighter
 
RegExpReplacer - Class in de.tobiasbudde.regedit.reg
 
RegExpReplacer(JTextComponent, JTextComponent, JTextField, JCheckBox, ButtonGroup) - Constructor for class de.tobiasbudde.regedit.reg.RegExpReplacer
 
RegExpSearcher - Class in de.tobiasbudde.regedit.reg
 
RegExpSearcher(JTextComponent, JTextField, JCheckBox, JCheckBox, JCheckBox, RegularListener) - Constructor for class de.tobiasbudde.regedit.reg.RegExpSearcher
 
RegularListener - Interface in de.tobiasbudde.regedit.reg
 
RegularListenerList - Class in de.tobiasbudde.regedit.reg
 
RegularListenerList() - Constructor for class de.tobiasbudde.regedit.reg.RegularListenerList
 
RegularReplacer - Class in de.tobiasbudde.regedit.reg
 
RegularReplacer() - Constructor for class de.tobiasbudde.regedit.reg.RegularReplacer
 
remove() - Method in class de.tobiasbudde.regedit.reg.data.MatchResult
 
removeHighlights() - Method in class de.tobiasbudde.regedit.swing.RegExpHighlighter
 
removeLayoutComponent(Component) - Method in class com.cloudgarden.layout.AnchorLayout
 
replace(RegExpSearcher) - Method in class de.tobiasbudde.regedit.reg.RegExpReplacer
 
replace(String, MatchResult, ReplaceConfiguration) - Method in class de.tobiasbudde.regedit.reg.RegularReplacer
 
ReplaceConfiguration - Class in de.tobiasbudde.regedit.reg.config
 
ReplaceConfiguration() - Constructor for class de.tobiasbudde.regedit.reg.config.ReplaceConfiguration
 
replaceNextMatch(String, Match, ReplaceConfiguration) - Method in class de.tobiasbudde.regedit.reg.RegularReplacer
 
ReplaceProgressBar - Class in de.tobiasbudde.regedit.swing
 
ReplaceProgressBar() - Constructor for class de.tobiasbudde.regedit.swing.ReplaceProgressBar
 
right - Variable in class com.cloudgarden.layout.AnchorConstraint
 
rightType - Variable in class com.cloudgarden.layout.AnchorConstraint
 

S

search() - Method in class de.tobiasbudde.regedit.reg.RegExpSearcher
If the entered Pattern is not empty: Search for a word and return the offset of the first occurrence.
SearchConfiguration - Class in de.tobiasbudde.regedit.reg.config
 
SearchConfiguration(String) - Constructor for class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
searchfile - Variable in class de.tobiasbudde.regedit.swing.RegExpEditorPanel
 
searchPattern - Variable in class de.tobiasbudde.regedit.reg.RegExpSearcher
 
SearchProgressBar - Class in de.tobiasbudde.regedit.swing
 
SearchProgressBar() - Constructor for class de.tobiasbudde.regedit.swing.SearchProgressBar
 
setCaseInsensitive(boolean) - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
setCuttingMode(CutMatches) - Method in class de.tobiasbudde.regedit.reg.config.ReplaceConfiguration
 
setDotmatchesAll(boolean) - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
setErrorMessage(String) - Method in class de.tobiasbudde.regedit.reg.data.MatchResult
 
setMatch(MatchingSubstring) - Method in class de.tobiasbudde.regedit.reg.data.Match
 
setMultilineMode(boolean) - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
setName(String) - Method in class de.tobiasbudde.regedit.reg.config.Workset
 
setProperties(Properties) - Method in class de.tobiasbudde.regedit.reg.config.ReplaceConfiguration
 
setProperties(Properties) - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
setProperties(Properties) - Method in class de.tobiasbudde.regedit.reg.config.Workset
 
setReplaceconfiguration(ReplaceConfiguration) - Method in class de.tobiasbudde.regedit.reg.config.Workset
 
setReplacePattern(String) - Method in class de.tobiasbudde.regedit.reg.config.ReplaceConfiguration
 
setSearchconfiguration(SearchConfiguration) - Method in class de.tobiasbudde.regedit.reg.config.Workset
 
setSearchOnly(boolean) - Method in class de.tobiasbudde.regedit.reg.config.ReplaceConfiguration
 
setSearchPattern(String) - Method in class de.tobiasbudde.regedit.reg.config.SearchConfiguration
 
setSubMatches(List<MatchingSubstring>) - Method in class de.tobiasbudde.regedit.reg.data.Match
 
sourceText - Variable in class de.tobiasbudde.regedit.reg.RegExpSearcher
 

T

top - Variable in class com.cloudgarden.layout.AnchorConstraint
 
topType - Variable in class com.cloudgarden.layout.AnchorConstraint
 

V

valueOf(String) - Static method in enum de.tobiasbudde.regedit.reg.config.CutMatches
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.tobiasbudde.regedit.reg.config.Greedyness
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.tobiasbudde.regedit.reg.config.CutMatches
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.tobiasbudde.regedit.reg.config.Greedyness
Returns an array containing the constants of this enum type, in the order they are declared.

W

Workset - Class in de.tobiasbudde.regedit.reg.config
 
Workset() - Constructor for class de.tobiasbudde.regedit.reg.config.Workset
 
writeFile(File) - Method in class de.tobiasbudde.regedit.swing.RegExpEditorPanel
 

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

Copyright © 2008 tobiasbudde.de. All Rights Reserved.