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

A

ALIGN_BOTTOM - Static variable in class uic.layout.NaturalLayout
 
ALIGN_CENTER - Static variable in class uic.layout.NaturalLayout
 
ALIGN_FULL - Static variable in class uic.layout.NaturalLayout
 
ALIGN_HORIZONTAL_CENTER - Static variable in class uic.layout.Constraints
 
ALIGN_HORIZONTAL_FILLED - Static variable in class uic.layout.Constraints
 
ALIGN_HORIZONTAL_LEFT - Static variable in class uic.layout.Constraints
 
ALIGN_HORIZONTAL_RIGHT - Static variable in class uic.layout.Constraints
 
ALIGN_LEFT - Static variable in class uic.layout.NaturalLayout
 
ALIGN_RIGHT - Static variable in class uic.layout.NaturalLayout
 
ALIGN_TOP - Static variable in class uic.layout.NaturalLayout
 
ALIGN_VERTICAL_BOTTOM - Static variable in class uic.layout.Constraints
 
ALIGN_VERTICAL_CENTER - Static variable in class uic.layout.Constraints
 
ALIGN_VERTICAL_FILLED - Static variable in class uic.layout.Constraints
 
ALIGN_VERTICAL_TOP - Static variable in class uic.layout.Constraints
 
ALLOW_ABC - Static variable in class uic.model.UICRestrictedDocument
 
ALLOW_ALL - Static variable in class uic.model.UICRestrictedDocument
 
ALLOW_FILESYSTEM_CHARS - Static variable in class uic.model.UICRestrictedDocument
 
ALLOW_INTEGERS - Static variable in class uic.model.UICRestrictedDocument
 
AbstractWidget - class uic.output.AbstractWidget.
Base class that provides implementation each plugin will likely need.
AbstractWidget(UICBuilder, Element) - Constructor for class uic.output.AbstractWidget
 
AbstractWidget - class uic.output.pjava.AbstractWidget.
Base class implementation that every AWT-Widget will probably need
AbstractWidget(UICBuilder, Element) - Constructor for class uic.output.pjava.AbstractWidget
 
AbstractWidget - class uic.output.swing.AbstractWidget.
Base class that provides implementation each plugin will likely need.
AbstractWidget(UICBuilder, Element) - Constructor for class uic.output.swing.AbstractWidget
 
AbstractWidget.ActionInformation - class uic.output.AbstractWidget.ActionInformation.
For each connection this is the information to subscribe a signal to a widget.
AbstractWidget.ActionInformation(String, String) - Constructor for class uic.output.AbstractWidget.ActionInformation
 
AbstractWidget.ActionInformation(String) - Constructor for class uic.output.AbstractWidget.ActionInformation
 
AbstractWindow - class uic.widgets.AbstractWindow.
This abstract class is the superclass of all classes that show a Window or Frame on screen and want intelligence added such as automatic placing and sizing based on screen size, monitor setup and naturally content size.
AbstractWindow(Window, String, boolean) - Constructor for class uic.widgets.AbstractWindow
Create an invisible Window with an optional owner and title.
ActionFactory - class uic.model.ActionFactory.
ActionFactory builds actions and keeps them referenced so you can easily enable/disable them.
ActionFactory(TranslationInterface) - Constructor for class uic.model.ActionFactory
 
ArrayRepresenter - class uic.output.builder.ArrayRepresenter.
A Representer for an Array.
ArrayRepresenter(Class) - Constructor for class uic.output.builder.ArrayRepresenter
 
ArrayRepresenter(String) - Constructor for class uic.output.builder.ArrayRepresenter
 
aTabSelectionListener - Variable in class uic.pjava.widgets.tabbedpane.TabPanel
 
actionPerformed(ActionEvent) - Method in class uic.model.UICAction
 
actionPerformed(ActionEvent) - Method in class uic.model.UICToggleAction
 
actionPerformed(ActionEvent) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Handle the popup menu item selections
activate(int) - Method in class uic.themeconfig.ConfigDialogImpl
 
add(String, String, String) - Method in class uic.output.VariableManager
Add a variable to the global list of variables.
add(String, String) - Method in class uic.output.VariableManager
Convenience method to add a variable.
add(Object) - Method in class uic.output.builder.ArrayRepresenter
Add a new member to the array.
add(int) - Method in class uic.output.builder.ArrayRepresenter
Add a new member to the array.
add(boolean) - Method in class uic.output.builder.ArrayRepresenter
Add a new member to the array.
add(char) - Method in class uic.output.builder.ArrayRepresenter
Add a new member to the array.
add(double) - Method in class uic.output.builder.ArrayRepresenter
Add a new member to the array.
add(long) - Method in class uic.output.builder.ArrayRepresenter
Add a new member to the array.
add(float) - Method in class uic.output.builder.ArrayRepresenter
Add a new member to the array.
add(byte) - Method in class uic.output.builder.ArrayRepresenter
Add a new member to the array.
add(Component) - Method in class uic.widgets.ToolBarContainer
Overloaded method, look at Container
add(Component, int) - Method in class uic.widgets.ToolBarContainer
Overloaded method, look at Container
add(Component, Object) - Method in class uic.widgets.ToolBarContainer
Overloaded method, look at Container
add(Component) - Method in class uic.widgets.UICToolBar
Overloaded method; see Component
add(Component, int) - Method in class uic.widgets.UICToolBar
Overloaded method; see Component
add(Component, Object) - Method in class uic.widgets.UICToolBar
Overloaded method; see Component
add(Component, String) - Static method in class uic.widgets.UICWhatsThis
 
addAction(String, Object, String, String, String, String, String, String) - Method in class uic.model.ActionFactory
Register action with factory.
addAction(String, Object, String, String) - Method in class uic.model.ActionFactory
 
addAction(String, Object, String, String, String) - Method in class uic.model.ActionFactory
 
addAction(String, Object, String, String, String, String) - Method in class uic.model.ActionFactory
 
addAction(String, Object, String, String, String, String, String) - Method in class uic.model.ActionFactory
 
addAction(UICAction) - Method in class uic.model.ActionFactory
 
addAction(MethodRepresenter, CodeSnippet) - Method in class uic.output.builder.WidgetRepresenter
A widget can have a series of actions connected to it and code to handle the action at hand.
addActionListener(ActionListener) - Method in class uic.themeconfig.ThemeColorsPreview
 
addActionListener(ActionListener) - Method in class uic.widgets.StandardDialog
Add a listener to listen for non-closing buttons.
addAllowedCharacters(String) - Method in class uic.model.UICRestrictedDocument
 
addAllowedCharacters(char[]) - Method in class uic.model.UICRestrictedDocument
 
addArgument(String, Representer) - Method in class uic.output.builder.Callable
 
addArgument(Representer) - Method in class uic.output.builder.Callable
 
addArgument(String) - Method in class uic.output.builder.Callable
 
addArgument(boolean) - Method in class uic.output.builder.Callable
 
addArgument(int) - Method in class uic.output.builder.Callable
 
addArgument(long) - Method in class uic.output.builder.Callable
 
addArgument(float) - Method in class uic.output.builder.Callable
 
addArgument(double) - Method in class uic.output.builder.Callable
 
addArgument(char) - Method in class uic.output.builder.Callable
 
addArgument(byte) - Method in class uic.output.builder.Callable
 
addArgument(String, String) - Method in class uic.output.builder.CodeSnippet
 
addChild(Representer, String) - Method in class uic.output.builder.ContainerRepresenter
 
addColor(Color) - Method in class uic.widgets.ColorButtons
 
addColor(String) - Method in class uic.widgets.ColorButtons
 
addCommandButton(int, String, boolean) - Method in class uic.widgets.StandardDialog
Add a button to the row of buttons on this dialog.
addComponent(AbstractButton) - Method in class uic.model.UICAction
A button component that represents this action the the users user interface can be registered here.
addComponent(AbstractButton) - Method in class uic.model.UICToggleAction
 
addComponent(Component) - Method in class uic.widgets.UICFocusTraversalPolicy
 
addConfigPanel(ConfigPanelInterface) - Method in class uic.themeconfig.ConfigDialogImpl
 
addConnections(Element) - Method in class uic.UIC
 
addCustomEntriesToTable(UIDefaults) - Method in class uic.themes.UICTheme
Add changes to the table
addDependency(String) - Method in class uic.output.builder.WidgetRepresenter
 
addExtraWindow(ExtraWindow) - Method in class uic.widgets.WindowRepresenter
 
addIconJar(String) - Method in class uic.model.ActionFactory
 
addIconRepository(String) - Method in class uic.model.ActionFactory
 
addImpl(Component, Object, int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Adds a component to the TabPanel
addImplements(String) - Method in class uic.output.builder.UICBuilder
Add an interface the resulting class should implement.
addItemListener(ItemListener) - Method in class uic.pjava.widgets.table.Table
 
addJar(String) - Method in class uic.model.IconFactory
Use the jar repository that follows the file layout as used in the java-look-and-feel-graphics jar.
addJob(UICSimpleAction, Object, boolean) - Static method in class uic.model.WorkerThread
add a job to the queue to be executed at a undefined date in the future.
addJob(UICSimpleAction, Object) - Static method in class uic.model.WorkerThread
add a job to the queue to be executed at a undefined date in the future.
addKeyListenerToTable(JTable) - Method in class uic.model.TableRowSorter
Add a key listener to the table for making it possible to browse with key events
addKeyListenerToTable(JTable) - Method in class uic.widgets.TableSorter
Deprecated.  
addLayoutComponent(String, Component) - Method in class uic.layout.NaturalLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class uic.layout.NaturalLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
addLayoutComponent(Component, Object) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
addListSelectionListener(ListSelectionListener) - Method in class uic.widgets.UICListSelectionModel
Add a listener to the list that's notified each time a change to the selection occurs.
addMenuEntries(JPopupMenu, UICToolBar) - Method in class uic.widgets.WindowRepresenter
For a popup menu for UICToolBar toolbar generate relevant popup items.
addMouseListenerToHeaderInTable(JTable) - Method in class uic.model.TableRowSorter
Adds functionality so that clicking on the table header of the given JTable Changes the sorting of the corresponding column
addMouseListenerToHeaderInTable(JTable) - Method in class uic.widgets.TableSorter
Deprecated.  
addMoveListener(WindowDroppedListener) - Method in class uic.widgets.ExtraWindow
When we move we send an event.
addNullArgument() - Method in class uic.output.builder.Callable
 
addPage(JComponent) - Method in class uic.widgets.UICWizard
Add a page to the end of the list of pages.
addPanel(int) - Method in interface uic.output.MultiPanelInterface
On panels which can have multiple panels we add each 'child' seperately, this method is called and the plugin is expected to create a new container for that child.
addPanel(int) - Method in class uic.output.pjava.QTabWidget
 
addPanel(int) - Method in class uic.output.swing.OldQWizard
 
addPanel(int) - Method in class uic.output.swing.QSplitter
 
addPanel(int) - Method in class uic.output.swing.QTabWidget
 
addPanel(int) - Method in class uic.output.swing.QWizard
 
addPanel(String, JPanel) - Method in class uic.widgets.WizardPanel
Adds the specified panel with the specified title at the end of the panel list.
addPreviewPane(String, ColorButtons) - Method in class uic.widgets.ColorSelection
 
addProgressBar(int, boolean) - Method in class uic.widgets.StatusBar
Create a progressbar on the statusBar with an optional cancel button.
addRepository(String) - Method in class uic.model.IconFactory
Add a repository layed out like the KDE Iconsets.
addRepository(IconFactory.Repository) - Method in class uic.model.IconFactory
Add a repository that should be queried for images.
addRow(Object[]) - Method in class uic.pjava.widgets.table.Table
 
addRow(TableRow) - Method in class uic.pjava.widgets.table.Table
 
addSelectionInterval(int, int) - Method in class uic.widgets.UICListSelectionModel
Change the selection to be the set union of the current selection and the indices between index0 and index1 inclusive.
addSelelectedIndex(int) - Method in class uic.pjava.widgets.table.Table
 
addSortedColumn(int, boolean) - Method in class uic.model.TableRowSorter
Add a sorting column in a given direction
addSortedColumn(int, boolean) - Method in class uic.widgets.TableSorter
Deprecated.  
addSpecialAction(String, Object, String) - Method in class uic.model.ActionFactory
register actions that are predifined.
addStaticMethodCall(MethodRepresenter) - Method in class uic.output.builder.UICBuilder
If you need a static method call during the construction of your container, add it here.
addTabSelectionListener(TabSelectionListener) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Add a listener who cares about tab selections
addText(String) - Method in class uic.output.builder.CodeSnippet
 
addToolBar(UICToolBar) - Method in class uic.widgets.WindowRepresenter
 
addToolBarContainer(ToolBarContainer) - Method in class uic.widgets.WindowRepresenter
 
addToolBarListener(ToolBarListener) - Method in class uic.widgets.WindowRepresenter
 
addToolBarMenuEntries(JPopupMenu) - Method in class uic.widgets.WindowRepresenter
 
addToolBarMenuEntries(JMenu) - Method in class uic.widgets.WindowRepresenter
 
addUsedClassName(String) - Method in class uic.output.builder.CodeSnippet
 
adjustFocusAndSelection(MouseEvent, boolean) - Method in class uic.themes.UICListUI.MouseInputHandler
 
alterColor(int, Color) - Method in class uic.themeconfig.ThemeColorsPreview
Change the color based on the color type you got via the actionPerformed getID() call.
ancestorListener - Variable in class uic.themes.UICToolBarUI
 
applyPressedSlot() - Method in class uic.themeconfig.ConfigDialog
 
arguments - Variable in class uic.output.builder.Callable
 

B

BUTTON - Static variable in class uic.output.AbstractWidget
 
BUTTON - Static variable in class uic.output.swing.AbstractWidget
 
BUTTON_APPLY - Static variable in class uic.widgets.StandardDialog
 
BUTTON_CANCEL - Static variable in class uic.widgets.StandardDialog
 
BUTTON_DEFAULTS - Static variable in class uic.widgets.StandardDialog
 
BUTTON_HELP - Static variable in class uic.widgets.StandardDialog
 
BUTTON_OK - Static variable in class uic.widgets.StandardDialog
 
BUTTON_USER1 - Static variable in class uic.widgets.StandardDialog
 
BUTTON_USER2 - Static variable in class uic.widgets.StandardDialog
 
BUTTON_USER3 - Static variable in class uic.widgets.StandardDialog
 
BevelArrowIcon - class uic.widgets.BevelArrowIcon.
An arrow icon used in (UIC) Table headers to show the sorting direction.
BevelArrowIcon(int, boolean, boolean) - Constructor for class uic.widgets.BevelArrowIcon
Provides an icon using the theme colors based on the arguments.
BevelArrowIcon(Color, Color, Color, int) - Constructor for class uic.widgets.BevelArrowIcon
Create an icon with specific colors; edge1 is left and top, edge2 is right and fill is the center part.
bAddPressedSlot() - Method in class uic.widgets.ColorSelection
 
bBackPressedSlot() - Method in class uic.widgets.WizardPanel
Called when bBack is pressed.
bCancelPressedSlot() - Method in class uic.widgets.WizardPanel
Called when bCancel is pressed.
bChangePressedSlot() - Method in class uic.themeconfig.FontPreview
 
bNextPressedSlot() - Method in class uic.widgets.WizardPanel
Called when bNext is pressed.
bSelectColor2PressedSlot(Color) - Method in class uic.themeconfig.ColorConfigPanel
 
bSelectColorPressedSlot(Color) - Method in class uic.themeconfig.ColorConfigPanel
 
backup - Variable in class uic.widgets.StatusBar
 
baseRenderer - Variable in class uic.widgets.TwoColorCellRenderer
 
blackList - Variable in class uic.output.JavaFileWriter
 
brokenFill - Variable in class uic.themes.UICTabbedPaneUI
 
brokenLine - Variable in class uic.themes.UICTabbedPaneUI
 
build(MainWindow, URL) - Method in class uic.model.ActionFactory
uses the input file to read actions and menu structure, and build that.
build(JFrame, URL) - Method in class uic.model.ActionFactory
 
build(JFrame, URL, StatusBar) - Method in class uic.model.ActionFactory
 
build(MainWindow, InputStream) - Method in class uic.model.ActionFactory
 
build(JFrame, InputStream) - Method in class uic.model.ActionFactory
 
build(JFrame, InputStream, StatusBar) - Method in class uic.model.ActionFactory
 
build(Representer, boolean) - Method in class uic.output.JavaFileWriter
 
build(Representer, boolean, boolean) - Method in class uic.output.JavaFileWriter
 
buildAdds(ContainerRepresenter) - Method in class uic.output.JavaFileWriter
 
buildComponent(String, String, StatusBar) - Method in class uic.model.ActionFactory
Instanciate the new component;
buildMenu(JMenuBar, URL) - Method in class uic.model.ActionFactory
 
buildMenu(JMenuBar, InputStream) - Method in class uic.model.ActionFactory
 
buildMenu(JMenuBar, Element) - Method in class uic.model.ActionFactory
 
buildMenu(JMenuBar, Element, StatusBar) - Method in class uic.model.ActionFactory
 
buildToolbars(JFrame, URL) - Method in class uic.model.ActionFactory
 
buildToolbars(JFrame, InputStream) - Method in class uic.model.ActionFactory
 
buildToolbars(JFrame, Element) - Method in class uic.model.ActionFactory
 
builder - Variable in class uic.output.AbstractWidget
 
bundle - Variable in class uic.Translate.Translator
 
bundle - Variable in class uic.pjava.Translate.Translator
 
buttonListeners - Variable in class uic.themes.UICTabbedPaneUI
 
buttonNextPressedSlot() - Method in class uic.widgets.UICWizard
a slot which is called by the button
buttonPressedSlot(int) - Method in class uic.widgets.StandardDialog
Called by the buttons.
buttonPrevPressedSlot() - Method in class uic.widgets.UICWizard
a slot which is called by the button

C

CANCEL_OPTION - Static variable in class uic.widgets.WizardPanel
Returned by showWizard when exited with cancel button
CLOSEPOLICY_AUTO_CLOSE - Static variable in class uic.widgets.ExtraWindow
Automatically close the window when last panel closes
CLOSEPOLICY_IGNORE - Static variable in class uic.widgets.ExtraWindow
Don't allow a panel to be removed, also remove the 'close button'
CLOSEPOLICY_NONEMPTY - Static variable in class uic.widgets.ExtraWindow
Allow panels to be removed, but keep at least 1
COLUMNS_FILL - Static variable in class uic.pjava.widgets.table.Table
 
COLUMNS_FIT - Static variable in class uic.pjava.widgets.table.Table
 
CONFIG_ALLOW_ESC_CLOSE - Static variable in class uic.widgets.StandardDialog
Config key for allowing ESC to close (cancel) a dialog.
Callable - class uic.output.builder.Callable.
This represents anything with a Constructor.
Callable() - Constructor for class uic.output.builder.Callable
 
Callable(String) - Constructor for class uic.output.builder.Callable
 
Callable.Argument - class uic.output.builder.Callable.Argument.
 
Callable.Argument(String, Representer) - Constructor for class uic.output.builder.Callable.Argument
 
Callable.Argument(Representer) - Constructor for class uic.output.builder.Callable.Argument
 
CheckBoxIcon - class uic.widgets.CheckBoxIcon.
An icon used by checkboxes.
CheckBoxIcon(int) - Constructor for class uic.widgets.CheckBoxIcon
 
CodeSnippet - class uic.output.builder.CodeSnippet.
This represents a piece of code that only the JavaFileWriter will write out.
CodeSnippet(String) - Constructor for class uic.output.builder.CodeSnippet
 
CodeSnippet.Argument - class uic.output.builder.CodeSnippet.Argument.
 
CodeSnippet.Argument(String, String) - Constructor for class uic.output.builder.CodeSnippet.Argument
 
ColorButtons - class uic.widgets.ColorButtons.
A widget that displays a set of color-icons.
ColorButtons() - Constructor for class uic.widgets.ColorButtons
 
ColorConfigPanel - class uic.themeconfig.ColorConfigPanel.
A config panel for the theme-colors.
ColorConfigPanel(UICTheme) - Constructor for class uic.themeconfig.ColorConfigPanel
 
ColorSelection - class uic.widgets.ColorSelection.
A color selection dialog.
ColorSelection() - Constructor for class uic.widgets.ColorSelection
 
ColorSelection(Color) - Constructor for class uic.widgets.ColorSelection
 
ComboBoxButtonIcon - class uic.widgets.ComboBoxButtonIcon.
An icon for the arrow on the right side of a checkbox.
ComboBoxButtonIcon(int) - Constructor for class uic.widgets.ComboBoxButtonIcon
 
CompilerException - exception uic.CompilerException.
Thrown when something went wrong in the UICompiler
CompilerException(String) - Constructor for class uic.CompilerException
 
CompilerException(String, Throwable) - Constructor for class uic.CompilerException
 
CompilerException(Throwable) - Constructor for class uic.CompilerException
 
ConfigDialog - class uic.themeconfig.ConfigDialog.
The base dialog window.
ConfigDialogImpl - class uic.themeconfig.ConfigDialogImpl.
The configuration dialog with the list of config panels.
ConfigDialogImpl() - Constructor for class uic.themeconfig.ConfigDialogImpl
 
ConfigPanelInterface - interface uic.themeconfig.ConfigPanelInterface.
Each config panel that wants to be added to the config dialog should implement this.
Constraints - class uic.layout.Constraints.
In finding a place in the grid of the NaturalLayout you can add a Constraints object add adding the widget to the parent.
Constraints() - Constructor for class uic.layout.Constraints
Constructs an Constraints with the default settings.
Constraints(String) - Constructor for class uic.layout.Constraints
Constructs an Constraints from a string.
Constraints(int, int, int, int, int, int) - Constructor for class uic.layout.Constraints
 
Constraints(int, int, int, int, int, int, int, int) - Constructor for class uic.layout.Constraints
Constructs an Constraints a set of constraints.
ContainerRepresenter - class uic.output.builder.ContainerRepresenter.
This represens a set of widgets that are going to be grouped with a layout manager.
ContainerRepresenter(String, String, boolean) - Constructor for class uic.output.builder.ContainerRepresenter
 
ContainerRepresenter.SubWidget - class uic.output.builder.ContainerRepresenter.SubWidget.
 
ContainerRepresenter.SubWidget(WidgetRepresenter, String) - Constructor for class uic.output.builder.ContainerRepresenter.SubWidget
 
calculateSize(Container) - Method in class uic.layout.NaturalLayout
Calculates the sizes of the rows and columns based on the absolute and relative sizes specified in rowSpec and columnSpec and the size of the container.
call(String) - Method in class uic.output.builder.WidgetRepresenter
 
call(MethodRepresenter) - Method in class uic.output.builder.WidgetRepresenter
 
canDrop(Point, boolean) - Method in class uic.widgets.ToolBarContainer
find out if a toolbar at screenCoordinate is 'over' us and the user intends to drop it on us.
cancelButton - Variable in class uic.widgets.StatusBar
 
cancelHelpMode() - Method in class uic.widgets.MainWindow
Cancels the mode started with goToHelpMode.
changeUser1ButtonTextSlot(String) - Method in class uic.widgets.StandardDialog
Set the user1 button text to the argument buttonText
changeUser2ButtonTextSlot(String) - Method in class uic.widgets.StandardDialog
Set the user2 button text to the argument buttonText
changeUser3ButtonTextSlot(String) - Method in class uic.widgets.StandardDialog
Set the user3 button text to the argument buttonText
checkParameters() - Method in class uic.anttask.UICompiler
Check that all required attributes have been set and nothing silly has been entered.
childComponentRemovedSlot() - Method in class uic.widgets.ExtraWindow
 
children - Variable in class uic.output.builder.ContainerRepresenter
 
chompClassname(String) - Static method in class uic.output.JavaFileWriter
 
clearDependencies() - Method in class uic.output.builder.WidgetRepresenter
 
clearSelection() - Method in class uic.pjava.widgets.table.Table
 
clearSelection() - Method in class uic.widgets.UICListSelectionModel
Change the selection to the empty set.
clearStatus() - Method in class uic.model.UICAction.StatusBarUpdater
 
clearTemporaryStatusText() - Method in class uic.widgets.StatusBar
Reset temporary text.
clearToolTipTexts() - Method in class uic.widgets.MWTable
Deprecated.  
clearToolTipTexts() - Method in class uic.widgets.UICTable
Remove all row specific tooltiptexts
clickColorSlot(int, int) - Method in class uic.widgets.ColorButtons
 
close() - Method in class uic.widgets.Splash
closes this splash screen.
closeFirstComponentSlot() - Method in class uic.widgets.ExtraWindow
Called at a double-click or when the close button is pressed.
closeWindowSlot() - Method in class uic.widgets.ExtraWindow
 
closeWindowSlot() - Method in class uic.widgets.MainWindow
 
col1 - Variable in class uic.layout.Constraints
Cell in which the upper left corner of the component lays
col2 - Variable in class uic.layout.Constraints
Cell in which the lower right corner of the component lays
colorSelectedSlot(String, int) - Method in class uic.themeconfig.ColorConfigPanel
 
colorsComboChangedSlot(int) - Method in class uic.themeconfig.ColorConfigPanel
 
columnOffset - Variable in class uic.layout.NaturalLayout
Offsets of columns in pixels.
columnSize - Variable in class uic.layout.NaturalLayout
Widths of columns in pixels
columnSpec - Variable in class uic.layout.NaturalLayout
Widths of columns expressed in absolute and relative terms
commitEdit() - Method in class uic.widgets.UICSpinner
 
compare(Object, Object) - Method in class uic.model.IconFactory.SizeComperator
 
compareTo(TableRow, int) - Method in class uic.pjava.widgets.table.DefaultTableRow
 
compareTo(TableRow, int) - Method in interface uic.pjava.widgets.table.TableRow
 
compile(UIC.BuildSettings) - Method in class uic.UIC
 
compile() - Method in class uic.anttask.UICompiler
Perform the compilation.
compileList - Variable in class uic.anttask.UICompiler
 
componentRemovedFromTabsSlot() - Method in class uic.widgets.ExtraWindow
 
componentSizeChangedSlot() - Method in class uic.widgets.ExtraWindow
 
configNames - Variable in class uic.themeconfig.ThemeColorsPreview
 
connect(JMenuItem, UICToolBar, int) - Static method in class uic.widgets.WindowRepresenter
create an event listener for the JMenuItem
connect(JCheckBoxMenuItem, UICToolBar) - Static method in class uic.widgets.WindowRepresenter
create an event listener for the JCheckBoxMenuItem
constructWidget() - Method in class uic.output.AbstractWidget
Create the construction of the widget.
constructWidget() - Method in class uic.output.pjava.General
 
constructWidget() - Method in class uic.output.pjava.Line
 
constructWidget() - Method in class uic.output.pjava.QCheckBox
 
constructWidget() - Method in class uic.output.pjava.QComboBox
 
constructWidget() - Method in class uic.output.pjava.QGroupBox
 
constructWidget() - Method in class uic.output.pjava.QLabel
 
constructWidget() - Method in class uic.output.pjava.QLayoutWidget
 
constructWidget() - Method in class uic.output.pjava.QLineEdit
 
constructWidget() - Method in class uic.output.pjava.QListBox
 
constructWidget() - Method in class uic.output.pjava.QListView
 
constructWidget() - Method in class uic.output.pjava.QMultiLineEdit
 
constructWidget() - Method in class uic.output.pjava.QPushButton
 
constructWidget() - Method in class uic.output.pjava.QTabWidget
 
constructWidget() - Method in class uic.output.pjava.QWidget
 
constructWidget() - Method in class uic.output.swing.General
 
constructWidget() - Method in class uic.output.swing.KColorButton
 
constructWidget() - Method in class uic.output.swing.KDatePicker
 
constructWidget() - Method in class uic.output.swing.KDateWidget
 
constructWidget() - Method in class uic.output.swing.KHSSelector
 
constructWidget() - Method in class uic.output.swing.KRestrictedLine
 
constructWidget() - Method in class uic.output.swing.Line
 
constructWidget() - Method in class uic.output.swing.OldQWizard
 
constructWidget() - Method in class uic.output.swing.QCheckBox
 
constructWidget() - Method in class uic.output.swing.QComboBox
 
constructWidget() - Method in class uic.output.swing.QFrame
 
constructWidget() - Method in class uic.output.swing.QGroupBox
 
constructWidget() - Method in class uic.output.swing.QLabel
 
constructWidget() - Method in class uic.output.swing.QLayoutWidget
 
constructWidget() - Method in class uic.output.swing.QLineEdit
 
constructWidget() - Method in class uic.output.swing.QListBox
 
constructWidget() - Method in class uic.output.swing.QListView
 
constructWidget() - Method in class uic.output.swing.QMultiLineEdit
 
constructWidget() - Method in class uic.output.swing.QProgressBar
 
constructWidget() - Method in class uic.output.swing.QPushButton
 
constructWidget() - Method in class uic.output.swing.QRadioButton
 
constructWidget() - Method in class uic.output.swing.QSlider
 
constructWidget() - Method in class uic.output.swing.QSpinBox
 
constructWidget() - Method in class uic.output.swing.QSplitter
 
constructWidget() - Method in class uic.output.swing.QTabWidget
 
constructWidget() - Method in class uic.output.swing.QTimeEdit
 
constructWidget() - Method in class uic.output.swing.QWidget
 
constructWidget() - Method in class uic.output.swing.QWizard
 
correctName(String) - Static method in class uic.output.VariableManager
 
create(Element) - Method in class uic.themes.UICPasswordFieldUI
Creates a view (PasswordView) for an element.
createActions() - Method in class uic.output.AbstractWidget
If a widget wants to add default actions, this is the place.
createActions() - Method in class uic.output.pjava.General
Implement this method to get the output written in here as methods in the target class.
createActions() - Method in class uic.output.pjava.QButtonGroup
 
createActions() - Method in class uic.output.pjava.QListView
 
createActions() - Method in class uic.output.pjava.QPushButton
 
createActions() - Method in class uic.output.swing.General
Implement this method to get the output written in here as methods in the target class.
createActions() - Method in class uic.output.swing.KColorButton
 
createActions() - Method in class uic.output.swing.OldQWizard
 
createActions() - Method in class uic.output.swing.QButtonGroup
 
createActions() - Method in class uic.output.swing.QListView
 
createActions() - Method in class uic.output.swing.QPushButton
 
createArrowButton() - Method in class uic.themes.UICComboBoxUI
 
createButton(UICAction) - Method in class uic.model.ActionFactory
 
createButton(UICAction, TranslationInterface) - Static method in class uic.model.ActionFactory
 
createButton(UICAction, TranslationInterface, IconFactory) - Static method in class uic.model.ActionFactory
 
createChangeListener() - Method in class uic.themes.UICTabbedPaneUI
 
createContainer(String) - Method in class uic.output.builder.UICBuilder
Convenience method for the next one.
createContainer(String, String) - Method in class uic.output.builder.UICBuilder
Convenience method for the next one.
createContainer(String, String, boolean) - Method in class uic.output.builder.UICBuilder
Create a new container in the output.
createDockingListener() - Method in class uic.themes.UICToolBarUI
 
createEditor() - Method in class uic.themes.UICSpinnerUI
 
createInternalWindow(Frame, String, boolean) - Method in class uic.widgets.AbstractWindow
 
createInternalWindow(Dialog, String, boolean) - Method in class uic.widgets.AbstractWindow
 
createInternalWindow(Frame, String, boolean) - Method in class uic.widgets.ExtraWindow
 
createInternalWindow(Dialog, String, boolean) - Method in class uic.widgets.ExtraWindow
 
createInternalWindow(Frame, String, boolean) - Method in class uic.widgets.MainWindow
 
createInternalWindow(Dialog, String, boolean) - Method in class uic.widgets.MainWindow
 
createInternalWindow(Frame, String, boolean) - Method in class uic.widgets.StandardDialog
 
createInternalWindow(Dialog, String, boolean) - Method in class uic.widgets.StandardDialog
 
createLayoutManager() - Method in class uic.themes.UICTabbedPaneUI
Create a correct layout
createLookAndFeel() - Method in class uic.widgets.MainWindow
Called from constructor to set a look and feel on the new Frame.
createMenuItem(UICAction) - Method in class uic.model.ActionFactory
 
createMenuItem(UICAction, TranslationInterface) - Static method in class uic.model.ActionFactory
 
createMenuItem(UICAction, TranslationInterface, IconFactory) - Static method in class uic.model.ActionFactory
 
createMouseInputListener() - Method in class uic.themes.UICListUI
 
createMouseListener() - Method in class uic.themes.UICTabbedPaneUI
Override mouselistener to reimplement tab selection Only VISIBLE tabs can be selected
createMouseWheelListener() - Method in class uic.themes.UICScrollPaneUI
Overriden method from super to supply our own mouseWheel stuff.
createNextButton() - Method in class uic.themes.UICSpinnerUI
 
createPreviousButton() - Method in class uic.themes.UICSpinnerUI
 
createRootLayout() - Method in class uic.widgets.MainWindow.RootPane
 
createStatusBar() - Method in class uic.widgets.MainWindow
Override this method to provide your own StatusBar implementation.
createStatusLabel() - Method in class uic.widgets.StatusBar
The major part of the statusbar is occupied by the statusLabel, this method creates it.
createToolBar(Component, String) - Method in class uic.widgets.ToolBarContainer
rotate and/or wrap the widget in a toolbar (if not a toolbar allready)
createTrackListener(JSlider) - Method in class uic.themes.UICSliderUI
Override to provide our own TrackListener.
createTranslator(String) - Static method in class uic.Translate
Convinience method
createTranslator(String, Object) - Static method in class uic.Translate
Create and initialize a translator.
createTranslator(String) - Static method in class uic.pjava.Translate
Convinience method
createTranslator(String, Object) - Static method in class uic.pjava.Translate
Create and initialize a translator.
createUI(JComponent) - Static method in class uic.themes.UICButtonUI
 
createUI(JComponent) - Static method in class uic.themes.UICCheckBoxUI
 
createUI(JComponent) - Static method in class uic.themes.UICComboBoxUI
 
createUI(JComponent) - Static method in class uic.themes.UICLabelUI
 
createUI(JComponent) - Static method in class uic.themes.UICListUI
 
createUI(JComponent) - Static method in class uic.themes.UICMenuItemUI
 
createUI(JComponent) - Static method in class uic.themes.UICMenuUI
 
createUI(JComponent) - Static method in class uic.themes.UICPanelUI
 
createUI(JComponent) - Static method in class uic.themes.UICPasswordFieldUI
 
createUI(JComponent) - Static method in class uic.themes.UICRadioButtonUI
 
createUI(JComponent) - Static method in class uic.themes.UICScrollPaneUI
 
createUI(JComponent) - Static method in class uic.themes.UICSliderUI
 
createUI(JComponent) - Static method in class uic.themes.UICSpinnerUI
 
createUI(JComponent) - Static method in class uic.themes.UICTabbedPaneUI
 
createUI(JComponent) - Static method in class uic.themes.UICTableHeaderUI
 
createUI(JComponent) - Static method in class uic.themes.UICTableUI
 
createUI(JComponent) - Static method in class uic.themes.UICTextAreaUI
 
createUI(JComponent) - Static method in class uic.themes.UICTextFieldUI
 
createUI(JComponent) - Static method in class uic.themes.UICToolBarUI
 
createWidget(String) - Method in class uic.output.builder.UICBuilder
Convenience method for the next one.
createWidget(String, String) - Method in class uic.output.builder.UICBuilder
Convenience method for the next one.
createWidget(String, String, boolean) - Method in class uic.output.builder.UICBuilder
Create a new Widget in the output.
createWidget(String, MethodRepresenter, String, boolean) - Method in class uic.output.builder.UICBuilder
 
createWidget(String, MethodRepresenter) - Method in class uic.output.builder.UICBuilder
 
currentPolicy - Variable in class uic.model.UICSimpleAction
 

D

DATE_ONLY - Static variable in class uic.widgets.UICDateTimeSpinner
Type to use for a UICDateTimeSpinner that only shows a date (Like the QTimeEdit does).
DATE_TIME - Static variable in class uic.widgets.UICDateTimeSpinner
Type to use for a UICDateTimeSpinner that shows both date and time (Like the QDateTimeEdit does).
DEFAULTS - Static variable in class uic.output.AbstractWidget
 
DEFAULTS - Static variable in class uic.output.swing.AbstractWidget
 
DEFAULT_SIZE - Static variable in class uic.layout.NaturalLayout
Default row/column size
DOWN - Static variable in class uic.widgets.BevelArrowIcon
Direction for the setDirection method.
DOWN - Static variable in class uic.widgets.TableSorterHeaderRenderer
 
DefaultTableRow - class uic.pjava.widgets.table.DefaultTableRow.
AWT Based Table component, one single row default implementation Warning: Use of this component directly can be dangerous...
DefaultTableRow(Object[]) - Constructor for class uic.pjava.widgets.table.DefaultTableRow
 
DummyTranslator - class uic.output.DummyTranslator.
This translator does not translate anything.
DummyTranslator() - Constructor for class uic.output.DummyTranslator
 
debug - Variable in class uic.anttask.UICompiler
 
debug - Variable in class uic.output.AbstractWidget
 
debugGrid - Variable in class uic.anttask.UICompiler
 
debugGrid - Variable in class uic.output.AbstractWidget
 
deepCall(String, String) - Method in class uic.output.builder.WidgetRepresenter
Convienience method for a case like this: this.getText().size().
deleteColumn(int) - Method in class uic.layout.NaturalLayout
Deletes a column in this layout.
deleteRow(int) - Method in class uic.layout.NaturalLayout
Deletes a row in this layout.
dependencies - Variable in class uic.output.builder.WidgetRepresenter
 
determineTabText() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Determines which text will be displayed in the tabs of the Tab panel.
determineVisible() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
 
dirty - Variable in class uic.layout.NaturalLayout
Indicates whether or not the size of the cells are known for the last known size of the container.
doAction(Object) - Method in class uic.model.UICSimpleAction
Called to actually execute the action on the registered method.
doAction(Object) - Method in class uic.model.UICToggleAction
 
doChildren(WidgetRepresenter, Element) - Method in class uic.output.pjava.QButtonGroup
 
doChildren(WidgetRepresenter, Element) - Method in class uic.output.swing.QButtonGroup
 
doFlat(boolean) - Method in class uic.widgets.UICToolBar
 
dockedLength - Static variable in class uic.themes.UICToolBarUI
 
dockedWidth - Static variable in class uic.themes.UICToolBarUI
 
done - Variable in class uic.output.JavaFileWriter
 
dragTo(Point, Point) - Method in class uic.themes.UICToolBarUI
Called to move the window and update possible feedback.
draggedSlot(int) - Method in class uic.widgets.UICToolBar.ScaleHandle
 
drawFocusRectangle(Graphics, int, int, int, int) - Static method in class uic.widgets.GuiHelper
Draw a focus rectangle, Focus color must be set before calling this function
drawGrid(Container, Graphics) - Method in class uic.layout.NaturalLayout
Draws a grid on the given container.
drawLine(Graphics, int, int, int, int) - Method in class uic.pjava.widgets.UICGroupBox
 
drawTabs(Graphics) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Draws the tabs at the top of the tab panel

E

ENABLE_NO_CHANGE - Static variable in class uic.model.WorkerThread.Job
 
ENABLE_OFF - Static variable in class uic.model.WorkerThread.Job
 
ENABLE_ON - Static variable in class uic.model.WorkerThread.Job
 
EXTENDED_INTERVAL_SELECTION - Static variable in class uic.widgets.UICListSelectionModel
Selection model that looks most like java standard multi selection interval selection Use when list will mostly contain one selected item, but CAN have more selections
Entry - class uic.layout.Entry.
Helper class for NaturalLayout
Entry(Component, Constraints) - Constructor for class uic.layout.Entry
Constructs an Entry that binds a component to a set of constraints.
ExtraWindow - class uic.widgets.ExtraWindow.
This class represent a so-called Extra Window.
ExtraWindow(Window, String) - Constructor for class uic.widgets.ExtraWindow
Convinience constructor; closePolicy == CLOSEPOLICY_AUTO_CLOSE
ExtraWindow(Window, String, int) - Constructor for class uic.widgets.ExtraWindow
Create a new ExtraWindow.
ExtraWindow.CloseButton - class uic.widgets.ExtraWindow.CloseButton.
This Button just shows a cross as a good CloseButton should.
ExtraWindow.CloseButton() - Constructor for class uic.widgets.ExtraWindow.CloseButton
 
editCell(int, int, int) - Method in class uic.pjava.widgets.table.DefaultTableRow
 
editCell(int, int, int) - Method in interface uic.pjava.widgets.table.TableRow
 
enableAction(String, boolean) - Method in class uic.model.ActionFactory
set the action to be enabled/disabled.
enableApplyButtonSlot(boolean) - Method in class uic.widgets.StandardDialog
Set the apply button to be enabled per argument enable.
enableGroup(String, boolean) - Method in class uic.model.ActionFactory
Enable action groups.
enableOKButtonSlot(boolean) - Method in class uic.widgets.StandardDialog
Set the ok button to be enabled per argument enable.
enableUser1ButtonSlot(boolean) - Method in class uic.widgets.StandardDialog
Set the user1 button to be enabled per argument enable.
enableUser2ButtonSlot(boolean) - Method in class uic.widgets.StandardDialog
Set the user2 button to be enabled per argument enable.
enableUser3ButtonSlot(boolean) - Method in class uic.widgets.StandardDialog
Set the user3 button to be enabled per argument enable.
encodeColor(Color) - Static method in class uic.widgets.GuiHelper
This is the reverse of Color.decode()
ensureCorrectSpecSize(double) - Method in class uic.layout.NaturalLayout
Checks if size of a row/col is correct.
ensureCurrentLayout() - Method in class uic.themes.UICTabbedPaneUI
 
enteringPage(JComponent, boolean) - Method in class uic.widgets.UICWizard
Called when entering a page.
enteringPanel(int, int) - Method in class uic.widgets.WizardPanel
Called when entering a panel.
equals(Object) - Method in class uic.model.IconFactory.SizeComperator
 
equals(Object) - Method in class uic.widgets.UICWhatsThis.Entry
 
events - Variable in class uic.output.builder.WidgetRepresenter
 
execute() - Method in class uic.anttask.UICompiler
 
execute() - Method in class uic.model.UICSimpleAction
Convenience method.
execute(Object) - Method in class uic.model.UICSimpleAction
Execute the action.
export - Variable in class uic.output.builder.ObjectRepresenter
 
export() - Method in class uic.output.builder.ObjectRepresenter
Returns wheather the object should become a member variable in the resulting class.

F

FILL - Static variable in class uic.layout.NaturalLayout
 
FINISH_OPTION - Static variable in class uic.widgets.WizardPanel
Returned by showWizard when exited with finish button
FLAT - Static variable in class uic.widgets.UICToolBar
 
FLOATING - Static variable in class uic.widgets.UICToolBar
 
FieldRepresenter - class uic.output.builder.FieldRepresenter.
A field of a Class.
FieldRepresenter(Representer, String) - Constructor for class uic.output.builder.FieldRepresenter
 
FieldRepresenter(String, String) - Constructor for class uic.output.builder.FieldRepresenter
 
FontPreview - class uic.themeconfig.FontPreview.
Shows one font in the specified font and provides a 'choose' button.
FontPreview(String, Font, UICTheme, String) - Constructor for class uic.themeconfig.FontPreview
 
FontSelection - class uic.widgets.FontSelection.
This widget shows a list of installed fonts and allows the user to choose one.
FontSelection() - Constructor for class uic.widgets.FontSelection
 
FontsPanel - class uic.themeconfig.FontsPanel.
The font config panel.
FontsPanel(UICTheme) - Constructor for class uic.themeconfig.FontsPanel
 
familySelectedSlot(String) - Method in class uic.widgets.FontSelection
 
field(String) - Method in class uic.output.builder.ObjectRepresenter
 
fieldAssignments - Variable in class uic.output.builder.ObjectRepresenter
 
fillBlackList(UICBuilder) - Static method in class uic.output.JavaFileWriter
 
fireActionPerformed(ActionEvent) - Method in class uic.widgets.UICColorButton
 
fireTabSelected(TabSelectionEvent) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
let those who care know when a tab was selected
fireValueChanged(int, int) - Method in class uic.widgets.UICListSelectionModel
Fires the valueChanged event to all listeners
floatAt(Point, Point) - Method in class uic.themes.UICToolBarUI
Called when the toolbar is moved to a certain location.
floatedWindowSlot() - Method in class uic.themes.UICToolBarUI
Called when the toolbar was 'floated'.
focusGained(FocusEvent) - Method in class uic.pjava.widgets.UICPasswordField
 
focusLost(FocusEvent) - Method in class uic.pjava.widgets.UICPasswordField
 

G

General - class uic.output.pjava.General.
 
General(UICBuilder, Element) - Constructor for class uic.output.pjava.General
 
General - class uic.output.swing.General.
 
General(UICBuilder, Element) - Constructor for class uic.output.swing.General
 
GuiHelper - class uic.widgets.GuiHelper.
various static method to provide functionality not immidiately available in Swing.
GuiHelper() - Constructor for class uic.widgets.GuiHelper
 
getAcceleratorForeground() - Method in class uic.themes.UICTheme
 
getAcceleratorSelectedForeground() - Method in class uic.themes.UICTheme
 
getAction() - Method in class uic.model.WorkerThread.Job
 
getAction() - Method in class uic.widgets.event.ToolBarEvent
 
getActions() - Method in class uic.output.builder.WidgetRepresenter
 
getAllToolbars() - Method in class uic.widgets.WindowRepresenter
Get all the toolbars registered with this WindowRepresenter, and since the registration is done automatically for ToolBarContainers this means that you get all the toolbars that belong to the Window.
getAnchorSelectionIndex() - Method in class uic.widgets.UICListSelectionModel
Return the first index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getAntialiasEnabled() - Static method in class uic.themes.UICTheme
Check if global antialias is enabled.
getArgument() - Method in class uic.output.builder.Callable.Argument
 
getArguments() - Method in class uic.output.builder.Callable
 
getArguments() - Method in class uic.output.builder.CodeSnippet
 
getBorderColor() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Gets the borderColor property (java.awt.Color) value.
getBorderInsets(Component) - Method in class uic.themes.UICToolBarUI.Border
 
getBorderInsets(Component, Insets) - Method in class uic.themes.UICToolBarUI.Border
 
getBounds() - Method in class uic.widgets.AbstractWindow
During or after showing you can query the rectangle of the dialog.
getBrowseOffset() - Method in class uic.themes.UICTabbedPaneUI
 
getButtonPreferredSize() - Method in class uic.themes.UICTabbedPaneUI
 
getButtonText(String) - Method in class uic.Translate.Translator
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the string sans the '&'.
getButtonText(String) - Method in class uic.Translate
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the string sans the '&'.
getButtonText(String) - Method in interface uic.TranslationInterface
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the string sans the '&'.
getButtonText(Object) - Method in class uic.output.DummyTranslator
 
getButtonText(Object) - Method in interface uic.output.TranslatorInterface
In modern GUIs the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the string sans the '&'.
getButtonText(Object) - Method in class uic.output.UICTranslator
 
getButtonText(String) - Method in class uic.pjava.Translate.Translator
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the string sans the '&'.
getButtonText(String) - Method in class uic.pjava.Translate
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the string sans the '&'.
getChildWidgets() - Method in class uic.output.builder.ContainerRepresenter
 
getClassName() - Method in class uic.output.builder.CodeSnippet.Argument
 
getClassName() - Method in class uic.output.builder.UICBuilder
get the class name of the resulting class, a writer should name the file after this.
getClassName() - Method in class uic.output.swing.KSqueezedTextLabel
 
getClassName() - Method in class uic.output.swing.QLabel
 
getClassNamesUsed() - Method in class uic.output.builder.CodeSnippet
 
getColor(String) - Static method in class uic.pjava.theme.UIManager
 
getColor() - Method in class uic.widgets.ColorSelection
 
getColor() - Method in class uic.widgets.HSVSelector
 
getColor() - Method in class uic.widgets.UICColorButton
Returns the currenty showing color
getColumn(int) - Method in class uic.layout.NaturalLayout
Gets the width of a single column in this layout.
getColumnClass(int) - Method in class uic.model.TableRowSorter
Return the column class of the specified column index
getColumnClass(int) - Method in class uic.model.UICDefaultTableModel
 
getColumnClass(int) - Method in class uic.widgets.MWTableModel
Deprecated.  
getColumnClass(int) - Method in class uic.widgets.TableSorter
Deprecated.  
getColumnCount() - Method in class uic.model.TableRowSorter
Return number of columns that this model has
getColumnCount() - Method in class uic.widgets.TableSorter
Deprecated.  
getColumnName(int) - Method in class uic.model.TableRowSorter
Return the column name of the specified column index
getColumnName(int) - Method in class uic.widgets.TableSorter
Deprecated.  
getColumnWidth(int, Font) - Method in class uic.pjava.widgets.table.DefaultTableRow
 
getColumnWidth(int, Font) - Method in interface uic.pjava.widgets.table.TableRow
 
getComponentAfter(Container, Component) - Method in class uic.widgets.UICFocusTraversalPolicy
Returns the Component that should receive the focus after aComponent.
getComponentBefore(Container, Component) - Method in class uic.widgets.UICFocusTraversalPolicy
Returns the Component that should receive the focus before aComponent.
getComponentsIterator() - Method in class uic.model.UICAction
 
getControl() - Method in class uic.themes.UICTheme
 
getControlDarkShadow() - Method in class uic.themes.UICTheme
 
getControlDisabled() - Method in class uic.themes.UICTheme
 
getControlHighlight() - Method in class uic.themes.UICTheme
 
getControlInfo() - Method in class uic.themes.UICTheme
 
getControlShadow() - Method in class uic.themes.UICTheme
 
getControlTextColor() - Method in class uic.themes.UICTheme
 
getControlTextFont() - Method in class uic.themes.UICTheme
 
getCurrentLocation() - Method in class uic.widgets.UICToolBar
Get curent state of toolBar, probably only usefull for persistency purposes.
getCurrentPage() - Method in class uic.widgets.UICWizard
Return the currently showing page.
getDataModel() - Method in class uic.widgets.MWTable
Deprecated.  
getDataModel() - Method in class uic.widgets.UICTable
Get the data model which you need to use to alter the data of this table.
getDebugGrid() - Method in class uic.UIC.BuildSettings
 
getDeclarations(List) - Static method in class uic.output.JavaFileWriter
 
getDefaultComponent(Container) - Method in class uic.widgets.UICFocusTraversalPolicy
Returns the default Component to focus.
getDefaultRenderer(Class) - Method in class uic.widgets.MWTable
Deprecated.  
getDefaultRenderer(Class) - Method in class uic.widgets.UICTable
 
getDefaults() - Method in class uic.themes.UICTheme
The hardcoded defaults for UICTheme are programmed here so its easy to alter them in extending classes.
getDefaults() - Method in class uic.themes.UICThemeBigFonts
 
getDependencies() - Method in class uic.output.builder.WidgetRepresenter
 
getDesktopColor() - Method in class uic.themes.UICTheme
 
getDialogSizePanel() - Method in class uic.widgets.AbstractWindow
An in-between panel is used between the JDialog and the Content of the user, this method fetches it.
getDisabledTextColor() - Method in class uic.themes.UICButtonUI
 
getDragWindowLocation(ToolBarContainer, Point) - Method in class uic.themes.UICToolBarUI
Check if toolbar can be docked.
getDummyIcon() - Method in class uic.themes.UICMenuItemUI
 
getEnable() - Method in class uic.model.WorkerThread.Job
 
getEntryContaining(Component) - Method in class uic.layout.NaturalLayout
Return the entry that contains argument component.
getEvenRow() - Method in class uic.themes.UICTheme
 
getExplicitTabText(Component) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
 
getExtends() - Method in class uic.output.builder.UICBuilder
get the fullclasspath of the class that the new class should extend.
getExtraWindow(Point) - Method in class uic.widgets.WindowRepresenter
 
getExtraWindow(Point, boolean) - Method in class uic.widgets.WindowRepresenter
 
getField(String) - Method in class uic.output.builder.WidgetRepresenter
 
getFields() - Method in class uic.output.builder.ObjectRepresenter
 
getFinishButtonMnemonic() - Method in class uic.widgets.WizardPanel
Returns the mnemonic for the next button when in finish mode (last panel is reached).
getFinishButtonText() - Method in class uic.widgets.WizardPanel
Returns the text for the next button when in finish mode (last panel is reached).
getFirstComponent(Container) - Method in class uic.widgets.UICFocusTraversalPolicy
Returns the first Component in the traversal cycle.
getFirstVisible() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Get the number of the first-visible physical tab.
getFlat() - Method in class uic.widgets.UICToolBar.ToolBarLocation
 
getFocusColor() - Method in class uic.themes.UICTheme
 
getFont(String) - Static method in class uic.pjava.theme.UIManager
 
getFont() - Method in class uic.widgets.FontSelection
 
getFontMetrics() - Method in class uic.themes.UICTabbedPaneUI
 
getFrame() - Method in class uic.widgets.MainWindow
return the top level JFrame which shows the visual MainWindow
getGetterMethodName() - Method in class uic.output.AbstractWidget.ActionInformation
 
getHSVColor() - Method in class uic.widgets.HSVSelector
Fetch the current color in HSV color space.
getHandleOffset() - Method in class uic.widgets.event.WindowDroppedEvent
return the offset (from the screenPosition) where the user held the mouse when the ExtraWindow was dropped.
getHandlingSection() - Method in class uic.output.builder.WidgetRepresenter.EventRepresenter
 
getHeight() - Method in class uic.pjava.widgets.table.DefaultTableRow
 
getHeight() - Method in interface uic.pjava.widgets.table.TableRow
 
getHighlightedTextColor() - Method in class uic.themes.UICTheme
 
getHorizontalAlign() - Method in class uic.output.AbstractWidget
 
getIcon(String, int) - Method in class uic.model.IconFactory
Create an icon with the name being the repository path like 'actions/exit'.
getIcon(String, int, boolean) - Method in class uic.model.IconFactory
Create an icon with the name being the repository path like 'actions/exit'.
getIconBaseName() - Method in class uic.model.UICAction
The name of the icon that will be used on buttons.
getIconHeight() - Method in class uic.widgets.BevelArrowIcon
Icon Interface method
getIconHeight() - Method in class uic.widgets.CheckBoxIcon
 
getIconHeight() - Method in class uic.widgets.ComboBoxButtonIcon
 
getIconHeight() - Method in class uic.widgets.RadioButtonIcon
 
getIconHeight() - Method in class uic.widgets.UICToolBar.ArrowsIcon
 
getIconWidth() - Method in class uic.widgets.BevelArrowIcon
Icon Interface method
getIconWidth() - Method in class uic.widgets.CheckBoxIcon
 
getIconWidth() - Method in class uic.widgets.ComboBoxButtonIcon
 
getIconWidth() - Method in class uic.widgets.RadioButtonIcon
 
getIconWidth() - Method in class uic.widgets.UICToolBar.ArrowsIcon
 
getImage(String, int) - Method in class uic.model.IconFactory.IconRepository
Implements interface
getImage(String, int) - Method in interface uic.model.IconFactory.Repository
Returns the input stream of the requested image, or null when none found.
getImage(String, int) - Method in class uic.model.IconFactory.ZipFileRepository
 
getImageBase() - Method in class uic.themeconfig.ColorConfigPanel
 
getImageBase() - Method in interface uic.themeconfig.ConfigPanelInterface
Return the name of the image to which .png will be added as icon in the list.
getImageBase() - Method in class uic.themeconfig.FontsPanel
 
getImageBase() - Method in class uic.themeconfig.OptionsPane
 
getImplementsIter() - Method in class uic.output.builder.UICBuilder
Get an iterator over a list of strings with the interfaces the new class should implement.
getImport(Representer) - Method in class uic.output.JavaFileWriter
 
getImports(List) - Method in class uic.output.JavaFileWriter
 
getImports(Vector, HashMap, Representer) - Method in class uic.output.JavaFileWriter
 
getInactiveControlTextColor() - Method in class uic.themes.UICTheme
 
getInactiveSystemTextColor() - Method in class uic.themes.UICTheme
 
getIndex(TableRow) - Method in class uic.pjava.widgets.table.Table
 
getIndexOfPanel(String) - Method in class uic.widgets.WizardPanel
Returns the index in the panel list of the first occurence of the panel with the specified title, or -1 if there is no panel with this title.
getIndexOfPanel(JPanel) - Method in class uic.widgets.WizardPanel
Returns the index in the panel list of the first occurence of the specified panel or -1 if the panel list does not contain this panel.
getInitAction() - Method in class uic.output.builder.WidgetRepresenter.EventRepresenter
 
getInitialComponent(Window) - Method in class uic.widgets.UICFocusTraversalPolicy
Returns the Component that should receive the focus when a Window is made visible for the first time.
getInsets() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Returns the insets of the TabPanel.
getInstance() - Static method in class uic.model.WorkerThread
Get the sole instance of the worker thread; if none exist create and start it.
getInstance(Window) - Static method in class uic.widgets.WindowRepresenter
get WindowRepresenter for the Window; or create a fresh one if none exists.
getInstance(ToolBarContainer) - Static method in class uic.widgets.WindowRepresenter
Find the WindowRepresenter that contains the child ToolBarContainer
getInt(String) - Static method in class uic.pjava.theme.UIManager
 
getIntProperty(String, int) - Method in class uic.output.AbstractWidget
 
getJobsList() - Method in class uic.model.WorkerThread
Returns the jobs list which can be altered inline for advanced scheduling policies.
getKeyStroke() - Method in class uic.model.UICAction
 
getLastComponent(Container) - Method in class uic.widgets.UICFocusTraversalPolicy
Returns the last Component in the traversal cycle.
getLayoutAlignmentX(Container) - Method in class uic.layout.NaturalLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
getLayoutAlignmentY(Container) - Method in class uic.layout.NaturalLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
getLeadSelectionIndex() - Method in class uic.widgets.UICListSelectionModel
Return the second index argument from the most recent call to setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
getLeft() - Method in class uic.output.builder.ObjectRepresenter.Assignment
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class uic.widgets.TwoColorListCellRenderer
Return the tweaked list cell renderer component
getListenerClass() - Method in class uic.output.AbstractWidget.ActionInformation
 
getListenerFullClassname() - Method in class uic.output.AbstractWidget.ActionInformation
 
getListfiles() - Method in class uic.anttask.UICompiler
Get the listfiles flag.
getLocale() - Static method in class uic.Translate
 
getLocale() - Static method in class uic.pjava.Translate
 
getLocation() - Method in class uic.widgets.AbstractWindow
During or after showing you can query the location of the dialog.
getLocation() - Method in class uic.widgets.UICToolBar.ToolBarLocation
 
getMakeDebugVersion() - Method in class uic.UIC.BuildSettings
 
getMargin() - Method in class uic.layout.NaturalLayout
 
getMaxSelectionIndex() - Method in class uic.widgets.UICListSelectionModel
 
getMaximumAllowedColumns() - Method in class uic.model.UICRestrictedDocument
 
getMaximumSize() - Method in class uic.pjava.widgets.Line
 
getMaximumSize() - Method in class uic.pjava.widgets.UICButton
 
getMaximumSize() - Method in class uic.pjava.widgets.UICTextField
 
getMaximumSize() - Method in class uic.themeconfig.ThemeColorsPreview
 
getMaximumSize(JComponent) - Method in class uic.themes.UICComboBoxUI
 
getMaximumSize(JComponent) - Method in class uic.themes.UICLabelUI
 
getMaximumSize(JComponent) - Method in class uic.themes.UICListUI
 
getMaximumSize(JComponent) - Method in class uic.themes.UICPanelUI
 
getMaximumSize(JComponent) - Method in class uic.themes.UICRadioButtonUI
 
getMaximumSize(JComponent) - Method in class uic.themes.UICScrollPaneUI
Forward size of viewport
getMaximumSize(JComponent) - Method in class uic.themes.UICSpinnerUI
 
getMaximumSize(JComponent) - Method in class uic.themes.UICTableUI
 
getMaximumSize(JComponent) - Method in class uic.themes.UICTextFieldUI
 
getMaximumSize() - Method in class uic.widgets.ColorButtons
 
getMaximumSize() - Method in class uic.widgets.HSVSelector
 
getMaximumSize() - Method in class uic.widgets.JLine
 
getMaximumSize() - Method in class uic.widgets.UICArrowButton
Overloaded method
getMaximumSize() - Method in class uic.widgets.UICSqueezedTextLabel
 
getMaximumSize() - Method in class uic.widgets.UICToolBar.ScaleHandle
 
getMenuBackground() - Method in class uic.themes.UICTheme
 
getMenuBar() - Method in class uic.widgets.MainWindow
Return the menuBar.
getMenuDisabledForeground() - Method in class uic.themes.UICTheme
 
getMenuForeground() - Method in class uic.themes.UICTheme
 
getMenuSelectedBackground() - Method in class uic.themes.UICTheme
 
getMenuSelectedForeground() - Method in class uic.themes.UICTheme
 
getMenuTextFont() - Method in class uic.themes.UICTheme
 
getMethod(String) - Method in class uic.output.builder.WidgetRepresenter
 
getMethods() - Method in class uic.output.builder.WidgetRepresenter
 
getMinSelectionIndex() - Method in class uic.widgets.UICListSelectionModel
 
getMinimumSize() - Method in class uic.pjava.widgets.Line
 
getMinimumSize() - Method in class uic.pjava.widgets.UICList
 
getMinimumSize() - Method in class uic.themeconfig.ThemeColorsPreview
 
getMinimumSize(JComponent) - Method in class uic.themes.UICComboBoxUI
 
getMinimumSize(JComponent) - Method in class uic.themes.UICLabelUI
 
getMinimumSize(JComponent) - Method in class uic.themes.UICListUI
 
getMinimumSize(JComponent) - Method in class uic.themes.UICRadioButtonUI
 
getMinimumSize(JComponent) - Method in class uic.themes.UICScrollPaneUI
 
getMinimumSize(JComponent) - Method in class uic.themes.UICTableUI
 
getMinimumSize(JComponent) - Method in class uic.themes.UICTextAreaUI
 
getMinimumSize(JComponent) - Method in class uic.themes.UICTextFieldUI
 
getMinimumSize() - Method in class uic.widgets.ColorButtons
 
getMinimumSize() - Method in class uic.widgets.HSVSelector
 
getMinimumSize() - Method in class uic.widgets.JLine
 
getMinimumSize() - Method in class uic.widgets.ToolBarContainer
Make it always 1 pixel width and hight.
getMinimumSize() - Method in class uic.widgets.UICArrowButton
Overloaded method
getMinimumSize() - Method in class uic.widgets.UICSqueezedTextLabel
 
getMinimumSize() - Method in class uic.widgets.UICToolBar.ScaleHandle
 
getMnemonic(String) - Method in class uic.Translate.Translator
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the first character that follows the '& char.
getMnemonic(String) - Method in class uic.Translate
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the first character that follows the '& char.
getMnemonic(String) - Method in interface uic.TranslationInterface
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the first character that follows the '& char.
getMnemonic(Object) - Method in class uic.output.DummyTranslator
 
getMnemonic(Object) - Method in interface uic.output.TranslatorInterface
In modern GUIs the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the first character that follows the first '& char.
getMnemonic(Object) - Method in class uic.output.UICTranslator
 
getMnemonic(String) - Method in class uic.pjava.Translate.Translator
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the first character that follows the '& char.
getMnemonic(String) - Method in class uic.pjava.Translate
In Qt the '&' in front of a character represents a mnemonic; but should not be visible on buttons; this method returns the first character that follows the '& char.
getModel() - Method in class uic.model.TableRowSorter
Returns the (data) model
getModel() - Method in interface uic.model.TableViewInterface
Return the child model.
getModel() - Method in class uic.widgets.TableSorter
Deprecated.  
getModel() - Method in interface uic.widgets.TableViewInterface
Return the child model.
getName() - Method in class uic.model.UICAction
Return the name key.
getName() - Method in class uic.output.AbstractWidget
 
getName() - Method in class uic.output.builder.CodeSnippet.Argument
 
getName() - Method in class uic.output.builder.Representer
 
getName() - Method in class uic.themeconfig.ColorConfigPanel
 
getName() - Method in interface uic.themeconfig.ConfigPanelInterface
Return the name of the config panel as entry in the list.
getName() - Method in class uic.themeconfig.FontsPanel
 
getName() - Method in class uic.themeconfig.OptionsPane
 
getName() - Method in class uic.themes.UICTheme
 
getNewIcon(FontMetrics) - Method in class uic.themes.UICCheckBoxUI
 
getNewIcon(FontMetrics) - Method in class uic.themes.UICRadioButtonUI
 
getNumColumns() - Method in class uic.layout.NaturalLayout
Gets the number of columns in this layout.
getNumOfComponents() - Method in class uic.widgets.ExtraWindow
Since it is possible to add multiple components, here we ask how many there are
getNumRows() - Method in class uic.layout.NaturalLayout
Gets the number of rows in this layout.
getOddRow() - Method in class uic.themes.UICTheme
 
getOffset() - Method in class uic.widgets.UICToolBar.ToolBarLocation
 
getOption() - Method in class uic.output.builder.ContainerRepresenter.SubWidget
 
getOrgIndex(int) - Method in class uic.pjava.widgets.table.Table
Converts the index to the index it was added to in the table
getOrgIndex(TableRow) - Method in class uic.pjava.widgets.table.Table
 
getOrgIndex(int) - Method in class uic.widgets.TableSorter
Deprecated.  
getOriginalIndex(int) - Method in class uic.model.TableRowSorter
Return the original index of the view index
getOriginalIndex(int) - Method in interface uic.model.TableViewInterface
Return the index of a row as reported by the model below this one.
getOriginalIndex(int) - Method in class uic.widgets.TableSorter
Deprecated.  
getPackageName(String) - Static method in class uic.output.JavaFileWriter
 
getPackageName() - Method in class uic.output.builder.UICBuilder
get the package name of the resulting class.
getPage(int) - Method in class uic.widgets.UICWizard
 
getPanel(int) - Method in class uic.widgets.WizardPanel
Returns the panel at the specified postition in the panel list, or null if the index is out of bounds.
getPanel(String) - Method in class uic.widgets.WizardPanel
Returns the panel with the specified title, or null if there is no panel with this title.
getPanelCount() - Method in class uic.widgets.WizardPanel
Returns the number of panels.
getPanelVerified(int) - Method in class uic.widgets.WizardPanel
Returns true if the panel at the specified index is marked as verified, or false otherwise.
getParent() - Method in class uic.output.builder.Representer
 
getPhysicalTab() - Method in class uic.pjava.widgets.tabbedpane.TabSelectionEvent
 
getPlacing() - Method in class uic.widgets.ToolBarContainer
Each ToolBarLayouter is placed on a Window-edge.
getPopupMenu() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
 
getPosition(Object) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Return the position of the component in the tabsplitter (its physical tab number)
getPreferredMenuItemSize(JComponent, Icon, Icon, int) - Method in class uic.themes.UICMenuItemUI
Override to make sure there is an icon
getPreferredSize() - Method in class uic.pjava.widgets.Line
 
getPreferredSize() - Method in class uic.pjava.widgets.UICButton
 
getPreferredSize() - Method in class uic.pjava.widgets.UICList
 
getPreferredSize() - Method in class uic.pjava.widgets.UICTextField
 
getPreferredSize() - Method in class uic.pjava.widgets.table.Table
 
getPreferredSize() - Method in class uic.themeconfig.ThemeColorsPreview
 
getPreferredSize(JComponent) - Method in class uic.themes.UICComboBoxUI
 
getPreferredSize(JComponent) - Method in class uic.themes.UICListUI
 
getPreferredSize(JComponent) - Method in class uic.themes.UICRadioButtonUI
 
getPreferredSize(JComponent) - Method in class uic.themes.UICScrollPaneUI
Calculate the size of the pane.
getPreferredSize(JComponent) - Method in class uic.themes.UICSpinnerUI
 
getPreferredSize(JComponent) - Method in class uic.themes.UICTableUI
 
getPreferredSize(JComponent) - Method in class uic.themes.UICTextFieldUI
 
getPreferredSize() - Method in class uic.widgets.ColorButtons
 
getPreferredSize() - Method in class uic.widgets.HSVSelector
 
getPreferredSize() - Method in class uic.widgets.JLine
 
getPreferredSize() - Method in class uic.widgets.StatusBar
overrides the size from the super
getPreferredSize() - Method in class uic.widgets.ToolBarContainer
Work around bug that borderlayout does not honor minimumSize.
getPreferredSize() - Method in class uic.widgets.UICArrowButton
Overloaded method
getPreferredSize() - Method in class uic.widgets.UICToolBar.ScaleHandle
 
getPreferredSize() - Method in class uic.widgets.UICToolBar
 
getPrimaryControl() - Method in class uic.themes.UICTheme
 
getPrimaryControlDarkShadow() - Method in class uic.themes.UICTheme
 
getPrimaryControlHighlight() - Method in class uic.themes.UICTheme
 
getPrimaryControlInfo() - Method in class uic.themes.UICTheme
 
getPrimaryControlShadow() - Method in class uic.themes.UICTheme
 
getProperties(Element) - Static method in class uic.UIC
 
getProperty(String) - Static method in class uic.themes.ThemeStore
 
getProperty(String, String) - Static method in class uic.themes.ThemeStore
 
getPropertyName(Element) - Static method in class uic.UIC
 
getPropertyPrefix() - Method in class uic.themes.UICCheckBoxUI
 
getPropertyValue(Element) - Static method in class uic.UIC
Method to get the value of the property, for example name and text are properties for label Returns properties first child for new qt-designer xml files Otherwise return properties second child
getRPContainer() - Method in class uic.widgets.AbstractWindow
 
getReturnType() - Method in class uic.output.builder.Callable.Argument
When the returnType is set the method will add a cast to the returntype from the actual returned type.
getReturnType() - Method in class uic.output.builder.CodeSnippet
 
getRight() - Method in class uic.output.builder.ObjectRepresenter.Assignment
 
getRootContainer() - Method in class uic.output.builder.UICBuilder
Fetch the root container
getRow(int) - Method in class uic.layout.NaturalLayout
Gets the sizes of a row in this layout.
getRow(int) - Method in class uic.pjava.widgets.table.Table
 
getRowCount() - Method in class uic.model.TableRowSorter
Return number of rows that this model has
getRowCount() - Method in class uic.widgets.TableSorter
Deprecated.  
getScreenPosition() - Method in class uic.widgets.event.WindowDroppedEvent
return the new postion of the ExtraWindow on screen.
getSelectedName() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Get the tab text of the currently-selected component
getSelectedName() - Method in class uic.pjava.widgets.tabbedpane.TabSelectionEvent
 
getSelectedObjects() - Method in class uic.pjava.widgets.table.Table
Returns an array of TableRow objects
getSelectedTabNum() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Get the number of the currently-selected tab
getSelectionMode() - Method in class uic.pjava.widgets.table.Table
 
getSelectionMode() - Method in class uic.widgets.UICListSelectionModel
 
getSeparatorBackground() - Method in class uic.themes.UICTheme
 
getSeparatorForeground() - Method in class uic.themes.UICTheme
 
getSignalActionInformation(String) - Method in class uic.output.AbstractWidget
 
getSignalActionInformation(String) - Method in class uic.output.swing.QCheckBox
 
getSignalActionInformation(String) - Method in class uic.output.swing.QSlider
 
getSignalActionInformation(String) - Method in class uic.output.swing.QSpinBox
 
getSize() - Method in class uic.widgets.AbstractWindow
During or after showing you can query the size of the dialog.
getSlotActionInformation(String) - Method in class uic.output.AbstractWidget
 
getSlotActionInformation(String) - Method in class uic.output.swing.QCheckBox
 
getSlotActionInformation(String) - Method in class uic.output.swing.QSlider
 
getSlotActionInformation(String) - Method in class uic.output.swing.QSpinBox
 
getSortedColumns() - Method in class uic.model.TableRowSorter
Returns all sorted columns or an empty array if no columns are being sorted
getSortedColumns() - Method in class uic.widgets.TableSorter
Deprecated.  
getSource() - Method in class uic.model.WorkerThread.Job
 
getSourceVersion() - Method in class uic.UIC.BuildSettings
 
getSourceVersion() - Method in class uic.output.AbstractWidget
The user specified sourcecode version, check when using 'newer' calls.
getSpacing() - Method in class uic.layout.NaturalLayout
 
getStaticMethodCalls() - Method in class uic.output.builder.UICBuilder
 
getStaticParent() - Method in class uic.output.builder.Representer
 
getStatusBar() - Method in class uic.widgets.MainWindow.RootPane
 
getStatusBar() - Method in class uic.widgets.MainWindow
return the statusBar.
getSubTextFont() - Method in class uic.themes.UICTheme
 
getSystemTextColor() - Method in class uic.themes.UICTheme
 
getSystemTextFont() - Method in class uic.themes.UICTheme
 
getTabAreaInsets(int) - Method in class uic.themes.UICTabbedPaneUI
Update the insets of the tabs, using the space of the buttons
getTabBackground() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Gets the color that's behind the tabs
getTabColor() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Deprecated. the new tabColors property should be used instead.
getTabColors() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Get the colors used to draw the tabs.
getTabColors(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
get a specific tab color.
getTabName() - Method in interface uic.pjava.widgets.tabbedpane.TabNamedComponent
This method is called to determine the text that will appear on a tab
getTabPlacementOffset() - Method in class uic.themes.UICTabbedPaneUI
 
getTabText() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Gets the explicitly-set tab text array.
getTabText(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Gets a specific string from the explicitly-set tab text array.
getTable() - Method in class uic.widgets.TableSorterHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class uic.widgets.TableSorterHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class uic.widgets.TwoColorCellRenderer
Returns the visible component
getText() - Method in class uic.output.builder.CodeSnippet
 
getText() - Method in class uic.widgets.UICWhatsThis.Entry
 
getText(Component) - Static method in class uic.widgets.UICWhatsThis
 
getTextHighlightColor() - Method in class uic.themes.UICTheme
 
getTitle() - Method in class uic.model.UICAction
return the title of this action, this is mostly the name on screen.
getTitleOfPanel(int) - Method in class uic.widgets.WizardPanel
Returns the title for the panel at the specified postition in the panel list, or null if the index is out of bounds.
getToolBar(String) - Method in class uic.widgets.MainWindow
Returns the toolbar with the specified name.
getToolBarContainer(int) - Method in class uic.widgets.WindowRepresenter
Return the ToolBarContainer at the specified Window side.
getToolBarContainers() - Method in class uic.widgets.WindowRepresenter
 
getToolTipText() - Method in class uic.model.UICAction
 
getToolTipText(MouseEvent) - Method in class uic.widgets.MWTable
Deprecated.  
getToolTipText(MouseEvent) - Method in class uic.widgets.UICTable
Override the getToolTipText from JTable to check for row specific tooltip texts first.
getToolbar() - Method in class uic.widgets.MainWindow
Returns the toolbar.
getType() - Method in class uic.output.builder.ValueRepresenter
 
getUnique(int, String) - Method in class uic.output.VariableManager
Create a variable name that has not been used before starting with the base name.
getUnique(String) - Method in class uic.output.VariableManager
Convenience method to get a variable name.
getUpdateOnlyOnChange() - Method in class uic.widgets.HSVSelector
Specifies wheather we sent propertyChange events on each and every change, or only on select.
getUserColor(String, String) - Method in class uic.themes.UICTheme
 
getUserFont(String) - Method in class uic.themes.UICTheme
 
getUserSettings() - Method in class uic.themes.UICTheme
 
getUserTextColor() - Method in class uic.themes.UICTheme
 
getUserTextFont() - Method in class uic.themes.UICTheme
 
getValue() - Method in class uic.output.builder.ArrayRepresenter
 
getValue() - Method in class uic.output.builder.ValueRepresenter
 
getValue() - Method in class uic.widgets.UICSpinner
 
getValueAt(int, int) - Method in class uic.model.TableRowSorter
 
getValueAt(int) - Method in class uic.pjava.widgets.table.DefaultTableRow
 
getValueAt(int) - Method in interface uic.pjava.widgets.table.TableRow
 
getValueAt(int, int) - Method in class uic.widgets.TableSorter
Deprecated.  
getValueIsAdjusting() - Method in class uic.widgets.UICListSelectionModel
Returns true if the value is undergoing a series of changes.
getValues() - Method in class uic.output.builder.ArrayRepresenter
 
getVariableLine(String) - Method in class uic.output.VariableManager
Retrieve the contents of one line from the list of variables.
getVariableLineKeys() - Method in class uic.output.VariableManager
return an emumeraion for all java widget names defined as class members.
getVerticalAlign() - Method in class uic.output.AbstractWidget
 
getViewModel() - Method in class uic.widgets.MWTable
Deprecated.  
getViewModel(Class) - Method in class uic.widgets.MWTable
Deprecated.  
getViewModel() - Method in class uic.widgets.UICTable
Get the (top) view model.
getViewModel(Class) - Method in class uic.widgets.UICTable
Get the (top) view model.
getVisibleComponent() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Get the component that is currently visible
getVisibleComponent() - Method in class uic.pjava.widgets.tabbedpane.TabSelectionEvent
 
getVisibleComponentNum() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Return an array containing the selected tab number.
getVisibleOffset(int) - Method in class uic.themes.UICTabbedPaneUI
 
getWhatIsThis() - Method in class uic.model.UICAction
The text used in the popup for whatIs help.
getWidget() - Method in class uic.output.builder.ContainerRepresenter.SubWidget
 
getWidget(String) - Method in class uic.output.builder.UICBuilder
Fetch a name widget that has been created earlier with the createWidget method.
getWidgetClassName(Element) - Static method in class uic.UIC
Method to get the class name of the widget Returns property.getAttributeValue for new qt-designer xml files Otherwise return property.getChildText
getWidgetRepresenter() - Method in class uic.output.AbstractWidget
 
getWidgets() - Method in class uic.output.builder.UICBuilder
Get the list of all widgets registered.
getWidthAsComponent(Object) - Static method in class uic.widgets.GuiHelper
 
getWidthAsComponent(Object, Font) - Static method in class uic.widgets.GuiHelper
Returns the width of the object when it would be drawn as a component (in a JTable).
getWindowBackground() - Method in class uic.themes.UICTheme
 
getWindowRepresenter() - Method in class uic.widgets.UICToolBar
 
getWindowTitleBackground() - Method in class uic.themes.UICTheme
 
getWindowTitleFont() - Method in class uic.themes.UICTheme
 
getWindowTitleForeground() - Method in class uic.themes.UICTheme
 
getWindowTitleInactiveBackground() - Method in class uic.themes.UICTheme
 
getWindowTitleInactiveForeground() - Method in class uic.themes.UICTheme
 
getX(int) - Method in class uic.layout.Sizes
 
getXArray() - Method in class uic.layout.Sizes
 
getY(int) - Method in class uic.layout.Sizes
 
getYArray() - Method in class uic.layout.Sizes
 
goToHelpMode() - Method in class uic.widgets.MainWindow
Go to a mode where the cursor changes to a question mark and clicking on a widget will then trigger a popup with information about the widget.
gradientBackground - Variable in class uic.themes.UICTabbedPaneUI
 
gradientSelectedBackground - Variable in class uic.themes.UICTabbedPaneUI
 

H

HIDDEN - Static variable in class uic.widgets.UICToolBar
 
HORIZONTAL - Static variable in class uic.pjava.widgets.Line
 
HSVSelector - class uic.widgets.HSVSelector.
This widget provides a color selection panel.
HSVSelector() - Constructor for class uic.widgets.HSVSelector
 
HSVSelector(Color) - Constructor for class uic.widgets.HSVSelector
 
hAlign - Variable in class uic.layout.Constraints
justification
handleMouseEvent(MouseEvent, boolean) - Method in class uic.widgets.HSVSelector
 
hide(int) - Method in class uic.widgets.StandardDialog
Hide and register buttonPress by argument buttonType.
hide() - Method in class uic.widgets.StandardDialog
Hide the dialog making the 'show' method return.
hideToolBar() - Method in class uic.widgets.UICToolBar
Hide the toolbar.
horizontalAlign - Variable in class uic.output.AbstractWidget
 
horizontalPolicy - Variable in class uic.layout.Constraints
sizing policies
hsColorClicked(float, float) - Method in class uic.widgets.HSVSelector
 
hsvSpinnerChangedSlot() - Method in class uic.widgets.ColorSelection
 
htmlColorChangedSlot(String) - Method in class uic.widgets.ColorSelection
 

I

IconFactory - class uic.model.IconFactory.
Icon factory creates Icon objects from image files found in one of the registered repositories.
IconFactory() - Constructor for class uic.model.IconFactory
Sole constructor, new instanciations made will reuse already registered repositories.
IconFactory.IconRepository - class uic.model.IconFactory.IconRepository.
An IconRepository class that uses known formats from http://kdelook.org icon packages.
IconFactory.IconRepository(String) - Constructor for class uic.model.IconFactory.IconRepository
Constructor.
IconFactory.Repository - interface uic.model.IconFactory.Repository.
This interface is used to query any repository for icons it might have to be used by the IconFactory.
IconFactory.SizeComperator - class uic.model.IconFactory.SizeComperator.
This comperator is usable to sort image sizes in an existing collection for best quality.
IconFactory.SizeComperator(int) - Constructor for class uic.model.IconFactory.SizeComperator
Sole constructor.
IconFactory.ZipFileRepository - class uic.model.IconFactory.ZipFileRepository.
A repository to allow things like the jlfg jar to be used
IconFactory.ZipFileRepository(String) - Constructor for class uic.model.IconFactory.ZipFileRepository
 
i18n(String) - Method in class uic.Translate.Translator
 
i18n(String) - Method in class uic.Translate
To do internationalisation you call this method.
i18n(String) - Method in interface uic.TranslationInterface
To to internationalisation of a string, you call this method.
i18n(Object) - Method in class uic.output.DummyTranslator
 
i18n(Object) - Method in interface uic.output.TranslatorInterface
The usage of this method (in implementing classes) would be to translate text from the user-interface input file to the output.
i18n(Object) - Method in class uic.output.UICTranslator
 
i18n(String) - Method in class uic.pjava.Translate.Translator
 
i18n(String) - Method in class uic.pjava.Translate
To to internationalisation you call this method.
iconFactory - Variable in class uic.model.ActionFactory
 
iconRequired(JMenuItem) - Method in class uic.themes.UICMenuItemUI
Returns true when there is at least one menu item with an icon in the current menu
indent(String, int) - Static method in class uic.output.JavaFileWriter
 
initListener() - Method in class uic.widgets.UICTextField
 
inputFile - Variable in class uic.UIC
 
insertColumn(int, double) - Method in class uic.layout.NaturalLayout
Inserts a column in this layout.
insertColumn(int) - Method in class uic.layout.NaturalLayout
Convinience function for the above one.
insertIndexInterval(int, int, boolean) - Method in class uic.widgets.UICListSelectionModel
Insert length indices beginning before/after index.
insertPage(JComponent, int) - Method in class uic.widgets.UICWizard
Insert a page somewhere in the list.
insertPanel(int, String, JPanel) - Method in class uic.widgets.WizardPanel
Inserts the specified panel with the specified title at the specified index in the panel list.
insertRow(int, double) - Method in class uic.layout.NaturalLayout
Inserts a row in this layout.
insertRow(int) - Method in class uic.layout.NaturalLayout
Convinience function for the above one.
insertString(int, String, AttributeSet) - Method in class uic.model.UICRestrictedDocument
overloaded method to limit the characters the user can add
insets() - Method in class uic.pjava.widgets.UICGroupBox
 
installComponents() - Method in class uic.themes.UICTabbedPaneUI
Add the browse buttons
installDefaults(AbstractButton) - Method in class uic.themes.UICButtonUI
Since our TableSorterHeader extends JButton we load the tableHeader stuff here.
installDefaults(AbstractButton) - Method in class uic.themes.UICRadioButtonUI
 
installDefaults() - Method in class uic.themes.UICToolBarUI
 
installListeners() - Method in class uic.themes.UICTabbedPaneUI
Add actions to the browse buttons
installUI(JComponent) - Method in class uic.themes.UICComboBoxUI
Override to :
overwrite the currentValuePane to change opaque of a component in the paintComponent of the CellRendererPane change the keymanager, for sorting set the ui of the listbox to the default ui, otherwise making a selection will fail
installUI(JComponent) - Method in class uic.themes.UICSliderUI
 
installUI(JComponent) - Method in class uic.themes.UICSpinnerUI
 
installUI(JComponent) - Method in class uic.themes.UICTabbedPaneUI
 
installUI(JComponent) - Method in class uic.themes.UICTableHeaderUI
 
internalWindow - Variable in class uic.widgets.AbstractWindow
 
invalidateLayout(Container) - Method in class uic.layout.NaturalLayout
Invalidates the layout.
invalidateLayout(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
isAbstractClass() - Method in class uic.output.builder.UICBuilder
 
isAppropriate(JComponent) - Method in class uic.widgets.UICWizard
A page will only be shown when it is appropriate.
isAscending() - Method in class uic.model.TableRowSorter
Is current sort ascending?
isAscending() - Method in class uic.widgets.TableSorter
Deprecated.  
isCellEditable(int, int) - Method in class uic.model.TableRowSorter
Returns true if cell is editable Per default ONLY booleans are editable
isCellEditable(int, int) - Method in class uic.model.UICDefaultTableModel
Only booleans are editable
isCellEditable(int, int) - Method in class uic.widgets.MWTableModel
Deprecated.  
isCellEditable(int, int) - Method in class uic.widgets.TableSorter
Deprecated.  
isFocusTraversable() - Method in class uic.widgets.ExtraWindow.CloseButton
 
isFocusTraversable() - Method in class uic.widgets.HSVSelector
 
isFocusTraversable() - Method in class uic.widgets.UICArrowButton
Overloaded method
isFocusable() - Method in class uic.widgets.ExtraWindow.CloseButton
 
isFocusable() - Method in class uic.widgets.HSVSelector
 
isHTMLtext(String) - Method in class uic.output.AbstractWidget
 
isHorizontal() - Method in class uic.widgets.ToolBarContainer
Shorthand 'orientation' method.
isLastTabVisible() - Method in class uic.themes.UICTabbedPaneUI
 
isLoneContainer() - Method in class uic.widgets.UICToolBar
 
isPaintFocus() - Method in class uic.widgets.TwoColorCellRenderer
Should focus rectangle be painted?
isPaintFocus() - Method in class uic.widgets.TwoColorListCellRenderer
 
isSelectedIndex(int) - Method in class uic.widgets.UICListSelectionModel
Returns true if the specified index is selected.
isSelectionEmpty() - Method in class uic.widgets.UICListSelectionModel
Returns true if no indices are selected.
isUnique(int, String) - Method in class uic.output.VariableManager
Checks if a name has allready been taken.
isUnique(String) - Method in class uic.output.VariableManager
Convenience method to check a variable.
isVerified(JComponent) - Method in class uic.widgets.UICWizard
 

J

JLine - class uic.widgets.JLine.
A line widget.
JLine() - Constructor for class uic.widgets.JLine
Creates a horizontal, 1 pixel line with no bevelling.
JLine(int) - Constructor for class uic.widgets.JLine
Creates a 1 pixel line with no bevelling.
JavaFileWriter - class uic.output.JavaFileWriter.
Take a Builder that has a build-structure in it and generate a java file.
JavaFileWriter() - Constructor for class uic.output.JavaFileWriter
 
JavaFileWriter(UICBuilder) - Constructor for class uic.output.JavaFileWriter
 

K

KColorButton - class uic.output.swing.KColorButton.
 
KColorButton(UICBuilder, Element) - Constructor for class uic.output.swing.KColorButton
 
KDatePicker - class uic.output.swing.KDatePicker.
 
KDatePicker(UICBuilder, Element) - Constructor for class uic.output.swing.KDatePicker
 
KDateWidget - class uic.output.swing.KDateWidget.
 
KDateWidget(UICBuilder, Element) - Constructor for class uic.output.swing.KDateWidget
 
KHSSelector - class uic.output.swing.KHSSelector.
 
KHSSelector(UICBuilder, Element) - Constructor for class uic.output.swing.KHSSelector
 
KRestrictedLine - class uic.output.swing.KRestrictedLine.
 
KRestrictedLine(UICBuilder, Element) - Constructor for class uic.output.swing.KRestrictedLine
 
KSqueezedTextLabel - class uic.output.swing.KSqueezedTextLabel.
 
KSqueezedTextLabel(UICBuilder, Element) - Constructor for class uic.output.swing.KSqueezedTextLabel
 
keepDocumentSingleLine(boolean) - Method in class uic.model.UICRestrictedDocument
Setting this boolean to true will convert any '\n' to a space which will then be checked.

L

LOWERED - Static variable in class uic.pjava.widgets.Line
 
LOWERED - Static variable in class uic.widgets.JLine
 
Line - class uic.output.pjava.Line.
Maps QtDesigner Line to uic.pjava.widgets.Line Currently only implements Horizontal/Vertical and linewidth
Line(UICBuilder, Element) - Constructor for class uic.output.pjava.Line
 
Line - class uic.output.swing.Line.
 
Line(UICBuilder, Element) - Constructor for class uic.output.swing.Line
 
Line - class uic.pjava.widgets.Line.
A line widget.
Line() - Constructor for class uic.pjava.widgets.Line
Creates a horizontal, 1 pixel line with no bevelling.
Line(int) - Constructor for class uic.pjava.widgets.Line
Creates a 1 pixel line with no bevelling.
layoutContainer(Container) - Method in class uic.layout.NaturalLayout
To lay out the specified container using this layout.
layoutContainer(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
layoutIsChanged() - Method in class uic.layout.NaturalLayout
Remove all cached data.
leavingPage(JComponent, boolean) - Method in class uic.widgets.UICWizard
Called when leaving a page.
leavingPanel(int, int) - Method in class uic.widgets.WizardPanel
Called when leaving a panel.
leavingWizard(boolean) - Method in class uic.widgets.UICWizard
Called when leaving the wizard.
leavingWizard(boolean) - Method in class uic.widgets.WizardPanel
Called when leaving the wizard.
leftArrow - Variable in class uic.pjava.widgets.tabbedpane.TabPanel
 
leftEnabled - Variable in class uic.pjava.widgets.tabbedpane.TabPanel
 
list - Variable in class uic.layout.NaturalLayout
List of components and their sizes
listFiles - Variable in class uic.anttask.UICompiler
 
location - Variable in class uic.widgets.UICToolBar
 
lock() - Method in class uic.model.WorkerThread
Locks the worker thread from executing new jobs.

M

METHOD - Static variable in class uic.output.VariableManager
 
MINIMUM - Static variable in class uic.layout.NaturalLayout
 
MULTIPLE_SELECTION - Static variable in class uic.pjava.widgets.table.Table
 
MWTable - class uic.widgets.MWTable.
Deprectated class since the original has been renamed to UICTable.
MWTable(TableModel) - Constructor for class uic.widgets.MWTable
 
MWTable() - Constructor for class uic.widgets.MWTable
 
MWTableModel - class uic.widgets.MWTableModel.
Deprecated.  
MWTableModel() - Constructor for class uic.widgets.MWTableModel
Deprecated.  
MWTableModel(MWTable) - Constructor for class uic.widgets.MWTableModel
Deprecated.  
MainWindow - class uic.widgets.MainWindow.
MainWindow is the application window for any application you will create.
MainWindow() - Constructor for class uic.widgets.MainWindow
Empty constructor to create a new window without a specific name.
MainWindow(String) - Constructor for class uic.widgets.MainWindow
Create a new window with title.
MainWindow.GlassPaneListener - class uic.widgets.MainWindow.GlassPaneListener.
Class that stops all events to the window when we are in 'help' mode to show a whatIs message.
MainWindow.GlassPaneListener(MainWindow) - Constructor for class uic.widgets.MainWindow.GlassPaneListener
 
MainWindow.RootPane - class uic.widgets.MainWindow.RootPane.
Class that is a rootpane on the MainWindow in order to have the statusBar be correctly placed.
MainWindow.RootPane() - Constructor for class uic.widgets.MainWindow.RootPane
 
MainWindow.RootPane.RootLayout - class uic.widgets.MainWindow.RootPane.RootLayout.
 
MainWindow.RootPane.RootLayout() - Constructor for class uic.widgets.MainWindow.RootPane.RootLayout
 
MethodRepresenter - class uic.output.builder.MethodRepresenter.
Any method on a class.
MethodRepresenter(Representer, String) - Constructor for class uic.output.builder.MethodRepresenter
 
MethodRepresenter(String, String) - Constructor for class uic.output.builder.MethodRepresenter
 
MultiPanelInterface - interface uic.output.MultiPanelInterface.
Interface for multi panel widgets like QWizard or QTabwidget.
main(String[]) - Static method in class uic.UIC
 
main(String[]) - Static method in class uic.themeconfig.ConfigDialog
 
mainWindowCount - Static variable in class uic.widgets.MainWindow
 
margin - Variable in class uic.layout.NaturalLayout
Margin/spacing
max(Sizes) - Method in class uic.layout.Sizes
set this instance' sizes to the Math.max() of both this and the arguments values.
max2(int, int) - Static method in class uic.layout.NaturalLayout
 
maximumLayoutSize(Container) - Method in class uic.layout.NaturalLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
maximumSize - Variable in class uic.layout.NaturalLayout
 
mergeOrShow(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
A convenience method so TabSplitter can add merge capability
methodNames - Variable in class uic.themeconfig.ThemeColorsPreview
 
methods - Variable in class uic.output.builder.WidgetRepresenter
 
min(Sizes) - Method in class uic.layout.Sizes
set this instance' sizes to the Math.min() of both this and the arguments values.
minimumLayoutSize(Container) - Method in class uic.layout.NaturalLayout
Determines the minimum size of the container argument using this layout.
minimumLayoutSize(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
minimumSize - Variable in class uic.layout.NaturalLayout
 
model - Variable in class uic.widgets.TableSorter
Deprecated.  
moreButtonPressedSlot() - Method in class uic.widgets.UICToolBar
Called when the 'more' button has been pressed.
mouseClicked(MouseEvent) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Dummy method for the MouseListener interface...
mouseClicked(MouseEvent) - Method in class uic.themes.UICListUI.MouseInputHandler
 
mouseClicked(MouseEvent) - Method in class uic.widgets.MainWindow.GlassPaneListener
 
mouseDragged(MouseEvent) - Method in class uic.themes.UICListUI.MouseInputHandler
 
mouseDragged(MouseEvent) - Method in class uic.themes.UICToolBarUI.UICDocingListener
 
mouseEntered(MouseEvent) - Method in class uic.model.UICAction.StatusBarUpdater
 
mouseEntered(MouseEvent) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Dummy method for the MouseListener interface...
mouseEntered(MouseEvent) - Method in class uic.themes.UICListUI.MouseInputHandler
 
mouseExited(MouseEvent) - Method in class uic.model.UICAction.StatusBarUpdater
 
mouseExited(MouseEvent) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Dummy method for the MouseListener interface...
mouseExited(MouseEvent) - Method in class uic.themes.UICListUI.MouseInputHandler
 
mouseMoved(MouseEvent) - Method in class uic.themes.UICListUI.MouseInputHandler
 
mousePressed(MouseEvent) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
handle the mouse button being pressed -- check for right mouse click to bring up popup menu
mousePressed(MouseEvent) - Method in class uic.themes.UICListUI.MouseInputHandler
 
mousePressed(MouseEvent) - Method in class uic.themes.UICTabbedPaneUI.MouseHandler
 
mousePressed(MouseEvent) - Method in class uic.themes.UICToolBarUI.UICDocingListener
 
mouseReleased(MouseEvent) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
When the mouse is released, check for tab selection
mouseReleased(MouseEvent) - Method in class uic.themes.UICListUI.MouseInputHandler
 
mouseWheelMoved(MouseWheelEvent) - Method in class uic.themes.ScrollWheelHelper
 
mouseWheelSlot(int, int, int, int, boolean) - Method in class uic.themes.UICScrollPaneUI
Slot the ScrollWheelHelper calls on mouseWheel events.
mouseWheelSlot(int, int) - Method in class uic.themes.UICSliderUI
 
moveToolBarTo(int, JToolBar) - Method in class uic.widgets.WindowRepresenter
 
moveToolBarTo(int, JToolBar, Point) - Method in class uic.widgets.WindowRepresenter
Take the toolbar and move it to the toolbarContainers at screen-side destination.
moveWindowSlot(int, int) - Method in class uic.widgets.ExtraWindow
 
myTheme - Static variable in class uic.widgets.MainWindow
A UICompiler theme (most of the time) that is created for this window

N

NONE - Static variable in class uic.widgets.BevelArrowIcon
Direction for the setDirection method.
NONE - Static variable in class uic.widgets.TableSorterHeaderRenderer
 
NO_SELECTION - Static variable in class uic.pjava.widgets.table.Table
 
NO_SELECTION - Static variable in class uic.widgets.UICListSelectionModel
No selection possible
NaturalLayout - class uic.layout.NaturalLayout.
NaturalLayout is a layout manager that arranges components in rows and columns like a spreadsheet.
NaturalLayout() - Constructor for class uic.layout.NaturalLayout
Constructs an instance of NaturalLayout.
NaturalLayout(int, int) - Constructor for class uic.layout.NaturalLayout
Constructs an instance of NaturalLayout with a specified row/column size.
NaturalLayout(double[][]) - Constructor for class uic.layout.NaturalLayout
Constructs an instance of NaturalLayout.
n2sort() - Method in class uic.widgets.TableSorter
Deprecated.  
name - Variable in class uic.output.builder.Representer
 
next() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Move to next tab, wrapping around to first tab if necessary.

O

OK_APPLY_CANCEL - Static variable in class uic.widgets.StandardDialog
 
OK_CANCEL - Static variable in class uic.widgets.StandardDialog
 
ObjectRepresenter - class uic.output.builder.ObjectRepresenter.
Any class that has a constructor.
ObjectRepresenter(Representer, boolean) - Constructor for class uic.output.builder.ObjectRepresenter
 
ObjectRepresenter(String) - Constructor for class uic.output.builder.ObjectRepresenter
Is created for something like: 'panel.setLayout(new GridLayout())' The new GridLayout() is the ObjectRepresenter in this case.
ObjectRepresenter.Assignment - class uic.output.builder.ObjectRepresenter.Assignment.
 
ObjectRepresenter.Assignment(FieldRepresenter, Representer) - Constructor for class uic.output.builder.ObjectRepresenter.Assignment
 
OldQWizard - class uic.output.swing.OldQWizard.
 
OldQWizard(UICBuilder, Element) - Constructor for class uic.output.swing.OldQWizard
 
OptionsPane - class uic.themeconfig.OptionsPane.
 
OptionsPane(UICTheme) - Constructor for class uic.themeconfig.OptionsPane
 
OutputterInterface - interface uic.output.OutputterInterface.
Each outputer has to implement this interface to be pluggable into UIC.
oldHeight - Variable in class uic.layout.NaturalLayout
Previous known height of the container
oldLocation - Variable in class uic.widgets.UICToolBar
 
oldWidth - Variable in class uic.layout.NaturalLayout
Previous known width of the container
open(UICTheme) - Method in class uic.themeconfig.ConfigDialogImpl
 
openContextMenuSlot(int, int) - Method in class uic.widgets.UICToolBar
Method shows the popup menu for this toolbar.
openToolBarSlot() - Method in class uic.widgets.UICToolBar
Called when clicking on a 'flat' toolbar to open it again in its last known location.

P

PLAIN - Static variable in class uic.pjava.widgets.Line
 
PLAIN - Static variable in class uic.widgets.JLine
 
PREFERRED - Static variable in class uic.layout.NaturalLayout
 
PROPERTY_ENABLE_APPLY - Static variable in class uic.widgets.StandardDialog
 
PROPERTY_ENABLE_OK - Static variable in class uic.widgets.StandardDialog
 
PROPERTY_ENABLE_USER1 - Static variable in class uic.widgets.StandardDialog
 
PROPERTY_ENABLE_USER2 - Static variable in class uic.widgets.StandardDialog
 
PROPERTY_ENABLE_USER3 - Static variable in class uic.widgets.StandardDialog
 
PROPERTY_TEXT_USER1 - Static variable in class uic.widgets.StandardDialog
 
PROPERTY_TEXT_USER2 - Static variable in class uic.widgets.StandardDialog
 
PROPERTY_TEXT_USER3 - Static variable in class uic.widgets.StandardDialog
 
PROP_BACKGROUNDCOLOR - Static variable in class uic.output.AbstractWidget
 
PROP_BACKGROUNDCOLOR - Static variable in class uic.output.swing.AbstractWidget
 
PROP_BUTTONMNEMONIC - Static variable in class uic.output.AbstractWidget
 
PROP_BUTTONMNEMONIC - Static variable in class uic.output.swing.AbstractWidget
 
PROP_BUTTONTEXT - Static variable in class uic.output.AbstractWidget
 
PROP_BUTTONTEXT - Static variable in class uic.output.swing.AbstractWidget
 
PROP_FOREGROUNDCOLOR - Static variable in class uic.output.AbstractWidget
 
PROP_FOREGROUNDCOLOR - Static variable in class uic.output.swing.AbstractWidget
 
PROP_MAXIMUMSIZE - Static variable in class uic.output.AbstractWidget
 
PROP_MAXIMUMSIZE - Static variable in class uic.output.swing.AbstractWidget
 
PROP_MINIMUMSIZE - Static variable in class uic.output.AbstractWidget
 
PROP_MINIMUMSIZE - Static variable in class uic.output.swing.AbstractWidget
 
packageOfClass - Variable in class uic.UIC
 
paint(Graphics) - Method in class uic.pjava.widgets.Line
 
paint(Graphics) - Method in class uic.pjava.widgets.UICGroupBox
 
paint(Graphics) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Paints the tab panel image (tabs, border, background)
paint(Graphics) - Method in class uic.themeconfig.ThemeColorsPreview
 
paint(Graphics, JComponent) - Method in class uic.themes.UICButtonUI
Overrides the default paint Does not paint the original focus and calls paintFocus implemented here
paint(Graphics, JComponent) - Method in class uic.themes.UICLabelUI
 
paint(Graphics, JComponent) - Method in class uic.themes.UICMenuItemUI
 
paint(Graphics, JComponent) - Method in class uic.themes.UICMenuUI
 
paint(Graphics, JComponent) - Method in class uic.themes.UICRadioButtonUI
 
paint(Graphics, JComponent) - Method in class uic.themes.UICTabbedPaneUI
Override default paint to set the correct layout and to update the browse buttons (enable/disable and visible/not-visible)
paint(Graphics) - Method in class uic.widgets.ColorButtons
 
paint(Graphics) - Method in class uic.widgets.HSVSelector
 
paint(Graphics) - Method in class uic.widgets.JLine
 
paint(Graphics) - Method in class uic.widgets.StatusBar
Overrides the paint from the super
paint(Graphics) - Method in class uic.widgets.ToolBarContainer
Draw seperators.
paint(Graphics) - Method in class uic.widgets.UICArrowButton
Overloaded method
paint(Graphics) - Method in class uic.widgets.UICSqueezedTextLabel
 
paint(Graphics) - Method in class uic.widgets.UICToolBar.ScaleHandle
 
paintBoolean(Graphics, Rectangle, boolean) - Method in class uic.pjava.widgets.table.DefaultTableRow
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class uic.themes.UICToolBarUI.Border
 
paintButton(Graphics, AbstractButton) - Method in class uic.themes.UICButtonUI
Paints the default non-pressed button
paintButtonPressed(Graphics, AbstractButton) - Method in class uic.themes.UICButtonUI
Paints the focus non-pressed button
paintColumn(Graphics, int, int, boolean) - Method in class uic.pjava.widgets.table.DefaultTableRow
 
paintColumn(Graphics, int, int, boolean) - Method in interface uic.pjava.widgets.table.TableRow
 
paintFocus(Graphics, AbstractButton) - Method in class uic.themes.UICButtonUI
 
paintFocus(Graphics, Rectangle, Dimension) - Method in class uic.themes.UICRadioButtonUI
 
paintFocusIndicator(Graphics, int, Rectangle[], int, Rectangle, Rectangle, boolean) - Method in class uic.themes.UICTabbedPaneUI
Override paint focus, to draw a normal dashed line as focus
paintIcon(Component, Graphics, int, int) - Method in class uic.widgets.BevelArrowIcon
Icon Interface method
paintIcon(Component, Graphics, int, int) - Method in class uic.widgets.CheckBoxIcon
 
paintIcon(Component, Graphics, int, int) - Method in class uic.widgets.ComboBoxButtonIcon
 
paintIcon(Component, Graphics, int, int) - Method in class uic.widgets.RadioButtonIcon
 
paintIcon(Component, Graphics, int, int) - Method in class uic.widgets.UICToolBar.ArrowsIcon
 
paintMenuItem(Graphics, JComponent, Icon, Icon, Color, Color, int) - Method in class uic.themes.UICMenuItemUI
Override to make text of menu items aligned when there are menu items with and without icons in one menu
paintTab(Graphics, int, Rectangle[], int, Rectangle, Rectangle) - Method in class uic.themes.UICTabbedPaneUI
Since this method is called from the superclass, do nothing when tab is not visible
paintTabBorder(Graphics, int, int, int, int, int, int, boolean) - Method in class uic.themes.UICTabbedPaneUI
this function draws the border around each tab note that this function does now draw the background of the tab.
paintText(Graphics, int, Font, FontMetrics, int, String, Rectangle, boolean) - Method in class uic.themes.UICTabbedPaneUI
 
parent - Variable in class uic.output.builder.Representer
 
parentDialog - Variable in class uic.widgets.WizardPanel
 
placeToolBarOnWindow(Container, Window, String) - Static method in class uic.widgets.ToolBarContainer
 
placeToolBarOnWindow(Container, Window, int) - Static method in class uic.widgets.ToolBarContainer
 
placeToolBarOnWindow(Container, Window) - Static method in class uic.widgets.ToolBarContainer
 
placeToolBarOnWindow(Container, MainWindow, String) - Static method in class uic.widgets.ToolBarContainer
Add a toolbar to the mainwindow
placeToolBarOnWindow(Container, MainWindow, int) - Static method in class uic.widgets.ToolBarContainer
Add a toolbar to the mainwindow
placeToolBarOnWindow(Container, MainWindow) - Static method in class uic.widgets.ToolBarContainer
Add a toolbar to the mainwindow
placeToolBarOnWindow(Container, MainWindow, String, int) - Static method in class uic.widgets.ToolBarContainer
 
placeToolBarOnWindow(Container, Window, String, int) - Static method in class uic.widgets.ToolBarContainer
builder method to put a toolbar on a Window; note that both JFrame and JDialog are Windows.
placeWidget(Sizes, Sizes, Sizes, Entry) - Method in class uic.layout.NaturalLayout
Helper method for calculateSize
positionDialog(boolean) - Method in class uic.widgets.AbstractWindow
 
positionDialog(boolean, Window, Window) - Static method in class uic.widgets.AbstractWindow
Place the dialog on screen.
preferredLayoutSize(Container) - Method in class uic.layout.NaturalLayout
Determines the preferred size of the container argument using this layout.
preferredLayoutSize(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
preferredSize - Variable in class uic.layout.NaturalLayout
 
previewTypeSelectedSlot(ColorSelection.ColorButtonsWrapper) - Method in class uic.widgets.ColorSelection
 
previous() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Move to previous tab, wrapping around to last tab if necessary.
printDocumentationLine(String) - Method in class uic.output.builder.CodeSnippet
 
println(String) - Method in class uic.output.builder.CodeSnippet
 
processMouseEvent(MouseEvent) - Method in class uic.widgets.UICTextField
 
profileSelectedSlot(ColorConfigPanel.Schema) - Method in class uic.themeconfig.ColorConfigPanel
 
progressBar - Variable in class uic.widgets.StatusBar
 
properties - Variable in class uic.output.AbstractWidget
 

Q

QButtonGroup - class uic.output.pjava.QButtonGroup.
Maps Qt ButtonGroup to java.awt.CheckboxGroup Filling this group with java.awt.CheckBox buttons to make them exclusive
QButtonGroup(UICBuilder, Element) - Constructor for class uic.output.pjava.QButtonGroup
 
QButtonGroup - class uic.output.swing.QButtonGroup.
 
QButtonGroup(UICBuilder, Element) - Constructor for class uic.output.swing.QButtonGroup
 
QCheckBox - class uic.output.pjava.QCheckBox.
Maps QCheckBox classes to java.awt.Checkbox
QCheckBox(UICBuilder, Element) - Constructor for class uic.output.pjava.QCheckBox
 
QCheckBox - class uic.output.swing.QCheckBox.
 
QCheckBox(UICBuilder, Element) - Constructor for class uic.output.swing.QCheckBox
 
QComboBox - class uic.output.pjava.QComboBox.
Maps QComboBox to java.awt.Choice objects Currently editable is not supported since that is not part of the Choice API
QComboBox(UICBuilder, Element) - Constructor for class uic.output.pjava.QComboBox
 
QComboBox - class uic.output.swing.QComboBox.
 
QComboBox(UICBuilder, Element) - Constructor for class uic.output.swing.QComboBox
 
QFrame - class uic.output.swing.QFrame.
 
QFrame(UICBuilder, Element) - Constructor for class uic.output.swing.QFrame
 
QGroupBox - class uic.output.pjava.QGroupBox.
Matches QGroupBox (a frame with a (titled)border) to uic.pjava.widgets.UICGroupBox Currently there is no support for line shadows etc.
QGroupBox(UICBuilder, Element) - Constructor for class uic.output.pjava.QGroupBox
 
QGroupBox - class uic.output.swing.QGroupBox.
 
QGroupBox(UICBuilder, Element) - Constructor for class uic.output.swing.QGroupBox
 
QLabel - class uic.output.pjava.QLabel.
Maps QLabel to java.awt.Label Mind that although the GTK Implementation of java.awt.Label does NOT support HTML labels, the Jeode Zaurus version does.
QLabel(UICBuilder, Element) - Constructor for class uic.output.pjava.QLabel
 
QLabel - class uic.output.swing.QLabel.
 
QLabel(UICBuilder, Element) - Constructor for class uic.output.swing.QLabel
 
QLayoutWidget - class uic.output.pjava.QLayoutWidget.
Creates the default awt container, java.awt.Panel
QLayoutWidget(UICBuilder, Element) - Constructor for class uic.output.pjava.QLayoutWidget
 
QLayoutWidget - class uic.output.swing.QLayoutWidget.
 
QLayoutWidget(UICBuilder, Element) - Constructor for class uic.output.swing.QLayoutWidget
 
QLineEdit - class uic.output.pjava.QLineEdit.
Maps QLineEdit to either uic.pjava.widgets.UICTextField, or when password mode is selected, uic.pjava.widgets.UICPasswordField.
QLineEdit(UICBuilder, Element) - Constructor for class uic.output.pjava.QLineEdit
 
QLineEdit - class uic.output.swing.QLineEdit.
 
QLineEdit(UICBuilder, Element) - Constructor for class uic.output.swing.QLineEdit
 
QListBox - class uic.output.pjava.QListBox.
Maps QListBox to uic.pjava.widgets.UICList, which contains sizing improvements over the java.awt.List
QListBox(UICBuilder, Element) - Constructor for class uic.output.pjava.QListBox
 
QListBox - class uic.output.swing.QListBox.
 
QListBox(UICBuilder, Element) - Constructor for class uic.output.swing.QListBox
 
QListView - class uic.output.pjava.QListView.
Maps QListView to uic.pjava.widgets.table.Table class.
QListView(UICBuilder, Element) - Constructor for class uic.output.pjava.QListView
 
QListView - class uic.output.swing.QListView.
 
QListView(UICBuilder, Element) - Constructor for class uic.output.swing.QListView
 
QMultiLineEdit - class uic.output.pjava.QMultiLineEdit.
Maps QMultiLineEdit to java.awt.TextArea
QMultiLineEdit(UICBuilder, Element) - Constructor for class uic.output.pjava.QMultiLineEdit
 
QMultiLineEdit - class uic.output.swing.QMultiLineEdit.
 
QMultiLineEdit(UICBuilder, Element) - Constructor for class uic.output.swing.QMultiLineEdit
 
QProgressBar - class uic.output.swing.QProgressBar.
 
QProgressBar(UICBuilder, Element) - Constructor for class uic.output.swing.QProgressBar
 
QPushButton - class uic.output.pjava.QPushButton.
Maps QPushButton to uic.pjava.widgets.UICButton Currently there is NO support for toggle buttons A helper method, XXXXPressedSlot(), is created which will be automatically called on button press.
QPushButton(UICBuilder, Element) - Constructor for class uic.output.pjava.QPushButton
 
QPushButton - class uic.output.swing.QPushButton.
 
QPushButton(UICBuilder, Element) - Constructor for class uic.output.swing.QPushButton
 
QRadioButton - class uic.output.swing.QRadioButton.
 
QRadioButton(UICBuilder, Element) - Constructor for class uic.output.swing.QRadioButton
 
QSlider - class uic.output.swing.QSlider.
 
QSlider(UICBuilder, Element) - Constructor for class uic.output.swing.QSlider
 
QSpinBox - class uic.output.swing.QSpinBox.
 
QSpinBox(UICBuilder, Element) - Constructor for class uic.output.swing.QSpinBox
 
QSplitter - class uic.output.swing.QSplitter.
 
QSplitter(UICBuilder, Element) - Constructor for class uic.output.swing.QSplitter
 
QTabWidget - class uic.output.pjava.QTabWidget.
Maps QTabWidget to uic.pjava.widgets.tabbedpane.TabPanel
QTabWidget(UICBuilder, Element) - Constructor for class uic.output.pjava.QTabWidget
 
QTabWidget - class uic.output.swing.QTabWidget.
 
QTabWidget(UICBuilder, Element) - Constructor for class uic.output.swing.QTabWidget
 
QTimeEdit - class uic.output.swing.QTimeEdit.
 
QTimeEdit(UICBuilder, Element) - Constructor for class uic.output.swing.QTimeEdit
 
QWidget - class uic.output.pjava.QWidget.
 
QWidget(UICBuilder, Element) - Constructor for class uic.output.pjava.QWidget
 
QWidget - class uic.output.swing.QWidget.
 
QWidget(UICBuilder, Element) - Constructor for class uic.output.swing.QWidget
 
QWizard - class uic.output.swing.QWizard.
 
QWizard(UICBuilder, Element) - Constructor for class uic.output.swing.QWizard
 
queryClose() - Method in class uic.widgets.MainWindow
Called before the window is closed, either by the user or indirectly by the session manager.

R

RadioButtonIcon - class uic.widgets.RadioButtonIcon.
An icon used by RadioButtons.
RadioButtonIcon(int) - Constructor for class uic.widgets.RadioButtonIcon
 
Representer - class uic.output.builder.Representer.
Baseclass, probably useless by itself.
Representer() - Constructor for class uic.output.builder.Representer
 
Representer(String) - Constructor for class uic.output.builder.Representer
 
registerName(int, String) - Method in class uic.output.VariableManager
Registers the name to be in use
registerName(String) - Method in class uic.output.VariableManager
Convenience method to register a variable.
remove(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Remove a component from the container.
remove(Component) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Remove a component from the container.
removeActionListener(ActionListener) - Method in class uic.widgets.StandardDialog
Remove a previously registered actionListener.
removeAll() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Remove all components from the container.
removeAllRows() - Method in class uic.pjava.widgets.table.Table
 
removeComponentListener(WindowDroppedListener) - Method in class uic.widgets.ExtraWindow
When we move we send an event.
removeIndexInterval(int, int) - Method in class uic.widgets.UICListSelectionModel
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeItemListener(ItemListener) - Method in class uic.pjava.widgets.table.Table
 
removeLayoutComponent(Component) - Method in class uic.layout.NaturalLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
removeListSelectionListener(ListSelectionListener) - Method in class uic.widgets.UICListSelectionModel
Remove a listener from the list that's notified each time a change to the selection occurs.
removePage(JComponent) - Method in class uic.widgets.UICWizard
Remove a page from the list of pages.
removePanel(int) - Method in class uic.widgets.WizardPanel
Removes the panel at the specified position in the panel list.
removePanel(String) - Method in class uic.widgets.WizardPanel
Removes the first panel with the specified title from the panel list.
removePanel(JPanel) - Method in class uic.widgets.WizardPanel
Removes the specified panel from the panel list.
removeProgressBar() - Method in class uic.widgets.StatusBar
Remove the progress bar from the statusbar.
removeRow(int) - Method in class uic.pjava.widgets.table.Table
 
removeSelectionInterval(int, int) - Method in class uic.widgets.UICListSelectionModel
Change the selection to be the set difference of the current selection and the indices between index0 and index1 inclusive.
removeTabSelectionListener(TabSelectionListener) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Remove a TabSelectionListener.
removeToolBarListener(ToolBarListener) - Method in class uic.widgets.WindowRepresenter
 
repaint() - Method in class uic.themeconfig.ThemeColorsPreview
 
resetFileLists() - Method in class uic.anttask.UICompiler
Clear the list of files to be compiled and copied..
restore(Properties) - Static method in class uic.themes.ThemeStore
 
restore(String, List) - Static method in class uic.themes.ThemeStore
 
restoreToolBar() - Method in class uic.widgets.UICToolBar
Called when closing a 'floating' toolbar to open it again in its last known location.
rgbSpinnerChangedSlot() - Method in class uic.widgets.ColorSelection
 
rightArrow - Variable in class uic.pjava.widgets.tabbedpane.TabPanel
 
rightEnabled - Variable in class uic.pjava.widgets.tabbedpane.TabPanel
 
root - Variable in class uic.output.builder.UICBuilder
 
row1 - Variable in class uic.layout.Constraints
Cell in which the upper left corner of the component lays
row2 - Variable in class uic.layout.Constraints
Cell in which the lower right corner of the component lays
rowOffset - Variable in class uic.layout.NaturalLayout
Offsets of rows in pixels.
rowSize - Variable in class uic.layout.NaturalLayout
Heights of rows in pixels
rowSpec - Variable in class uic.layout.NaturalLayout
Heights of rows expressed in absolute and relative terms
run() - Method in class uic.model.WorkerThread
Never ending thread that executed job after job, waiting for more in beteen.
run(String, UIC.BuildSettings) - Method in class uic.output.JavaFileWriter
 
run(String, UIC.BuildSettings) - Method in interface uic.output.OutputterInterface
Run the outputter.

S

SIGNALNAME - Static variable in class uic.widgets.HSVSelector
 
SIGNALNAME - Static variable in class uic.widgets.UICColorButton
 
SINGLE_SELECTION - Static variable in class uic.pjava.widgets.table.Table
 
SIZE_POLICY_EXPANDING - Static variable in class uic.layout.Constraints
 
SIZE_POLICY_EXPANDING - Static variable in class uic.layout.NaturalLayout
 
SIZE_POLICY_FIXED - Static variable in class uic.layout.Constraints
 
SIZE_POLICY_FIXED - Static variable in class uic.layout.NaturalLayout
 
SIZE_POLICY_IGNORED - Static variable in class uic.layout.Constraints
 
SIZE_POLICY_IGNORED - Static variable in class uic.layout.NaturalLayout
 
SIZE_POLICY_MAXIMUM - Static variable in class uic.layout.Constraints
 
SIZE_POLICY_MAXIMUM - Static variable in class uic.layout.NaturalLayout
 
SIZE_POLICY_MINIMUM - Static variable in class uic.layout.Constraints
 
SIZE_POLICY_MINIMUM - Static variable in class uic.layout.NaturalLayout
 
SIZE_POLICY_MINIMUM_EXPANDING - Static variable in class uic.layout.Constraints
 
SIZE_POLICY_MINIMUM_EXPANDING - Static variable in class uic.layout.NaturalLayout
 
SIZE_POLICY_PREFERRED - Static variable in class uic.layout.Constraints
 
SIZE_POLICY_PREFERRED - Static variable in class uic.layout.NaturalLayout
 
ScrollWheelHelper - class uic.themes.ScrollWheelHelper.
Helper class to allow various themes to use the scrollWheel in a backward compatible manner.
ScrollWheelHelper(Component, Object, String) - Constructor for class uic.themes.ScrollWheelHelper
Create a helper which will call the target on events.
Sizes - class uic.layout.Sizes.
Helper class for NaturalLayout
Sizes(int, int) - Constructor for class uic.layout.Sizes
 
Sizes(int, int, int) - Constructor for class uic.layout.Sizes
 
Splash - class uic.widgets.Splash.
A Splash screen that will show a picture and possibly a progressbar.
Splash(Image, boolean) - Constructor for class uic.widgets.Splash
Start a Splash screen by providing an Image.
SplashScreen - class uic.widgets.SplashScreen.
A Splash screen that will show a picture and possibly a progressbar.
SplashScreen(String, boolean) - Constructor for class uic.widgets.SplashScreen
Create and show a splashScreen.
SplashScreen(InputStream, boolean) - Constructor for class uic.widgets.SplashScreen
Create and show a splashScreen.
SplashScreen(URL, boolean) - Constructor for class uic.widgets.SplashScreen
Create and show a splashScreen.
StandardDialog - class uic.widgets.StandardDialog.
A replacement for all your usages of JDialog.
StandardDialog(Window, String, int) - Constructor for class uic.widgets.StandardDialog
Convinience constructor for a non-modal dialog
StandardDialog(Window, String, boolean, int) - Constructor for class uic.widgets.StandardDialog
Convinience constructor
StandardDialog(Window, String, boolean, int, String) - Constructor for class uic.widgets.StandardDialog
Convinience constructor
StandardDialog(Window, String, boolean, int, String, String) - Constructor for class uic.widgets.StandardDialog
Convinience constructor
StandardDialog(Window, String, boolean, int, String, String, String) - Constructor for class uic.widgets.StandardDialog
Create an invisible dialog with an optional owner, title and buttons.
StatusBar - class uic.widgets.StatusBar.
This widget draws a StatusBar with progress line and cancel button.
StatusBar() - Constructor for class uic.widgets.StatusBar
Sole constructor.
StatusBar.StatusLabelInterface - interface uic.widgets.StatusBar.StatusLabelInterface.
For applications that want more then just a single label on their status bar they can use this.
safeCommitEdit() - Method in class uic.widgets.UICSpinner
 
save() - Method in class uic.themeconfig.ColorConfigPanel
 
save() - Method in class uic.themeconfig.ConfigDialogImpl
 
save() - Method in interface uic.themeconfig.ConfigPanelInterface
Please save yourself :)
save() - Method in class uic.themeconfig.FontsPanel
 
save() - Method in class uic.themeconfig.OptionsPane
 
scanDir(File, File, String[]) - Method in class uic.anttask.UICompiler
Scans the directory looking for source files to be compiled.
schedule(UICSimpleAction, Object) - Method in class uic.model.UICSimpleAction.DirectPolicy
 
schedule(UICSimpleAction, Object) - Method in interface uic.model.UICSimpleAction.ExecutePolicy
schedule an action according to policy.
schedule(UICSimpleAction, Object) - Method in class uic.model.UICSimpleAction.OnlyLastPolicy
 
schedule(UICSimpleAction, Object) - Method in class uic.model.UICSimpleAction.QueuedPolicy
 
schedule(UICSimpleAction, Object) - Method in class uic.model.UICSimpleAction.SimpleQueuedPolicy
 
scrollDueToClickInTrack(int) - Method in class uic.themes.UICSliderUI
 
selectColorDialog(Window, Color) - Static method in class uic.widgets.ColorSelection
 
selectColorSlot(int, int) - Method in class uic.themeconfig.ThemeColorsPreview
 
selectFontDialog(Window, Font) - Static method in class uic.widgets.FontSelection
 
selectTab(MouseEvent) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Check to see if the user clicked on a tab or one of the tab panel navigation buttons.
selectionExtraHeight - Variable in class uic.themes.UICTabbedPaneUI
 
selectionForKey(char, ComboBoxModel) - Method in class uic.themes.UICComboBoxKeyManager
 
sendColorClickedEvent(int) - Method in class uic.themeconfig.ThemeColorsPreview
 
setAnchorSelectionIndex(int) - Method in class uic.widgets.UICListSelectionModel
Set the anchor selection index.
setAntialiasEnabled(boolean) - Method in class uic.themes.UICTheme
Turn antialias on or off for all widgets.
setAppropriate(JComponent, boolean) - Method in class uic.widgets.UICWizard
A page will only be shown when it is appropriate.
setAsRoot(ContainerRepresenter) - Method in class uic.output.builder.UICBuilder
Make a container be the root container which means it will be 'attached' to the newly made class.
setAscending(boolean) - Method in class uic.widgets.TableSorterHeaderRenderer
 
setBorderColor(Color) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Sets the borderColor property (java.awt.Color) value.
setBuildConfig(String, String, InputStream) - Method in class uic.UIC
Call this method to specify which widgetset and plugins are going to be used for building.
setBuildProperties(File) - Method in class uic.anttask.UICompiler
 
setBuildSettings(UIC.BuildSettings) - Method in class uic.output.AbstractWidget
 
setBuilder(UICBuilder) - Method in class uic.output.DummyTranslator
 
setBuilder(UICBuilder) - Method in class uic.output.JavaFileWriter
 
setBuilder(UICBuilder) - Method in interface uic.output.OutputterInterface
The UICBuilder contains the structure and info like the classname needed when 'outputting'.
setBuilder(UICBuilder) - Method in interface uic.output.TranslatorInterface
To access the class you are suppost to do internatialisation for here is the builder..
setBuilder(UICBuilder) - Method in class uic.output.UICTranslator
 
setBundle(ResourceBundle) - Method in class uic.Translate.Translator
 
setBundle(ResourceBundle) - Method in class uic.pjava.Translate.Translator
 
setBusy(boolean) - Method in class uic.widgets.MainWindow
Set an hourglass cursor on this window when true.
setCaption(String) - Method in class uic.widgets.MainWindow
Set the name that is displaed in the window manager
setClassName(String) - Method in class uic.output.builder.UICBuilder
get the class name of the resulting class, a writer should name the file after this.
setClassToAbstract(boolean) - Method in class uic.output.builder.UICBuilder
 
setColor(Color) - Method in class uic.widgets.ColorSelection
 
setColor(Color) - Method in class uic.widgets.HSVSelector
 
setColor(Color) - Method in class uic.widgets.UICColorButton
 
setColumn(int, double) - Method in class uic.layout.NaturalLayout
Adjusts the width of a single column in this layout.
setColumnPolicy(int) - Method in class uic.pjava.widgets.table.Table
 
setComponent(Component) - Method in class uic.widgets.AbstractWindow
Place a Component on your dialog.
setComponent(Component) - Method in class uic.widgets.ExtraWindow
Set or add a component.
setComponent(Component) - Method in class uic.widgets.StandardDialog
Place a Component on your dialog.
setConstraints(Component, Constraints) - Method in class uic.layout.NaturalLayout
Sets the constraints of a given component.
setDebug(boolean) - Method in class uic.anttask.UICompiler
 
setDebug(boolean) - Method in class uic.output.AbstractWidget
alter the debugging settings.
setDebugGrid(boolean) - Method in class uic.output.AbstractWidget
alter the debugging settings.
setDestDir(File) - Method in class uic.anttask.UICompiler
 
setDirect(boolean) - Method in class uic.model.UICSimpleAction
UIActions queue their work so actions will have to wait for all others to be finished; unless direct is true.
setDirection(int) - Method in class uic.widgets.BevelArrowIcon
The direction of the icon can be changed at any time.
setDocument(Document) - Method in class uic.widgets.UICTextField
 
setDrawGrid(boolean) - Method in class uic.anttask.UICompiler
 
setEnabled(boolean) - Method in class uic.model.UICAction
Enable disable this action and all its registered components.
setEnabled(boolean) - Method in class uic.model.UICSimpleAction
Enable disable this action and all its registered components.
setEvenRowColor(Color) - Method in class uic.widgets.TwoColorCellRenderer
Sets the color for the even row (rowcount starts at 0) Because of a bug in jdk1.3 Color.white cannot be used as a row color when a different odd color is used
setEvenRowColor(Color) - Method in class uic.widgets.TwoColorListCellRenderer
Set the even row color
setExecutionPolity(UICSimpleAction.ExecutePolicy) - Method in class uic.model.UICSimpleAction
Set a new policy for this action.
setExplicitTabText(Component, String) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
 
setExtends(String) - Method in class uic.output.builder.UICBuilder
Set the fullclasspath of the class that the new class should extend.
setField(String, Representer) - Method in class uic.output.builder.ObjectRepresenter
 
setFirstVisible(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Explicitly sets which tab is the first to be visible
setFont(Font) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
set the font to use on the tabs
setFont(Font) - Method in class uic.widgets.ColorButtons
 
setFont(Font) - Method in class uic.widgets.FontSelection
 
setFont(Font) - Method in class uic.widgets.MWTable
Deprecated.  
setFont(Font) - Method in class uic.widgets.UICTable
Override setfont to adjust the rowheight
setHSVColor(int, int, int) - Method in class uic.widgets.HSVSelector
 
setIconBaseName(String) - Method in class uic.model.UICAction
The name of the icon that will be used on buttons.
setKeyStroke(KeyStroke) - Method in class uic.model.UICAction
 
setLastTabVisible(boolean) - Method in class uic.themes.UICTabbedPaneUI
 
setLayout(LayoutManager) - Method in class uic.widgets.UICToolBar
Overloaded method; see Component
setLeadSelectionIndex(int) - Method in class uic.widgets.UICListSelectionModel
Set the lead selection index.
setLineType(int) - Method in class uic.pjava.widgets.Line
Sets the line to be eithr Line.PLAIN or Line.LOWERED for a bevelled line.
setLineType(int) - Method in class uic.widgets.JLine
Sets the line to be eithr JLine.PLAIN or JLine.LOWERED for a bevelled line.
setLineWidth(int) - Method in class uic.pjava.widgets.Line
Set the width (or thickness) of the line.
setLineWidth(int) - Method in class uic.pjava.widgets.UICGroupBox
 
setLineWidth(int) - Method in class uic.widgets.JLine
Set the width (or thickness) of the line.
setListfiles(boolean) - Method in class uic.anttask.UICompiler
If true, list the source files being handed off to the compiler.
setLocale(String, String, String) - Static method in class uic.Translate
Set one time per application, all following calls to createTranslator will look for translations in the given Locale.
setLocale(String, String) - Static method in class uic.Translate
convienience method
setLocale(Locale) - Static method in class uic.Translate
convienience method
setLocale(String, String, String) - Static method in class uic.pjava.Translate
Set one time per application, all following calls to createTranslator will look for translations in the given Locale.
setLocale(String, String) - Static method in class uic.pjava.Translate
convienience method
setLocale(Locale) - Static method in class uic.pjava.Translate
convienience method
setMargin(int) - Method in class uic.layout.NaturalLayout
Set margin.
setMargin(Insets) - Method in class uic.widgets.UICArrowButton
Overloaded method
setMaximumAllowedColumns(int) - Method in class uic.model.UICRestrictedDocument
Set the maximum column size of this document.
setModel(TableModel) - Method in class uic.model.TableRowSorter
set the (data)model this sorter wraps.
setModel(TableModel) - Method in interface uic.model.TableViewInterface
TableModels are layered on top of each other, this method replaces the one below itself.
setModel(TableModel) - Method in class uic.widgets.TableSorter
Deprecated.  
setName(String) - Method in class uic.model.UICAction
Set the unique key that is the name of this action.
setName(String) - Method in class uic.output.builder.Representer
 
setOddRowColor(Color) - Method in class uic.widgets.TwoColorCellRenderer
Sets the color for the odd row (rowcount starts at 0) Because of a bug in jdk1.3 Color.white cannot be used as a row color when a different even color is used
setOddRowColor(Color) - Method in class uic.widgets.TwoColorListCellRenderer
Set the odd row color
setOrientation(int) - Method in class uic.widgets.UICToolBar
Overloaded method; see JToolBar
setPackageName(String) - Method in class uic.output.builder.UICBuilder
Set the package name of the resulting class.
setPaintFocus(boolean) - Method in class uic.widgets.TwoColorCellRenderer
Should focus rectangle be painted?
setPaintFocus(boolean) - Method in class uic.widgets.TwoColorListCellRenderer
Paint the focus if true
setPanel(int, JPanel) - Method in class uic.widgets.WizardPanel
Replaces the panel at the specified position with the specified panel.
setPanelVerified(int, boolean) - Method in class uic.widgets.WizardPanel
Replaces the boolean at the specified index with the new boolean.
setPopupVisible(JComboBox, boolean) - Method in class uic.themes.UICComboBoxUI
 
setPostProcessor(String) - Method in class uic.anttask.UICompiler
 
setPreferredSize(boolean, int) - Method in class uic.widgets.UICToolBar
 
setPressedColumn(int[]) - Method in class uic.widgets.TableSorterHeaderRenderer
 
setProgress(int) - Method in class uic.widgets.Splash
Set the new progress value for the progress bar.
setProgress(int) - Method in class uic.widgets.StatusBar
Update an existing progressbar to the new value.
setProgressBarLocation(int, int, int, int) - Method in class uic.widgets.Splash
 
setProgressBarLocation(int, int) - Method in class uic.widgets.Splash
 
setProgressBarLocation(int) - Method in class uic.widgets.Splash
 
setProgressMax(int) - Method in class uic.widgets.Splash
Change the maximum value of the progress bar.
setProperty(String, String) - Static method in class uic.themes.ThemeStore
 
setReturnType(String) - Method in class uic.output.builder.CodeSnippet
 
setRow(int, double) - Method in class uic.layout.NaturalLayout
Adjusts the height of a single row in this layout.
setSection(String) - Method in class uic.Translate
To change the key that this Translate object can be fetched with set a new one.
setSection(String) - Method in class uic.pjava.Translate
To change the key that this Translate object can be fetched with set a new one.
setSelected(boolean) - Method in class uic.model.UICToggleAction
Set this action to be un/selected selecting/checking all registered components.
setSelectedTabNum(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Explicitly pick the selected tab by number.
setSelectionInterval(int, int) - Method in class uic.widgets.UICListSelectionModel
Change the selection to be between index0 and index1 inclusive.
setSelectionMode(int) - Method in class uic.pjava.widgets.table.Table
 
setSelectionMode(int) - Method in class uic.widgets.UICListSelectionModel
Set the selection mode.
setSource(String) - Method in class uic.anttask.UICompiler
Sourcecode version
setSourceVersion(String) - Method in class uic.output.AbstractWidget
The user specified sourcecode version, check when using 'newer' calls.
setSpacing(int) - Method in class uic.layout.NaturalLayout
Set spacing.
setSrcDir(Path) - Method in class uic.anttask.UICompiler
 
setStatuBar(StatusBar) - Method in class uic.model.UICAction
Register a statusbar that will be used to show whatIs texts on on mouseOver of the menuitems.
setStatus(Component, String) - Static method in class uic.widgets.StatusBar
Set the statusbar on a window which belongs to the same window as 'you' do.
setStatusBar(StatusBar, MainWindow) - Method in class uic.widgets.MainWindow.RootPane
Set a statusBar.
setTabBackground(Color) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
set the color to use behind the tabs
setTabColor(Color) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Deprecated. the new tabColors property should be used instead.
setTabColors(Color[]) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Sets the colors to use when drawing the tabs.
setTabColors(int, Color) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Sets the colors to use when drawing the tabs.
setTabPlacementOffset(int) - Method in class uic.themes.UICTabbedPaneUI
 
setTabText(String[]) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Sets the explicit tab text to use when drawing the tabs.
setTabText(int, String) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Sets the explicit tab text to use when drawing the tabs.
setTarget(Object, String) - Method in class uic.model.UICSimpleAction
The target method that is to be called when the action is fired.
setTarget(Object, String) - Method in class uic.model.UICToggleAction
 
setTemporaryStatusText(String) - Method in class uic.widgets.StatusBar
set a status text that is just a temprorary indicator.
setText(String) - Method in interface uic.widgets.StatusBar.StatusLabelInterface
The methods on StatusBar which affect the main text area are routed through this call.
setText(String) - Method in class uic.widgets.StatusBar
Set the status text to be displayed on this statusbar.
setThumbLocation(int, int) - Method in class uic.themes.UICSliderUI
 
setTimerTimeout(int, int) - Method in class uic.widgets.UICArrowButton
Set the timeout for the repeat action.
setTimerTimout(int, int) - Method in class uic.widgets.UICArrowButton
Deprecated
setTitle(String) - Method in class uic.model.UICAction
Set the title of this action, this is mostly the name on screen.
setTitle(String) - Method in class uic.pjava.widgets.UICGroupBox
 
setTitle(String) - Method in class uic.widgets.ExtraWindow
The title of the window.
setTitle(int, String) - Method in class uic.widgets.WizardPanel
Replaces the title at the specified position with the specified title.
setToolBarContainer(WindowRepresenter) - Method in class uic.widgets.UICToolBar
set the WindowContainer that knows which set of ToolbarContainers and which Window this toolbar belongs to.
setToolTipText(String) - Method in class uic.model.UICAction
 
setToolTipText(String, int) - Method in class uic.widgets.MWTable
Deprecated.  
setToolTipText(String, int) - Method in class uic.widgets.UICTable
Set the tooltip text per row.
setTranslator(TranslatorInterface) - Method in class uic.output.AbstractWidget
Sets a translator for translation of on screen strings.
setUpdateOnlyOnChange(boolean) - Method in class uic.widgets.HSVSelector
Specifies wheather we sent propertyChange events on each and every change, or only on select.
setUserSettings(Properties) - Method in class uic.themes.UICTheme
 
setValue(Object) - Method in class uic.model.UICSpinnerNumberModel
Override setValue to obey getStepSize SpinnerNumberModel model = new SpinnerNumberModel(0, 0, 10, 2); model.setValue(0); // will result in 0 in the ui model.setValue(2); // will result in 2 in the ui model.setValue(1); // will result in 2 in the ui SpinnerNumberModel model = new SpinnerNumberModel(1, 1, 10, 2); model.setValue(1); // will result in 1 in the ui model.setValue(3); // will result in 3 in the ui model.setValue(2); // will result in 3 in the ui
setValueAt(Object, int, int) - Method in class uic.model.TableRowSorter
Update cell value
setValueAt(Object, int) - Method in class uic.pjava.widgets.table.DefaultTableRow
 
setValueAt(Object, int) - Method in interface uic.pjava.widgets.table.TableRow
 
setValueAt(Object, int, int) - Method in class uic.widgets.TableSorter
Deprecated.  
setValueIsAdjusting(boolean) - Method in class uic.widgets.UICListSelectionModel
 
setVerified(JComponent, boolean) - Method in class uic.widgets.UICWizard
Alter the next button being enabled at the argument page.
setWhatIsThis(String) - Method in class uic.model.UICAction
The text used in the popup for whatIs help.
setWidgetRepresenter(WidgetRepresenter) - Method in class uic.output.AbstractWidget
 
setWidgetSet(String) - Method in class uic.anttask.UICompiler
 
setX(int, int) - Method in class uic.layout.Sizes
 
setY(int, int) - Method in class uic.layout.Sizes
 
setupTabPolygons() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Creates a Polygon object for each tab.
shiftLeft() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Shifts the row of tabs one position to the left
shiftRight() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Shifts the row of tabs one position to the right
show(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Select a tab by number
show(Component) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Select a tab by component
show(String) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Select a tab by text
show(Point, Dimension) - Method in class uic.widgets.AbstractWindow
Show the dialog at the given location.
show(Rectangle) - Method in class uic.widgets.AbstractWindow
Convenience method for the above version.
show() - Method in class uic.widgets.AbstractWindow
Convenience method for the next version.
show(Point, Dimension) - Method in class uic.widgets.MainWindow
Overloaded, see AbstractWindow for details.
show(Point, Dimension) - Method in class uic.widgets.StandardDialog
Show the dialog at the given location.
show(int) - Method in class uic.widgets.UICToolBar
Open/move toolbar to location.
showAndForget(Object, String) - Method in class uic.widgets.StandardDialog
Convinience method.
showAndForget(Object, String, JComponent) - Method in class uic.widgets.StandardDialog
Open the initialized dialog and wait until it has been closed by user, performing the targetMethod on OK.
showConfigDialog(JFrame, UICTheme) - Static method in class uic.themeconfig.ConfigDialog
 
showPhysicalTab(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Select a tab by number
showPopup(MouseEvent) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
bring up the popup menu for the tabsplitter
showWizard(Window, String, boolean) - Method in class uic.widgets.UICWizard
Open a new dialog with the first appropriate page being shown.
showWizard(Window, String, boolean, Dimension) - Method in class uic.widgets.UICWizard
Open a new dialog with the first appropriate page being shown.
showWizard() - Method in class uic.widgets.WizardPanel
Shows the wizard dialog and returns the exit option.
shutdown() - Method in class uic.widgets.MainWindow
Called when the application exits.
size() - Method in class uic.model.WorkerThread
 
sizeColumnsToFit(int) - Method in class uic.widgets.MWTable
Deprecated.  
sizeColumnsToFit(int) - Method in class uic.widgets.UICTable
 
sizeSelectedSlot(String) - Method in class uic.widgets.FontSelection
 
sort() - Method in class uic.model.TableRowSorter
This is the general, please sort me, method.
sort(Vector, int, boolean) - Static method in class uic.pjava.widgets.table.Table
 
sort() - Method in class uic.widgets.TableSorter
Deprecated.  
sortByColumn(int) - Method in class uic.model.TableRowSorter
Sort column
sortByColumn(int, boolean) - Method in class uic.model.TableRowSorter
Sort column in a given direction
sortByColumn(int) - Method in class uic.widgets.TableSorter
Deprecated.  
sortByColumn(int, boolean) - Method in class uic.widgets.TableSorter
Deprecated.  
sourceVersion - Variable in class uic.output.AbstractWidget
 
spacing - Variable in class uic.layout.NaturalLayout
Margin/spacing
stateChanged(ChangeEvent) - Method in class uic.themes.UICTabbedPaneUI.TabSelectionHandler
 
staticParent - Variable in class uic.output.builder.Representer
 
statusText - Variable in class uic.widgets.StatusBar
 
store(UICTheme) - Static method in class uic.themes.ThemeStore
 
store(String, List) - Static method in class uic.themes.ThemeStore
 
store() - Method in class uic.themes.UICTheme
 
styleSelectedSlot(String) - Method in class uic.widgets.FontSelection
 

T

TIME_ONLY - Static variable in class uic.widgets.UICDateTimeSpinner
Type to use for a UICDateTimeSpinner that only shows a time (Like the QDateEdit does).
TOOLBAR_ADDED - Static variable in class uic.widgets.event.ToolBarEvent
 
TOOLBAR_MOVED - Static variable in class uic.widgets.event.ToolBarEvent
 
TabNamedComponent - interface uic.pjava.widgets.tabbedpane.TabNamedComponent.
If you implement this interface and add an instance of your class to a TabPanel, the text that appears on the tab for that component will be determined by the getTabName() method.
TabPanel - class uic.pjava.widgets.tabbedpane.TabPanel.
TabPanel -- allows a user to select from several interface components by clicking a tab at the top of the panel.
TabPanel() - Constructor for class uic.pjava.widgets.tabbedpane.TabPanel
Constructor for the TabPanel
TabSelectionEvent - class uic.pjava.widgets.tabbedpane.TabSelectionEvent.
 
TabSelectionEvent(Object, Object, int, String, int[]) - Constructor for class uic.pjava.widgets.tabbedpane.TabSelectionEvent
TabSelectionEvent constructor comment.
TabSelectionListener - interface uic.pjava.widgets.tabbedpane.TabSelectionListener.
This interface describes the communcation between a TabPanel and a class that wants to listen in on tabs that are selected.
Table - class uic.pjava.widgets.table.Table.
AWT Based Table component Warning: Use of this component directly can be dangerous...
Table(String[]) - Constructor for class uic.pjava.widgets.table.Table
 
TableRow - interface uic.pjava.widgets.table.TableRow.
AWT Based Table component, one single row Warning: Use of this component directly can be dangerous...
TableRowSorter - class uic.model.TableRowSorter.
A sorter for TableModels.
TableRowSorter() - Constructor for class uic.model.TableRowSorter
Empty constructor, be sure to do a 'setModel' afterwards.
TableRowSorter(TableModel) - Constructor for class uic.model.TableRowSorter
Main constructor; creates a new table sorter wrapping your data model to pass to that table.
TableSorter - class uic.widgets.TableSorter.
Deprecated.  
TableSorter() - Constructor for class uic.widgets.TableSorter
Deprecated.  
TableSorter(TableModel) - Constructor for class uic.widgets.TableSorter
Deprecated.  
TableSorterHeaderRenderer - class uic.widgets.TableSorterHeaderRenderer.
Table header renderer, is set from the function addMouseListenerToHeaderInTable(JTable table) in TableSorter
TableSorterHeaderRenderer(JTable) - Constructor for class uic.widgets.TableSorterHeaderRenderer
 
TableViewInterface - interface uic.model.TableViewInterface.
This interface should be added to every table model used in the MWTable from this package.
TableViewInterface - interface uic.widgets.TableViewInterface.
This interface should be added to every table model used in the MWTable from this package.
ThemeColorsPreview - class uic.themeconfig.ThemeColorsPreview.
A widget that shows various 'widgets' in the colors from the provided theme.
ThemeColorsPreview(UICTheme) - Constructor for class uic.themeconfig.ThemeColorsPreview
 
ThemeStore - class uic.themes.ThemeStore.
 
ThemeStore() - Constructor for class uic.themes.ThemeStore
 
ToolBarContainer - class uic.widgets.ToolBarContainer.
This ToolBarContainer is a Container that allows a number of Toolbars to be present at a certain side of the screen.
ToolBarContainer() - Constructor for class uic.widgets.ToolBarContainer
It is legal; but not advisable to create a ToolBarContainer by yourself, use the placeToolBarOnWindow factory method instead.
ToolBarContainer(int) - Constructor for class uic.widgets.ToolBarContainer
It is legal; but not advisable to create a ToolBarContainer by yourself, use the placeToolBarOnWindow factory method instead.
ToolBarContainer(Window, int) - Constructor for class uic.widgets.ToolBarContainer
It is legal; but not advisable to create a ToolBarContainer by yourself, use the placeToolBarOnWindow factory method instead.
ToolBarEvent - class uic.widgets.event.ToolBarEvent.
 
ToolBarEvent(Object, int) - Constructor for class uic.widgets.event.ToolBarEvent
 
ToolBarListener - interface uic.widgets.event.ToolBarListener.
 
Translate - class uic.Translate.
Translate is a class that you can use to translate the texts on a GUI.
Translate() - Constructor for class uic.Translate
Initialize a new Translate object.
Translate(String) - Constructor for class uic.Translate
Create a new Translate that will get translations from the properties file named 'section_[lan]_[country].properties
Translate(String, Object) - Constructor for class uic.Translate
Create a new Translate that will get translations from the properties file named 'section_[lan]_[country].properties
Translate - class uic.pjava.Translate.
Translate is a class that you can use to translate the texts on a GUI.
Translate() - Constructor for class uic.pjava.Translate
Initialize a new Translate object.
Translate(String) - Constructor for class uic.pjava.Translate
Create a new Translate that will get translations from the properties file named 'section_[lan]_[country].properties
Translate(String, Object) - Constructor for class uic.pjava.Translate
Create a new Translate that will get translations from the properties file named 'section_[lan]_[country].properties
Translate.Translator - class uic.Translate.Translator.
 
Translate.Translator(ResourceBundle) - Constructor for class uic.Translate.Translator
 
Translate.Translator - class uic.pjava.Translate.Translator.
Class that holds the actual translation strings
Translate.Translator(ResourceBundle) - Constructor for class uic.pjava.Translate.Translator
 
TranslationInterface - interface uic.TranslationInterface.
Any translations framework that implements this interface can work with the generated classes from UIC.
TranslatorInterface - interface uic.output.TranslatorInterface.
To enable a translation of a GUI the uic.properites can point to any class that implements this interface to make sure it generates code (Representers actually).
TwoColorCellRenderer - class uic.widgets.TwoColorCellRenderer.
Implementation of a table cell renderer that has different colors for the odd and even table rows
TwoColorCellRenderer() - Constructor for class uic.widgets.TwoColorCellRenderer
 
TwoColorCellRenderer(TableCellRenderer) - Constructor for class uic.widgets.TwoColorCellRenderer
Constructor needed to wrap the standard table cell renderer
TwoColorListCellRenderer - class uic.widgets.TwoColorListCellRenderer.
CellRenderer for the list Has to different colors for the odd and even rows to improve the look
TwoColorListCellRenderer() - Constructor for class uic.widgets.TwoColorListCellRenderer
Default constructor, same as new TwoColorListCellRenderer(null)
TwoColorListCellRenderer(ListCellRenderer) - Constructor for class uic.widgets.TwoColorListCellRenderer
Constructor based on an exisint cellrenderer
tabContains(int, int, int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Check to see if the numbered tab contains an x,y location.
tabSelected(TabSelectionEvent) - Method in interface uic.pjava.widgets.tabbedpane.TabSelectionListener
This method is called whenever the selected tab is changed in a TabPanel
tabSwitchedSlot() - Method in class uic.widgets.ExtraWindow
 
tableChanged(TableModelEvent) - Method in class uic.model.TableRowSorter
React on table change events.
tableChanged(TableModelEvent) - Method in class uic.widgets.TableSorter
Deprecated.  
target - Variable in class uic.model.UICSimpleAction
 
targetObject - Variable in class uic.model.UICSimpleAction
 
toString() - Method in class uic.layout.Constraints
Gets a string representation of this Constraints.
toString() - Method in class uic.layout.NaturalLayout
Converts this NaturalLayout to a string.
toString() - Method in class uic.layout.Sizes
 
toString() - Method in class uic.model.UICAction
returns the title.
toString() - Method in class uic.output.builder.Callable.Argument
 
toString() - Method in class uic.output.builder.CodeSnippet
 
toString() - Method in class uic.output.builder.FieldRepresenter
 
toString() - Method in class uic.output.builder.MethodRepresenter
 
toString() - Method in class uic.output.builder.ObjectRepresenter
 
toString() - Method in class uic.output.builder.Representer
 
toString() - Method in class uic.output.builder.ValueRepresenter
 
toString() - Method in class uic.pjava.widgets.tabbedpane.TabSelectionEvent
 
toString() - Method in class uic.pjava.widgets.table.DefaultTableRow
 
toolBarAdded(ToolBarEvent) - Method in interface uic.widgets.event.ToolBarListener
 
toolBarContainer - Variable in class uic.themes.UICToolBarUI
 
toolBarMoved(ToolBarEvent) - Method in interface uic.widgets.event.ToolBarListener
 
totalX() - Method in class uic.layout.Sizes
 
totalY() - Method in class uic.layout.Sizes
 
translate() - Method in class uic.themeconfig.ColorConfigPanel
 
translate() - Method in class uic.themeconfig.ConfigDialog
 
translate() - Method in class uic.themeconfig.ConfigDialogImpl
 
translate() - Method in class uic.themeconfig.FontPreview
 
translate() - Method in class uic.themeconfig.FontsPanel
 
translate() - Method in class uic.themeconfig.OptionsPane
 
translate() - Method in class uic.widgets.ColorSelection
 
translate() - Method in class uic.widgets.FontSelection
 
translate() - Method in class uic.widgets.MainWindow
 
translate() - Method in class uic.widgets.StandardDialog
 
translate() - Method in class uic.widgets.UICWizard
The translator that translates texts into foreign languages.
translate() - Method in class uic.widgets.WindowRepresenter
 
translator - Variable in class uic.output.AbstractWidget
 
tryToDropFloatingToolbar(WindowDroppedEvent) - Method in class uic.themes.UICToolBarUI
Try to drop the floating toolbar in an existing ToolBarContainer.
type - Variable in class uic.output.builder.ValueRepresenter
 

U

UIC - class uic.UIC.
UserInterface Compiler (http://uic.sf.net)
UIC(String) - Constructor for class uic.UIC
Default constructor Same as calling new UIC(fileName,"");
UIC(String, String) - Constructor for class uic.UIC
Constructor
UIC.BuildSettings - class uic.UIC.BuildSettings.
 
UIC.BuildSettings(boolean, boolean, String) - Constructor for class uic.UIC.BuildSettings
 
UICAction - class uic.model.UICAction.
This action class contains all the information to provide high quality widgets and an action.
UICAction(String) - Constructor for class uic.model.UICAction
Base constructor.
UICAction(String, Object, String, String, ActionFactory) - Constructor for class uic.model.UICAction
 
UICAction(String, Object, String, String, String, ActionFactory) - Constructor for class uic.model.UICAction
 
UICAction(String, Object, String, String, String, String, ActionFactory) - Constructor for class uic.model.UICAction
 
UICAction(String, Object, String, String) - Constructor for class uic.model.UICAction
 
UICAction(String, Object, String, String, String) - Constructor for class uic.model.UICAction
 
UICAction(String, Object, String, String, String, String) - Constructor for class uic.model.UICAction
 
UICAction(String, Object, String, String, String, String, String, String) - Constructor for class uic.model.UICAction
 
UICAction(String, Object, String, String, String, String, String, String, ActionFactory) - Constructor for class uic.model.UICAction
Create new action.
UICAction.StatusBarUpdater - class uic.model.UICAction.StatusBarUpdater.
Helper class.
UICArrowButton - class uic.widgets.UICArrowButton.
A button that only shows an arrow and is repeating.
UICArrowButton(int) - Constructor for class uic.widgets.UICArrowButton
Construct a arrow button using one of the SwingConstants directions SOURTH, NORTH, EAST or WEST.
UICBuilder - class uic.output.builder.UICBuilder.
The builder that combines all widgets and can be passed to the instanciator or the fileWriter
UICBuilder(String, String) - Constructor for class uic.output.builder.UICBuilder
 
UICButton - class uic.pjava.widgets.UICButton.
 
UICButton(String) - Constructor for class uic.pjava.widgets.UICButton
 
UICButtonUI - class uic.themes.UICButtonUI.
Needed to give the Button it's original behaviour back after adding the UICListUI for lists.
UICButtonUI() - Constructor for class uic.themes.UICButtonUI
 
UICCheckBoxUI - class uic.themes.UICCheckBoxUI.
 
UICCheckBoxUI() - Constructor for class uic.themes.UICCheckBoxUI
 
UICColorButton - class uic.widgets.UICColorButton.
A button without a name; but with a color area.
UICColorButton() - Constructor for class uic.widgets.UICColorButton
 
UICColorButton(Color) - Constructor for class uic.widgets.UICColorButton
 
UICComboBoxKeyManager - class uic.themes.UICComboBoxKeyManager.
 
UICComboBoxKeyManager() - Constructor for class uic.themes.UICComboBoxKeyManager
 
UICComboBoxUI - class uic.themes.UICComboBoxUI.
Needed to give the ComboBox it's original behaviour back after adding the UICListUI for lists.
UICComboBoxUI() - Constructor for class uic.themes.UICComboBoxUI
 
UICDateTimeSpinner - class uic.widgets.UICDateTimeSpinner.
The UICDateTimeSpinner can be used as a JSpinner for dates, times or both.
UICDateTimeSpinner() - Constructor for class uic.widgets.UICDateTimeSpinner
Default constructor; constructs a DATE_TIME UICDateTimeSpinner with no bounderies and default formats.
UICDateTimeSpinner(int, int, int, Locale, Calendar, Calendar, Calendar) - Constructor for class uic.widgets.UICDateTimeSpinner
Constructs a UICDateTimeSpinner.
UICDefaultTableModel - class uic.model.UICDefaultTableModel.
This class does nothing but implement a bugfix for the defaultTableModel.
UICDefaultTableModel() - Constructor for class uic.model.UICDefaultTableModel
 
UICDefaultTableModel(UICTable) - Constructor for class uic.model.UICDefaultTableModel
Convenience method to add a new model (which extends this class) to the table.
UICDefaultTableModel(MWTable) - Constructor for class uic.model.UICDefaultTableModel
Deprecated.  
UICFocusTraversalPolicy - class uic.widgets.UICFocusTraversalPolicy.
A focus traversalPolicy for predefined traversal.
UICFocusTraversalPolicy() - Constructor for class uic.widgets.UICFocusTraversalPolicy
 
UICGroupBox - class uic.pjava.widgets.UICGroupBox.
 
UICGroupBox() - Constructor for class uic.pjava.widgets.UICGroupBox
 
UICLabelUI - class uic.themes.UICLabelUI.
 
UICLabelUI() - Constructor for class uic.themes.UICLabelUI
 
UICList - class uic.pjava.widgets.UICList.
 
UICList() - Constructor for class uic.pjava.widgets.UICList
 
UICList(String[]) - Constructor for class uic.pjava.widgets.UICList
 
UICListSelectionModel - class uic.widgets.UICListSelectionModel.
List selection model, that handles 2 extra selection types
UICListSelectionModel() - Constructor for class uic.widgets.UICListSelectionModel
 
UICListUI - class uic.themes.UICListUI.
The UICListUI implements a better (usability wise) method of selecting items in a multiitem list, plus fixes some Swing bugs.
UICListUI() - Constructor for class uic.themes.UICListUI
 
UICListUI.MouseInputHandler - class uic.themes.UICListUI.MouseInputHandler.
Mouse input, and focus handling for JList.
UICListUI.MouseInputHandler() - Constructor for class uic.themes.UICListUI.MouseInputHandler
 
UICMenuItemUI - class uic.themes.UICMenuItemUI.
 
UICMenuItemUI() - Constructor for class uic.themes.UICMenuItemUI
 
UICMenuUI - class uic.themes.UICMenuUI.
 
UICMenuUI() - Constructor for class uic.themes.UICMenuUI
 
UICPanelUI - class uic.themes.UICPanelUI.
 
UICPanelUI() - Constructor for class uic.themes.UICPanelUI
 
UICPasswordField - class uic.pjava.widgets.UICPasswordField.
 
UICPasswordField() - Constructor for class uic.pjava.widgets.UICPasswordField
 
UICPasswordFieldUI - class uic.themes.UICPasswordFieldUI.
 
UICPasswordFieldUI() - Constructor for class uic.themes.UICPasswordFieldUI
 
UICRadioButtonUI - class uic.themes.UICRadioButtonUI.
 
UICRadioButtonUI() - Constructor for class uic.themes.UICRadioButtonUI
 
UICRestrictedDocument - class uic.model.UICRestrictedDocument.
A document which you can set on things like a JTextField or JTextArea which limits input the specified chars.
UICRestrictedDocument(int) - Constructor for class uic.model.UICRestrictedDocument
Constructor with type of chars allowed.
UICRestrictedDocument(String) - Constructor for class uic.model.UICRestrictedDocument
 
UICRestrictedDocument(char[]) - Constructor for class uic.model.UICRestrictedDocument
 
UICScrollPaneUI - class uic.themes.UICScrollPaneUI.
 
UICScrollPaneUI() - Constructor for class uic.themes.UICScrollPaneUI
 
UICSimpleAction - class uic.model.UICSimpleAction.
This class represent the glue between a user event and a piece of controlling logic.
UICSimpleAction() - Constructor for class uic.model.UICSimpleAction
Empty constructor; don't forget to do a setTarget later!.
UICSimpleAction(Object, String) - Constructor for class uic.model.UICSimpleAction
Constructor with automatic setTarget.
UICSimpleAction.DirectPolicy - class uic.model.UICSimpleAction.DirectPolicy.
This policy will execute the action in the calling thread.
UICSimpleAction.DirectPolicy() - Constructor for class uic.model.UICSimpleAction.DirectPolicy
 
UICSimpleAction.ExecutePolicy - interface uic.model.UICSimpleAction.ExecutePolicy.
Each action that is called 'execute()' on will be executed according to policy.
UICSimpleAction.OnlyLastPolicy - class uic.model.UICSimpleAction.OnlyLastPolicy.
This policy will enqueue the action; but will remove others that would call the same target method.
UICSimpleAction.OnlyLastPolicy() - Constructor for class uic.model.UICSimpleAction.OnlyLastPolicy
 
UICSimpleAction.QueuedPolicy - class uic.model.UICSimpleAction.QueuedPolicy.
This policy will queue each action to be executed serially, while disabling the action when running.
UICSimpleAction.QueuedPolicy() - Constructor for class uic.model.UICSimpleAction.QueuedPolicy
 
UICSimpleAction.SimpleQueuedPolicy - class uic.model.UICSimpleAction.SimpleQueuedPolicy.
This policy will queue each action to be executed serially.
UICSimpleAction.SimpleQueuedPolicy() - Constructor for class uic.model.UICSimpleAction.SimpleQueuedPolicy
 
UICSliderUI - class uic.themes.UICSliderUI.
 
UICSliderUI() - Constructor for class uic.themes.UICSliderUI
 
UICSpinner - class uic.widgets.UICSpinner.
JSpinner extending class to fix a fatal bug in its superclass.
UICSpinner() - Constructor for class uic.widgets.UICSpinner
 
UICSpinner(SpinnerModel) - Constructor for class uic.widgets.UICSpinner
 
UICSpinnerNumberModel - class uic.model.UICSpinnerNumberModel.
Extends SpinnerNumberModel to make sure stepsize is used to check if the value that is set is allowed SpinnerNumberModel model = new SpinnerNumberModel(0, 0, 10, 2); model.setValue(0); // will result in 0 in the ui model.setValue(2); // will result in 2 in the ui model.setValue(1); // will result in 2 in the ui SpinnerNumberModel model = new SpinnerNumberModel(1, 1, 10, 2); model.setValue(1); // will result in 1 in the ui model.setValue(3); // will result in 3 in the ui model.setValue(2); // will result in 3 in the ui
UICSpinnerNumberModel() - Constructor for class uic.model.UICSpinnerNumberModel
Constructs a SpinnerNumberModel with no minimum or maximum value, stepSize equal to one, and an initial value of zero.
UICSpinnerNumberModel(double, double, double, double) - Constructor for class uic.model.UICSpinnerNumberModel
Constructs a SpinnerNumberModel with the specified value, minimum/maximum bounds, and stepSize.
UICSpinnerNumberModel(int, int, int, int) - Constructor for class uic.model.UICSpinnerNumberModel
Constructs a SpinnerNumberModel with the specified value, minimum/maximum bounds, and stepSize.
UICSpinnerNumberModel(Number, Comparable, Comparable, Number) - Constructor for class uic.model.UICSpinnerNumberModel
Constructs a SpinnerModel that represents a closed sequence of numbers from minimum to maximum.
UICSpinnerUI - class uic.themes.UICSpinnerUI.
 
UICSpinnerUI() - Constructor for class uic.themes.UICSpinnerUI
 
UICSqueezedTextLabel - class uic.widgets.UICSqueezedTextLabel.
A text label that will show a full text-label, but use space smartly when it can not.
UICSqueezedTextLabel() - Constructor for class uic.widgets.UICSqueezedTextLabel
Create a new empty label.
UICSqueezedTextLabel(String) - Constructor for class uic.widgets.UICSqueezedTextLabel
Create a label with text pre-filled.
UICTabbedPaneUI - class uic.themes.UICTabbedPaneUI.
Scrollable tab ui that also works for jdk1.3
UICTabbedPaneUI() - Constructor for class uic.themes.UICTabbedPaneUI
 
UICTabbedPaneUI.MouseHandler - class uic.themes.UICTabbedPaneUI.MouseHandler.
This inner class is marked "public" due to a compiler bug.
UICTabbedPaneUI.MouseHandler() - Constructor for class uic.themes.UICTabbedPaneUI.MouseHandler
 
UICTabbedPaneUI.TabSelectionHandler - class uic.themes.UICTabbedPaneUI.TabSelectionHandler.
 
UICTabbedPaneUI.TabSelectionHandler() - Constructor for class uic.themes.UICTabbedPaneUI.TabSelectionHandler
 
UICTable - class uic.widgets.UICTable.
A replacement for the JTable to make the programmers life a lot easier.
UICTable(TableModel) - Constructor for class uic.widgets.UICTable
Deprecated.  
UICTable() - Constructor for class uic.widgets.UICTable
Deprecated.  
UICTableHeaderUI - class uic.themes.UICTableHeaderUI.
Needed to give the Button it's original behaviour back after adding the UICListUI for lists.
UICTableHeaderUI() - Constructor for class uic.themes.UICTableHeaderUI
 
UICTableUI - class uic.themes.UICTableUI.
 
UICTableUI() - Constructor for class uic.themes.UICTableUI
 
UICTextAreaUI - class uic.themes.UICTextAreaUI.
 
UICTextAreaUI() - Constructor for class uic.themes.UICTextAreaUI
 
UICTextField - class uic.pjava.widgets.UICTextField.
 
UICTextField() - Constructor for class uic.pjava.widgets.UICTextField
 
UICTextField - class uic.widgets.UICTextField.
A subclass of JTextField that adds usability features.
UICTextField() - Constructor for class uic.widgets.UICTextField
 
UICTextField(Document, String, int) - Constructor for class uic.widgets.UICTextField
 
UICTextField(int) - Constructor for class uic.widgets.UICTextField
 
UICTextField(String) - Constructor for class uic.widgets.UICTextField
 
UICTextField(String, int) - Constructor for class uic.widgets.UICTextField
 
UICTextFieldUI - class uic.themes.UICTextFieldUI.
 
UICTextFieldUI() - Constructor for class uic.themes.UICTextFieldUI
 
UICTheme - class uic.themes.UICTheme.
The UICTheme for lots of usability fixes.
UICTheme() - Constructor for class uic.themes.UICTheme
 
UICTheme(Properties) - Constructor for class uic.themes.UICTheme
 
UICThemeBigFonts - class uic.themes.UICThemeBigFonts.
A big fonts version of the UICTheme.
UICThemeBigFonts() - Constructor for class uic.themes.UICThemeBigFonts
 
UICToggleAction - class uic.model.UICToggleAction.
An toggle action to add the concept of 'selected'.
UICToggleAction(String) - Constructor for class uic.model.UICToggleAction
 
UICToggleAction(String, Object, String, String, ActionFactory) - Constructor for class uic.model.UICToggleAction
 
UICToggleAction(String, Object, String, String, String, ActionFactory) - Constructor for class uic.model.UICToggleAction
 
UICToggleAction(String, Object, String, String, String, String, ActionFactory) - Constructor for class uic.model.UICToggleAction
 
UICToggleAction(String, Object, String, String, String, String, String, String, ActionFactory) - Constructor for class uic.model.UICToggleAction
Create new action.
UICToolBar - class uic.widgets.UICToolBar.
Replacement ToolBar that has many usability features and works closely with the UICToolBar.
UICToolBar() - Constructor for class uic.widgets.UICToolBar
Create a toolbar with location == TOP and no name.
UICToolBar(int) - Constructor for class uic.widgets.UICToolBar
Create a toolbar without a name.
UICToolBar(String) - Constructor for class uic.widgets.UICToolBar
Create a toolbar with location is TOP
UICToolBar(int, String) - Constructor for class uic.widgets.UICToolBar
Create a new UICToolbar.
UICToolBar(int, String, Component) - Constructor for class uic.widgets.UICToolBar
 
UICToolBar.ArrowsIcon - class uic.widgets.UICToolBar.ArrowsIcon.
The icon on the more-items button.
UICToolBar.ArrowsIcon() - Constructor for class uic.widgets.UICToolBar.ArrowsIcon
 
UICToolBar.ScaleHandle - class uic.widgets.UICToolBar.ScaleHandle.
 
UICToolBar.ScaleHandle(UICToolBar, int) - Constructor for class uic.widgets.UICToolBar.ScaleHandle
 
UICToolBar.ToolBarLocation - class uic.widgets.UICToolBar.ToolBarLocation.
Data container that displays the corrent location of a UICToolBar.
UICToolBarUI - class uic.themes.UICToolBarUI.
 
UICToolBarUI() - Constructor for class uic.themes.UICToolBarUI
 
UICToolBarUI.Border - class uic.themes.UICToolBarUI.Border.
 
UICToolBarUI.Border() - Constructor for class uic.themes.UICToolBarUI.Border
 
UICToolBarUI.UICDocingListener - class uic.themes.UICToolBarUI.UICDocingListener.
 
UICToolBarUI.UICDocingListener(UICToolBar) - Constructor for class uic.themes.UICToolBarUI.UICDocingListener
 
UICTranslator - class uic.output.UICTranslator.
This translator enabled the generated classes to use the uic.Translate class for translations.
UICTranslator() - Constructor for class uic.output.UICTranslator
 
UICWhatsThis - class uic.widgets.UICWhatsThis.
This class has a couple of static method that enable you to show whatIs information on screen.
UICWhatsThis() - Constructor for class uic.widgets.UICWhatsThis
 
UICWhatsThis.Entry - class uic.widgets.UICWhatsThis.Entry.
 
UICWhatsThis.Entry(Component, String) - Constructor for class uic.widgets.UICWhatsThis.Entry
 
UICWizard - class uic.widgets.UICWizard.
The UICWizard class provides a framework for wizard dialogs.
UICWizard() - Constructor for class uic.widgets.UICWizard
Sole constructor creates an empty wizard
UICompiler - class uic.anttask.UICompiler.
The class that allows you to compile ui files into java files from ant.
UICompiler() - Constructor for class uic.anttask.UICompiler
 
UIManager - class uic.pjava.theme.UIManager.
Simple Theme class for determining the color and fontsettings for non standard awt components.
UIManager() - Constructor for class uic.pjava.theme.UIManager
 
UP - Static variable in class uic.widgets.BevelArrowIcon
Direction for the setDirection method.
UP - Static variable in class uic.widgets.TableSorterHeaderRenderer
 
UnsupportedWidgetException - exception uic.output.UnsupportedWidgetException.
 
UnsupportedWidgetException(String) - Constructor for class uic.output.UnsupportedWidgetException
 
UnsupportedWidgetException(String, Throwable) - Constructor for class uic.output.UnsupportedWidgetException
 
UnsupportedWidgetException(Throwable) - Constructor for class uic.output.UnsupportedWidgetException
 
uic - package uic
 
uic.anttask - package uic.anttask
Ant integration
uic.layout - package uic.layout
Java Swing based layouter for professional layouting with minimum code
uic.model - package uic.model
Provides model classes for Swing GUIs.
uic.output - package uic.output
Package that contains classes for the convertion from the QtDesigner files to usable user interfaces.
uic.output.builder - package uic.output.builder
 
uic.output.pjava - package uic.output.pjava
Each widget in QtDesigner is handled by a seperate plugin which extends the AbstractWidget.
uic.output.swing - package uic.output.swing
Each widget in QtDesigner is handled by a seperate plugin which extends the AbstractWidget.
uic.pjava - package uic.pjava
Personal Java Package.
uic.pjava.theme - package uic.pjava.theme
Personal Java Theme.
uic.pjava.widgets - package uic.pjava.widgets
Personal Java Widgets for your programming pleasure!
uic.pjava.widgets.tabbedpane - package uic.pjava.widgets.tabbedpane
Personal Java Tabbed Pane widget that is written to work on small screen sizes.
uic.pjava.widgets.table - package uic.pjava.widgets.table
Personal Java Table widget.
uic.themeconfig - package uic.themeconfig
A configuration dialog for the UICTheme.
uic.themes - package uic.themes
The Swing UICTheme to provide various bugfixes and an all-round mature theme.
uic.widgets - package uic.widgets
Swing Widgets for your programming pleasure!
uic.widgets.event - package uic.widgets.event
Event listeners and classes for the widgets in uic.widgets
undoManager - Variable in class uic.widgets.UICTextField
 
uninstallComponents() - Method in class uic.themes.UICTabbedPaneUI
Remove the browsebuttons
uninstallDefaults(AbstractButton) - Method in class uic.themes.UICRadioButtonUI
 
uninstallDefaults() - Method in class uic.themes.UICToolBarUI
 
uninstallListeners() - Method in class uic.themes.UICTabbedPaneUI
Remove the browsebutton listeners
uninstallUI(JComponent) - Method in class uic.themes.UICTabbedPaneUI
 
unlock() - Method in class uic.model.WorkerThread
Unlock the queue to resume executing jobs.
update(Graphics) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Overridden to get rid of screen erase between drawings
update(Graphics, JComponent) - Method in class uic.themes.UICTextFieldUI
 
updateColorSlot(Color) - Method in class uic.widgets.ColorSelection
 
updateRowSizes() - Method in class uic.pjava.widgets.table.Table
 
updateThemeOn(Window, UICTheme) - Static method in class uic.themeconfig.ConfigDialog
 
useAntiAlias - Static variable in class uic.themes.UICTheme
 
useUICTheme(boolean) - Static method in class uic.widgets.MainWindow
To automatically set the UICTheme to the newly created window this should be set to true before instanciating the first mainWindow.
userSettings - Variable in class uic.themes.UICTheme
 

V

VARIABLE - Static variable in class uic.output.VariableManager
 
VERSION - Static variable in class uic.UIC
 
VERTICAL - Static variable in class uic.pjava.widgets.Line
 
ValueRepresenter - class uic.output.builder.ValueRepresenter.
Any value, or better said; instance of a class/basetype.
ValueRepresenter(Class, String) - Constructor for class uic.output.builder.ValueRepresenter
 
ValueRepresenter(String, String) - Constructor for class uic.output.builder.ValueRepresenter
 
VariableManager - class uic.output.VariableManager.
While compiling this class makes sure we keep names unique and we have a full list of all the widgets to 'define' as class variables.
VariableManager() - Constructor for class uic.output.VariableManager
 
vAlign - Variable in class uic.layout.Constraints
justification
valueSelected(float) - Method in class uic.widgets.HSVSelector
 
varManager - Variable in class uic.output.builder.UICBuilder
 
verticalAlign - Variable in class uic.output.AbstractWidget
 
verticalPolicy - Variable in class uic.layout.Constraints
sizing policies
visibleComponentNum() - Method in class uic.pjava.widgets.tabbedpane.TabSelectionEvent
 

W

WidgetRepresenter - class uic.output.builder.WidgetRepresenter.
Any widget that has a constructor, and can be added to a container.
WidgetRepresenter(String, String, boolean) - Constructor for class uic.output.builder.WidgetRepresenter
In a line where a widget is created this is the representer.
WidgetRepresenter(String, String, MethodRepresenter) - Constructor for class uic.output.builder.WidgetRepresenter
 
WidgetRepresenter(String, String, MethodRepresenter, boolean) - Constructor for class uic.output.builder.WidgetRepresenter
 
WidgetRepresenter(String, String) - Constructor for class uic.output.builder.WidgetRepresenter
Convienience constructor where export is true.
WidgetRepresenter.EventRepresenter - class uic.output.builder.WidgetRepresenter.EventRepresenter.
 
WidgetRepresenter.EventRepresenter(MethodRepresenter, CodeSnippet) - Constructor for class uic.output.builder.WidgetRepresenter.EventRepresenter
 
WindowDroppedEvent - class uic.widgets.event.WindowDroppedEvent.
An event that is used to specify a new location for the ExtraWindow.
WindowDroppedEvent(Object, Point, Point) - Constructor for class uic.widgets.event.WindowDroppedEvent
Create a new event.
WindowDroppedListener - interface uic.widgets.event.WindowDroppedListener.
 
WindowRepresenter - class uic.widgets.WindowRepresenter.
This class manages the 4 ToolBarContainer instances per window, there is one instance per Window.
WindowRepresenter(Window) - Constructor for class uic.widgets.WindowRepresenter
Create a new WindowRepresenter for a specific window, it is not adviced to create this manually; use the getInstance methods for this.
WizardPanel - class uic.widgets.WizardPanel.
A Wizard in Java; This is the old wizard implementation, and is still here for backwards compatibility.
WizardPanel() - Constructor for class uic.widgets.WizardPanel
 
WizardPanel(JDialog) - Constructor for class uic.widgets.WizardPanel
 
WorkerThread - class uic.model.WorkerThread.
This is a helper class for the Actions framework.
WorkerThread.Job - class uic.model.WorkerThread.Job.
 
widgetElement - Variable in class uic.output.AbstractWidget
 
windowMoved(WindowDroppedEvent) - Method in interface uic.widgets.event.WindowDroppedListener
 
windowMovedListener - Variable in class uic.themes.UICToolBarUI
 
windowRepresenter - Variable in class uic.themes.UICToolBarUI
 
write(Writer) - Method in class uic.output.JavaFileWriter
 
writeDefaultProperties(String, int) - Method in class uic.output.AbstractWidget
 
writeDefaultProperties(String, int) - Method in class uic.output.pjava.AbstractWidget
 
writeDefaultProperties(String, int) - Method in class uic.output.swing.AbstractWidget
 

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

Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence