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

A

AbstractButtonAction - Class in uic.action
When your users click on any object extending an AbstractButton (JButton, JCheckBox, etc) a method of your choosing will be invoked.
AbstractButtonAction(Object, String) - Constructor for class uic.action.AbstractButtonAction
Create a new AbstractButtonAction.
AbstractButtonAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.AbstractButtonAction
Create a new AbstractButtonAction.
AbstractCalendarSpinnerWidget - Class in uic.output.swing
 
AbstractCalendarSpinnerWidget(UICBuilder, Element) - Constructor for class uic.output.swing.AbstractCalendarSpinnerWidget
 
AbstractFileFilter - Class in uic.widgets.filechooser
Abstract implementation for a filefilter.
AbstractFileFilter(String) - Constructor for class uic.widgets.filechooser.AbstractFileFilter
 
AbstractWidget - Class in uic.output
Base class that provides implementation each plugin will likely need.
AbstractWidget(UICBuilder, Element) - Constructor for class uic.output.AbstractWidget
 
AbstractWidget - Class in uic.output.pjava
Base class implementation that every AWT-Widget will probably need
AbstractWidget(UICBuilder, Element) - Constructor for class uic.output.pjava.AbstractWidget
 
AbstractWidget - Class in uic.output.swing
Base class that provides implementation each plugin will likely need.
AbstractWidget(UICBuilder, Element) - Constructor for class uic.output.swing.AbstractWidget
 
AbstractWidget - Class in uic.output.zaval
Base class implementation that every AWT-Widget will probably need
AbstractWidget(UICBuilder, Element) - Constructor for class uic.output.zaval.AbstractWidget
 
AbstractWidget.ActionInformation - Class in uic.output
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
 
AbstractWidget.ZavalActionInformation - Class in uic.output.zaval
 
AbstractWidget.ZavalActionInformation(String, String, String) - Constructor for class uic.output.zaval.AbstractWidget.ZavalActionInformation
 
AbstractWindow - Class in uic.widgets
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.
accept(File) - Method in class uic.widgets.filechooser.AllFilesFilter
Returns true for all files.
accept(File) - Method in class uic.widgets.filechooser.FileChooser.HiddenFilesFileFilter
 
accept(File) - Method in class uic.widgets.filechooser.UICFileFilter
Returns true if the file is accepted by this filter.
acceptFileAt(int) - Method in class uic.widgets.filechooser.SimpleFileView
Accepts the file in the current row.
ActionFactory - Class in uic.model
ActionFactory builds actions and keeps them referenced so you can easily enable/disable them.
ActionFactory() - Constructor for class uic.model.ActionFactory
Empty constructor to create an un-translated ActionFactory.
ActionFactory(TranslationInterface) - Constructor for class uic.model.ActionFactory
Create a new ActionFactory where texts from the config file are translated.
actionPerformed(ActionEvent) - Method in class uic.action.AbstractButtonAction
 
actionPerformed(ActionEvent) - Method in class uic.action.JCheckBoxMenuItemAction
 
actionPerformed(ActionEvent) - Method in class uic.action.JRadioButtonMenuItemAction
 
actionPerformed(ActionEvent) - Method in class uic.model.UICAction
 
actionPerformed(ActionEvent) - Method in class uic.model.UICRadioAction
 
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
 
activateInputButton - Variable in class uic.widgets.IntegerInputButtonBase
 
activateInputButtonAction - Variable in class uic.widgets.IntegerInputButtonBase
 
activateInputButtonPressedSlot() - Method in class uic.widgets.IntegerInputButton
 
activateInputButtonPressedSlot() - Method in class uic.widgets.IntegerInputButtonBase
 
add(AbstractButton) - Method in class uic.action.AbstractButtonAction
Add an AbstractButton object to this action.
add(Component) - Method in class uic.action.ComponentEscapeAction
Add an Component object to this action.
add(Component) - Method in class uic.action.ComponentFocusLostAction
Add an Component object to this action.
add(Component) - Method in class uic.action.ComponentKeyboardAction
Add an Component object to this action.
add(Component) - Method in class uic.action.ComponentMouseClickedAction
Add an ItemSelectable object to this action
add(Component) - Method in class uic.action.ComponentResizedAction
Add an Component object to this action.
add(Component) - Method in class uic.action.ComponentShownAction
Add an Component object to this action.
add(Document) - Method in class uic.action.DocumentChangedAction
Add an Document object to this action.
add(JTextComponent) - Method in class uic.action.DocumentChangedAction
Add an TextComponent to this action
add(JComboBox) - Method in class uic.action.DocumentChangedAction
 
add(ItemSelectable) - Method in class uic.action.ItemSelectableAction
Add an ItemSelectable object to this action
add(JCheckBoxMenuItem) - Method in class uic.action.JCheckBoxMenuItemAction
Add an Component object to this action.
add(JRadioButtonMenuItem) - Method in class uic.action.JRadioButtonMenuItemAction
Add an Component object to this action.
add(JSpinner) - Method in class uic.action.JSpinnerChangeAction
Add an JSpinner to this action.
add(UICSpinbox) - Method in class uic.action.JSpinnerChangeAction
 
add(JTextComponent) - Method in class uic.action.JTextComponentEnterAction
Add an Component object to this action.
add(JTree) - Method in class uic.action.JTreeDoubleClickAction
Add an JTree object to this action
add(JList) - Method in class uic.action.ListDeselectionAction
Add an ItemSelectable object to this action
add(JTable) - Method in class uic.action.ListDeselectionAction
Add an ItemSelectable object to this action
add(JList) - Method in class uic.action.ListDoubleClickAction
Add an ItemSelectable object to this action
add(JTable) - Method in class uic.action.ListDoubleClickAction
Add an ItemSelectable object to this action
add(JList) - Method in class uic.action.ListSelectionAction
Add an ItemSelectable object to this action
add(JTable) - Method in class uic.action.ListSelectionAction
Add an ItemSelectable object to this action
add(Component) - Method in class uic.action.PropertyChangedAction
Add an Component object to this action.
add(Component, String) - Method in class uic.action.PropertyChangedAction
 
add(PropertyChangedAction.PropertyChangeCreator) - Method in class uic.action.PropertyChangedAction
 
add(PropertyChangedAction.PropertyChangeCreator, String) - Method in class uic.action.PropertyChangedAction
 
add(WindowRepresenter) - Method in class uic.action.WindowRepresenterToolBarAddedAction
Add an Component object to this action.
add(Number, Number) - Static method in class uic.lang.UICMath
Adds two numbers.
add(UICAction) - Method in class uic.model.UICActionList
add an action as a child of this list to be shown on screen.
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(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(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
 
add(LwComponent, Object) - Method in class uic.zaval.UICBorderPanel
Method introduced to make a borderpanel more like the awt/swing api.
add(LwComponent, Object) - Method in class uic.zaval.UICPanel
 
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.
addAction(WidgetRepresenter, CodeSnippet) - Method in class uic.output.builder.WidgetRepresenter
 
addActionListener(ActionListener) - Method in class uic.themeconfig.ThemeColorsPreview
 
addActionListener(ActionListener) - Method in class uic.widgets.calendar.UICCalendar
Adds the specified listener to the ActionListener list.
addActionListener(ActionListener) - Method in class uic.widgets.calendar.UICDatePicker
Adds the specified listener to the ActionListener list.
addActionListener(ActionListener) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Adds the specified listener to the actionListeners.
addActionListener(ActionListener) - Method in class uic.widgets.StandardDialog
Add a listener to listen for non-closing buttons.
addActionListener(ActionListener) - Method in class uic.widgets.ToolBarButton
Override to set the initial delay of the popupmenu to be shown (if available).
addAllowedCharacters(String) - Method in class uic.model.UICRestrictedDocument
 
addAllowedCharacters(char[]) - Method in class uic.model.UICRestrictedDocument
 
addArgument(String) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by named-type; the source action should define these names.
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
 
addButtonAccelKeus() - Method in class uic.output.swing.QPushButton
if there are any accellerator keys add proper keyboard action.
addCalendarArgument(WidgetRepresenter, Calendar) - Method in class uic.output.swing.AbstractCalendarSpinnerWidget
Method used to add a Calendar as argument to the widget.
addChangeListener(ChangeListener) - Method in class uic.widgets.UICSpinbox
Add a listener for value changed.
addChild(Representer, String) - Method in class uic.output.builder.ContainerRepresenter
 
addClassLoader(Class) - Method in class uic.model.IconFactory.ClasspathRepository
 
addClassLoader(ClassLoader) - Method in class uic.model.IconFactory.ClasspathRepository
 
addCodeSnippet(CodeSnippet) - Method in class uic.output.builder.WidgetRepresenter
 
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
 
addElement(Object) - Method in class uic.widgets.filechooser.FileChooser.FileChooserComboBoxModel
 
addExtraWindow(ExtraWindow) - Method in class uic.widgets.WindowRepresenter
 
addFileSelectionListener(FileSelectionListener) - Method in class uic.widgets.filechooser.DetailedFileView
 
addFileSelectionListener(FileSelectionListener) - Method in interface uic.widgets.filechooser.FileView
 
addFileSelectionListener(FileSelectionListener) - Method in class uic.widgets.filechooser.SimpleFileView
Get notified when a file has been selected.
addIcon(AbstractButton, IconFactory) - Method in class uic.model.UICAction
 
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) - Static method in class uic.model.WorkerThread
 
addJob(UICSimpleAction, Object[], 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[], 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.
addKeyStroke(JMenuItem) - Method in class uic.model.UICAction
 
addLayoutComponent(String, Component) - Method in class uic.layout.HorizontalLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class uic.layout.HorizontalLayout
Adds the specified component with the specified name to the layout.
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.layout.VerticalLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class uic.layout.VerticalLayout
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.model.ExtendedListSelectionModel
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
addMoveListener(WindowDroppedListener) - Method in class uic.widgets.ExtraWindow
When we move we send an event.
addNotArgument(String) - Method in class uic.model.UICSimpleAction.Arguments
Adds an boolean argument that will be inverted before passed on.
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.QSplitter
 
addPanel(int) - Method in class uic.output.swing.QTabWidget
 
addPanel(int) - Method in class uic.output.swing.QWidgetStack
 
addPanel(int) - Method in class uic.output.swing.QWizard
 
addPanel(int) - Method in class uic.output.zaval.QTabWidget
 
addPostfix(String) - Method in class uic.model.IconFactory.ClasspathRepository
Add a postfix.
addPostfix(String, int) - Method in class uic.model.IconFactory.ClasspathRepository
Add a postfix.
addPrefix(String) - Method in class uic.model.IconFactory.ClasspathRepository
Add a prefix.
addPrefix(String, int) - Method in class uic.model.IconFactory.ClasspathRepository
Add a prefix.
addPreviewPane(String, ColorButtons) - Method in class uic.widgets.ColorSelection
Add a set of color-swatches in the form of a ColorButtons instance to this selector.
addProgressBar(int, boolean) - Method in class uic.widgets.StatusBar
Create a progressbar on the statusBar with an optional cancel button.
addPropertyChangeListener(PropertyChangeListener) - Method in interface uic.action.PropertyChangedAction.PropertyChangeCreator
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface uic.action.PropertyChangedAction.PropertyChangeCreator
 
addPropertyChangeListener(PropertyChangeListener) - Method in class uic.model.SpinboxModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface uic.model.SpinboxModelInterface
 
addPropertyChangeListener(PropertyChangeListener) - Method in class uic.widgets.calendar.UICCalendarModel
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class uic.widgets.calendar.UICCalendarModel
 
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.model.ExtendedListSelectionModel
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
 
addSeparator() - Method in class uic.model.UICActionList
 
addShortCuts() - Method in class uic.widgets.UICTextField
 
addSortedColumn(int, boolean) - Method in class uic.model.TableRowSorter
Add a sorting column in a given direction
addSpecialAction(String, Object, String) - Method in class uic.model.ActionFactory
register actions that are predifined.
addStaticArgument(int) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by its value; this exact value will always be used.
addStaticArgument(short) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by its value; this exact value will always be used.
addStaticArgument(boolean) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by its value; this exact value will always be used.
addStaticArgument(long) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by its value; this exact value will always be used.
addStaticArgument(float) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by its value; this exact value will always be used.
addStaticArgument(double) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by its value; this exact value will always be used.
addStaticArgument(char) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by its value; this exact value will always be used.
addStaticArgument(byte) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by its value; this exact value will always be used.
addStaticArgument(Object) - Method in class uic.model.UICSimpleAction.Arguments
Adds an argument by its value; this exact value will always be used.
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.
addTableModelListener(TableModelListener) - Method in class uic.widgets.filechooser.DetailedFileView.ListViewTableModel
 
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
 
ALIGN_BOTTOM - Static variable in class uic.layout.NaturalLayout
 
ALIGN_BOTTOM - Static variable in class uic.zaval.layout.NaturalLayout
 
ALIGN_CENTER - Static variable in class uic.layout.NaturalLayout
 
ALIGN_CENTER - Static variable in class uic.zaval.layout.NaturalLayout
 
ALIGN_FULL - Static variable in class uic.layout.NaturalLayout
 
ALIGN_FULL - Static variable in class uic.zaval.layout.NaturalLayout
 
ALIGN_HORIZONTAL_CENTER - Static variable in class uic.layout.Constraints
 
ALIGN_HORIZONTAL_CENTER - Static variable in class uic.zaval.layout.Constraints
 
ALIGN_HORIZONTAL_FILLED - Static variable in class uic.layout.Constraints
 
ALIGN_HORIZONTAL_FILLED - Static variable in class uic.zaval.layout.Constraints
 
ALIGN_HORIZONTAL_LEFT - Static variable in class uic.layout.Constraints
 
ALIGN_HORIZONTAL_LEFT - Static variable in class uic.zaval.layout.Constraints
 
ALIGN_HORIZONTAL_RIGHT - Static variable in class uic.layout.Constraints
 
ALIGN_HORIZONTAL_RIGHT - Static variable in class uic.zaval.layout.Constraints
 
ALIGN_LEFT - Static variable in class uic.layout.NaturalLayout
 
ALIGN_LEFT - Static variable in class uic.zaval.layout.NaturalLayout
 
ALIGN_RIGHT - Static variable in class uic.layout.NaturalLayout
 
ALIGN_RIGHT - Static variable in class uic.zaval.layout.NaturalLayout
 
ALIGN_TOP - Static variable in class uic.layout.NaturalLayout
 
ALIGN_TOP - Static variable in class uic.zaval.layout.NaturalLayout
 
ALIGN_VERTICAL_BOTTOM - Static variable in class uic.layout.Constraints
 
ALIGN_VERTICAL_BOTTOM - Static variable in class uic.zaval.layout.Constraints
 
ALIGN_VERTICAL_CENTER - Static variable in class uic.layout.Constraints
 
ALIGN_VERTICAL_CENTER - Static variable in class uic.zaval.layout.Constraints
 
ALIGN_VERTICAL_FILLED - Static variable in class uic.layout.Constraints
 
ALIGN_VERTICAL_FILLED - Static variable in class uic.zaval.layout.Constraints
 
ALIGN_VERTICAL_TOP - Static variable in class uic.layout.Constraints
 
ALIGN_VERTICAL_TOP - Static variable in class uic.zaval.layout.Constraints
 
AllFilesFilter - Class in uic.widgets.filechooser
Default implementation of a filefilter that accepts all files
AllFilesFilter() - Constructor for class uic.widgets.filechooser.AllFilesFilter
 
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
 
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
 
ARGUMENT_BUTTON - Static variable in class uic.action.ComponentMouseClickedAction
an int: the button which was depressed.
ARGUMENT_CHANGE_LENGTH - Static variable in class uic.action.DocumentChangedAction
an int: the length of the change
ARGUMENT_CHANGE_OFFSET - Static variable in class uic.action.DocumentChangedAction
an int: the offset in the document of the start of the change
ARGUMENT_CHANGED_TEXT - Static variable in class uic.action.DocumentChangedAction
a String: the textual representation of the change in the document
ARGUMENT_CHAR - Static variable in class uic.action.ComponentKeyboardAction
a char: the resulting character.
ARGUMENT_CHECKED - Static variable in class uic.action.JCheckBoxMenuItemAction
a boolean: true if the item has been checked
ARGUMENT_CHECKED - Static variable in class uic.action.JRadioButtonMenuItemAction
a boolean: true if the item has been checked
ARGUMENT_DOCUMENT - Static variable in class uic.action.DocumentChangedAction
a Document: the document that changed
ARGUMENT_EVENT - Static variable in class uic.action.ComponentMouseClickedAction
an MouseEvent: the native event that triggered this.
ARGUMENT_FIRST_SELECTEDOBJECT - Static variable in class uic.action.ItemSelectableAction
an Object: the (first) newly selected object
ARGUMENT_KEYCODE - Static variable in class uic.action.ComponentKeyboardAction
an int: the keycode (see KeyEvent.VK_*).
ARGUMENT_KEYEVENT - Static variable in class uic.action.ComponentKeyboardAction
an KeyEvent: the actual event from the inputstream.
ARGUMENT_LOCATION - Static variable in class uic.action.JTreeDoubleClickAction
a Point: the point where the click happened
ARGUMENT_MODIFIER - Static variable in class uic.action.AbstractButtonAction
an int: an 'or-ed' set of the *_MASK fields found in ActionEvent.
ARGUMENT_MODIFIERS - Static variable in class uic.action.ComponentKeyboardAction
an int: the modifiers used
ARGUMENT_NATIVE_EVENT - Static variable in class uic.action.ComponentKeyboardAction
an KeyEvent object: the event that caused this action to trigger.
ARGUMENT_NEW_HEIGHT - Static variable in class uic.action.ComponentResizedAction
an int with the new height of the component
ARGUMENT_NEW_SIZE - Static variable in class uic.action.ComponentResizedAction
a Dimension with the new size of the component
ARGUMENT_NEW_WIDTH - Static variable in class uic.action.ComponentResizedAction
an int with the new width of the component
ARGUMENT_NEWSTATE - Static variable in class uic.model.UICToggleAction
an Object: the source object that threw the event.
ARGUMENT_NEWVALUE - Static variable in class uic.action.JSpinnerChangeAction
an Object: the new value from the event.
ARGUMENT_NEWVALUE - Static variable in class uic.action.PropertyChangedAction
an Object: the new value from the event.
ARGUMENT_NEWVALUE_BOOLEAN - Static variable in class uic.action.PropertyChangedAction
an Object: the new value from the event.
ARGUMENT_NEWVALUE_BYTE - Static variable in class uic.action.PropertyChangedAction
an Object: the new value from the event.
ARGUMENT_NEWVALUE_CHAR - Static variable in class uic.action.PropertyChangedAction
an Object: the new value from the event.
ARGUMENT_NEWVALUE_DOUBLE - Static variable in class uic.action.PropertyChangedAction
an Object: the new value from the event.
ARGUMENT_NEWVALUE_FLOAT - Static variable in class uic.action.PropertyChangedAction
an Object: the new value from the event.
ARGUMENT_NEWVALUE_INT - Static variable in class uic.action.PropertyChangedAction
an Object: the new value from the event.
ARGUMENT_NEWVALUE_LONG - Static variable in class uic.action.PropertyChangedAction
an Object: the new value from the event.
ARGUMENT_NEWVALUE_SHORT - Static variable in class uic.action.PropertyChangedAction
an Object: the new value from the event.
ARGUMENT_OLDVALUE - Static variable in class uic.action.PropertyChangedAction
an Object: the old from the event.
ARGUMENT_OLDVALUE_BOOLEAN - Static variable in class uic.action.PropertyChangedAction
an Object: the old from the event.
ARGUMENT_OLDVALUE_BYTE - Static variable in class uic.action.PropertyChangedAction
an Object: the old from the event.
ARGUMENT_OLDVALUE_CHAR - Static variable in class uic.action.PropertyChangedAction
an Object: the old from the event.
ARGUMENT_OLDVALUE_DOUBLE - Static variable in class uic.action.PropertyChangedAction
an Object: the old from the event.
ARGUMENT_OLDVALUE_FLOAT - Static variable in class uic.action.PropertyChangedAction
an Object: the old from the event.
ARGUMENT_OLDVALUE_INT - Static variable in class uic.action.PropertyChangedAction
an Object: the old from the event.
ARGUMENT_OLDVALUE_LONG - Static variable in class uic.action.PropertyChangedAction
an Object: the old from the event.
ARGUMENT_OLDVALUE_SHORT - Static variable in class uic.action.PropertyChangedAction
an Object: the old from the event.
ARGUMENT_POINT - Static variable in class uic.action.ComponentMouseClickedAction
a Point: the coordinates of the mouse click.
ARGUMENT_SELECTED - Static variable in class uic.action.AbstractButtonAction
a boolean: the new selected state.
ARGUMENT_SELECTED_NAME - Static variable in class uic.model.UICRadioAction
a String: the name of the action that was triggered.
ARGUMENT_SELECTEDCOL - Static variable in class uic.action.ListDoubleClickAction
an int: the selected column.
ARGUMENT_SELECTEDCOL - Static variable in class uic.action.ListSelectionAction
an int: the selected column.
ARGUMENT_SELECTEDROW - Static variable in class uic.action.ListDoubleClickAction
an int: the selected row.
ARGUMENT_SELECTEDROW - Static variable in class uic.action.ListSelectionAction
an int: the selected row.
ARGUMENT_SOURCE - Static variable in class uic.action.AbstractButtonAction
an Object: the source object that threw the event (a ListSelectionModel).
ARGUMENT_SOURCE - Static variable in class uic.action.ComponentEscapeAction
an Object: the source object that threw the event.
ARGUMENT_SOURCE - Static variable in class uic.action.ComponentFocusLostAction
an Object: the source object that threw the event
ARGUMENT_SOURCE - Static variable in class uic.action.ComponentKeyboardAction
an Object: the source object that threw the event.
ARGUMENT_SOURCE - Static variable in class uic.action.ComponentResizedAction
an Object: the source object that threw the event
ARGUMENT_SOURCE - Static variable in class uic.action.ComponentShownAction
an Object: the source object that threw the event
ARGUMENT_SOURCE - Static variable in class uic.action.ItemSelectableAction
an Object: the source object that threw the event
ARGUMENT_SOURCE - Static variable in class uic.action.JCheckBoxMenuItemAction
an Object: the source object that threw the event.
ARGUMENT_SOURCE - Static variable in class uic.action.JRadioButtonMenuItemAction
an Object: the source object that threw the event.
ARGUMENT_SOURCE - Static variable in class uic.action.JSpinnerChangeAction
an Object: the source object that threw the event (a JSpinner).
ARGUMENT_SOURCE - Static variable in class uic.action.JTextComponentEnterAction
an Object: the source object that threw the event.
ARGUMENT_SOURCE - Static variable in class uic.action.JTreeDoubleClickAction
a JTree: the source object that threw the event
ARGUMENT_SOURCE - Static variable in class uic.action.ListDeselectionAction
an Object: the source object that threw the event (a ListSelectionModel).
ARGUMENT_SOURCE - Static variable in class uic.action.ListDoubleClickAction
an Object: the source object that threw the event
ARGUMENT_SOURCE - Static variable in class uic.action.ListSelectionAction
an Object: the source object that threw the event (a ListSelectionModel).
ARGUMENT_SOURCE - Static variable in class uic.action.PropertyChangedAction
an Object: the source object that registered the source.
ARGUMENT_SOURCE - Static variable in class uic.model.UICAction
an Object: the source object that threw the event.
ARGUMENT_TEMPORARY - Static variable in class uic.action.ComponentFocusLostAction
a boolean: signifies if the focus is due to window focus change.
ARGUMENT_TEXT - Static variable in class uic.action.DocumentChangedAction
a String: the complete-textual representation of the document
ARGUMENT_TEXT - Static variable in class uic.action.JTextComponentEnterAction
a String: the text in the JTextComponent that threw the event.
ARGUMENT_TOOLBAR - Static variable in class uic.action.WindowRepresenterToolBarAddedAction
a JToolBar: the added toolbar.
ARGUMENT_TREENODE - Static variable in class uic.action.JTreeDoubleClickAction
a TreeNode: the tree node which was double clicked
ARGUMENT_TYPE - Static variable in class uic.action.ComponentKeyboardAction
a short: the type of event; TYPE_* in this class.
ARGUMENT_X_COORDINATE - Static variable in class uic.action.ComponentMouseClickedAction
an int: the x coordinate of the mouse click.
ARGUMENT_Y_COORDINATE - Static variable in class uic.action.ComponentMouseClickedAction
an int: the y coordinate of the mouse click.
arguments - Variable in class uic.output.builder.Callable
 
ArrayRepresenter - Class in uic.output.builder
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
 

B

backup - Variable in class uic.widgets.StatusBar
 
bAdd - Variable in class uic.widgets.ColorSelectionBase
 
bAddAction - Variable in class uic.widgets.ColorSelectionBase
 
bAddPressedSlot() - Method in class uic.widgets.ColorSelection
Called when the user pressed the 'add to...' button.
bAddPressedSlot() - Method in class uic.widgets.ColorSelectionBase
 
baseRenderer - Variable in class uic.widgets.TwoColorCellRenderer
 
bChange - Variable in class uic.themeconfig.FontPreviewBase
 
bChangeAction - Variable in class uic.themeconfig.FontPreviewBase
 
bChangePressedSlot() - Method in class uic.themeconfig.FontPreviewBase
 
BevelArrowIcon - Class in uic.widgets
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.
blackList - Variable in class uic.output.JavaFileWriter
 
blueSpin - Variable in class uic.widgets.ColorSelectionBase
 
bMonth - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bMonthAction - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bMonthPressedSlot() - Method in class uic.widgets.calendar.UICDatePicker
Called if the month button is pressed.
bMonthPressedSlot() - Method in class uic.widgets.calendar.UICDatePickerBase
 
bNextMonth - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bNextMonthAction - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bNextMonthPressedSlot() - Method in class uic.widgets.calendar.UICDatePicker
Called if the next-month-button is pressed.
bNextMonthPressedSlot() - Method in class uic.widgets.calendar.UICDatePickerBase
 
bNextYear - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bNextYearAction - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bNextYearPressedSlot() - Method in class uic.widgets.calendar.UICDatePicker
Called if the next-year-button is pressed.
bNextYearPressedSlot() - Method in class uic.widgets.calendar.UICDatePickerBase
 
borderType - Variable in class uic.widgets.GroupBox.AbstractCollapsableBorder
 
bPick - Variable in class uic.widgets.ColorSelectionBase
 
bPickAction - Variable in class uic.widgets.ColorSelectionBase
 
bPickPressedSlot() - Method in class uic.widgets.ColorSelection
 
bPickPressedSlot() - Method in class uic.widgets.ColorSelectionBase
 
bPrevMonth - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bPrevMonthAction - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bPrevMonthPressedSlot() - Method in class uic.widgets.calendar.UICDatePicker
Called if the previous-month-button is pressed.
bPrevMonthPressedSlot() - Method in class uic.widgets.calendar.UICDatePickerBase
 
bPrevYear - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bPrevYearAction - Variable in class uic.widgets.calendar.UICDatePickerBase
 
bPrevYearPressedSlot() - Method in class uic.widgets.calendar.UICDatePicker
Called if the previous-year-button is pressed.
bPrevYearPressedSlot() - Method in class uic.widgets.calendar.UICDatePickerBase
 
brokenFill - Variable in class uic.themes.UICTabbedPaneUI
 
brokenLine - Variable in class uic.themes.UICTabbedPaneUI
 
bSelectColor - Variable in class uic.themeconfig.ColorConfigPanelBase
 
bSelectColor2PressedSlot(Color) - Method in class uic.themeconfig.ColorConfigPanel
 
bSelectColorPressedSlot(Color) - Method in class uic.themeconfig.ColorConfigPanel
 
bSelectColorPressedSlot(Color) - Method in class uic.themeconfig.ColorConfigPanelBase
 
build(MainWindow, URL) - Method in class uic.model.ActionFactory
Deprecated. use MainWindow.createGui(uic.TranslationInterface, java.lang.String) instead
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
Deprecated. use MainWindow.createGui(uic.TranslationInterface, java.lang.String) instead
build(JFrame, InputStream) - Method in class uic.model.ActionFactory
 
build(JFrame, InputStream, StatusBar) - Method in class uic.model.ActionFactory
 
build(JFrame, 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
 
builder - Variable in class uic.output.AbstractWidget
 
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
 
bundle - Variable in class uic.pjava.Translate.Translator
 
BUTTON - Static variable in class uic.output.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
 
buttonDownPressedSlot() - Method in class uic.widgets.UICSpinbox
 
buttonListeners - Variable in class uic.themes.UICTabbedPaneUI
 
buttonNextPressedSlot() - Method in class uic.widgets.UICWizard
a slot which is called by the button
buttonPage - Variable in class uic.widgets.IntegerInputButtonBase
 
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
buttonUpPressedSlot() - Method in class uic.widgets.UICSpinbox
 
byteValue() - Method in class uic.lang.FileSize
Returns the value of the specified number as a byte.

C

calcPreferredSize(LayoutContainer) - Method in class uic.zaval.layout.NaturalLayout
Determines the preferred size of the container argument using this layout.
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.
calculateSize(LayoutContainer) - Method in class uic.zaval.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.
calculateSizes() - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Calculates the colWidth, rowHeight and offsets.
calendar - Variable in class uic.widgets.calendar.UICDatePickerBase
 
call(String) - Method in class uic.output.builder.MethodRepresenter
Call a method on the output of this method.
call(String) - Method in class uic.output.builder.WidgetRepresenter
 
call(MethodRepresenter) - Method in class uic.output.builder.WidgetRepresenter
 
Callable - Class in uic.output.builder
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 in uic.output.builder
 
Callable.Argument(String, Representer) - Constructor for class uic.output.builder.Callable.Argument
 
Callable.Argument(Representer) - Constructor for class uic.output.builder.Callable.Argument
 
cancelButton - Variable in class uic.widgets.StatusBar
 
cancelHelpMode() - Method in class uic.widgets.MainWindow
Cancels the mode started with goToHelpMode.
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.
canWrite() - Method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil.LinuxDevicesFile
 
cards - Variable in class uic.widgets.IntegerInputButtonBase
 
cardsLayout - Variable in class uic.widgets.IntegerInputButtonBase
 
cbAntiAlias - Variable in class uic.themeconfig.OptionsPaneBase
 
cbDualButtonScrollBar - Variable in class uic.themeconfig.OptionsPaneBase
 
cbEscClose - Variable in class uic.themeconfig.OptionsPaneBase
 
cbFill - Variable in class uic.themeconfig.OptionsPaneBase
 
changedDateSlot(int, int) - Method in class uic.widgets.calendar.UICCalendar
Gets called for date changes in the model.
changedMonthSlot() - Method in class uic.widgets.calendar.UICCalendar
Gets called for month changes in the model.
changedUpdate(DocumentEvent) - Method in class uic.action.DocumentChangedAction
 
changeFontSlot() - Method in class uic.themeconfig.FontPreview
 
changeUser1ButtonTextSlot(Object) - Method in class uic.widgets.StandardDialog
Set the user1 button text to the argument buttonText
changeUser2ButtonTextSlot(Object) - Method in class uic.widgets.StandardDialog
Set the user2 button text to the argument buttonText
changeUser3ButtonTextSlot(Object) - Method in class uic.widgets.StandardDialog
Set the user3 button text to the argument buttonText
CheckBoxIcon - Class in uic.widgets
An icon used by checkboxes.
CheckBoxIcon(int) - Constructor for class uic.widgets.CheckBoxIcon
 
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
 
clearArguments() - Method in class uic.output.builder.Callable
Remove all previously added arguments from this method, for possible reuse of the method.
clearDependencies() - Method in class uic.output.builder.WidgetRepresenter
 
clearPressedSlot() - Method in class uic.widgets.PopupActionManager
 
clearReference() - Static method in class uic.themeconfig.ConfigDialog
The config dialog is cached between instances using a softreference, remove it.
clearSelection() - Method in class uic.model.ExtendedListSelectionModel
Change the selection to the empty set.
clearSelection() - Method in class uic.pjava.widgets.table.Table
 
clearStatus() - Method in class uic.model.UICAction.StatusBarUpdater
 
clearTemporaryStatusText() - Method in class uic.widgets.StatusBar
Reset temporary text.
clearToolTipTexts() - Method in class uic.widgets.UICTable
Remove all row specific tooltiptexts
clearView() - Method in class uic.widgets.filechooser.DetailedFileView
 
clearView() - Method in interface uic.widgets.filechooser.FileView
 
clearView() - Method in class uic.widgets.filechooser.SimpleFileView
Removes all data from the current view.
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.
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
closeWindowSlot() - Method in class uic.widgets.ExtraWindow
 
closeWindowSlot() - Method in class uic.widgets.MainWindow
 
CodeSnippet - Class in uic.output.builder
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 in uic.output.builder
 
CodeSnippet.Argument(String, String) - Constructor for class uic.output.builder.CodeSnippet.Argument
 
col1 - Variable in class uic.layout.Constraints
Cell in which the upper left corner of the component lays
col1 - Variable in class uic.zaval.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
col2 - Variable in class uic.zaval.layout.Constraints
Cell in which the lower right corner of the component lays
ColorButtons - Class in uic.widgets
A widget that displays a set of color-icons.
ColorButtons() - Constructor for class uic.widgets.ColorButtons
 
ColorConfigPanel - Class in uic.themeconfig
A config panel for the theme-colors.
ColorConfigPanel(UICTheme) - Constructor for class uic.themeconfig.ColorConfigPanel
 
ColorConfigPanelBase - Class in uic.themeconfig
Class generated by UICompiler.
ColorConfigPanelBase() - Constructor for class uic.themeconfig.ColorConfigPanelBase
 
ColorConfigPanelBase(boolean) - Constructor for class uic.themeconfig.ColorConfigPanelBase
 
colorPanel - Variable in class uic.widgets.ColorSelectionBase
 
colorsCombo - Variable in class uic.themeconfig.ColorConfigPanelBase
 
colorsComboChangedSlot(int) - Method in class uic.themeconfig.ColorConfigPanel
 
colorSelectedSlot(String, int) - Method in class uic.themeconfig.ColorConfigPanel
 
ColorSelection - Class in uic.widgets
A color selection dialog.
ColorSelection() - Constructor for class uic.widgets.ColorSelection
Create a new ColorSelection widget with the default color 'white'.
ColorSelection(Color) - Constructor for class uic.widgets.ColorSelection
Create a new ColorSelection widget which preselects the argument color.
ColorSelectionBase - Class in uic.widgets
Class generated by UICompiler.
ColorSelectionBase() - Constructor for class uic.widgets.ColorSelectionBase
 
ColorSelectionBase(boolean) - Constructor for class uic.widgets.ColorSelectionBase
 
columnOffset - Variable in class uic.layout.NaturalLayout
Offsets of columns in pixels.
columnOffset - Variable in class uic.zaval.layout.NaturalLayout
Offsets of columns in pixels.
COLUMNS_FILL - Static variable in class uic.pjava.widgets.table.Table
 
COLUMNS_FIT - Static variable in class uic.pjava.widgets.table.Table
 
columnSize - Variable in class uic.layout.NaturalLayout
Widths of columns in pixels
columnSize - Variable in class uic.zaval.layout.NaturalLayout
Widths of columns in pixels
columnSpec - Variable in class uic.layout.NaturalLayout
Widths of columns expressed in absolute and relative terms
columnSpec - Variable in class uic.zaval.layout.NaturalLayout
Widths of columns expressed in absolute and relative terms
combo - Variable in class uic.tests.ComboBoxTest
 
ComboBoxButtonIcon - Class in uic.widgets
An icon for the arrow on the right side of a checkbox.
ComboBoxButtonIcon(int) - Constructor for class uic.widgets.ComboBoxButtonIcon
 
ComboBoxTest - Class in uic.tests
 
ComboBoxTest() - Constructor for class uic.tests.ComboBoxTest
 
commit() - Method in class uic.widgets.UICSpinbox
Commit the current textvalue to the model.
commitEdit() - Method in class uic.widgets.UICSpinner
 
compare(Object, Object) - Method in class uic.model.IconFactory.SizeComperator
 
compareTo(Object) - Method in class uic.lang.FileSize
 
compareTo(TableRow, int) - Method in class uic.pjava.widgets.table.DefaultTableRow
 
compareTo(TableRow, int) - Method in interface uic.pjava.widgets.table.TableRow
 
compareTo(Object) - Method in class uic.widgets.filechooser.FCImageIcon
Compared the filenames/types to make sorting possible.
compile() - Method in class uic.anttask.UICompiler
Perform the compilation.
compile(UIC.BuildSettings) - Method in class uic.UIC
 
compileList - Variable in class uic.anttask.UICompiler
 
CompilerException - Exception in uic
Thrown when something went wrong in the UICompiler.
CompilerException(String) - Constructor for exception uic.CompilerException
 
CompilerException(String, Throwable) - Constructor for exception uic.CompilerException
 
CompilerException(Throwable) - Constructor for exception uic.CompilerException
 
componentAdded(Object, Layoutable, int) - Method in class uic.zaval.layout.NaturalLayout
Adds the specified component with the specified name to the layout.
ComponentEscapeAction - Class in uic.action
An event to respond to <escape> released in JTextComponents.
ComponentEscapeAction(Object, String) - Constructor for class uic.action.ComponentEscapeAction
Create a new ComponentEscapeAction.
ComponentEscapeAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ComponentEscapeAction
Create a new ComponentEscapeAction.
ComponentFocusGainedAction - Class in uic.action
An event to respond to focusGained signals.
ComponentFocusGainedAction(Object, String) - Constructor for class uic.action.ComponentFocusGainedAction
Create a new ComponentFocusGainedAction.
ComponentFocusGainedAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ComponentFocusGainedAction
Create a new ComponentFocusGainedAction.
ComponentFocusLostAction - Class in uic.action
An event to respond to focusLost signals.
ComponentFocusLostAction(Object, String) - Constructor for class uic.action.ComponentFocusLostAction
Create a new ComponentFocusLostAction.
ComponentFocusLostAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ComponentFocusLostAction
Create a new ComponentFocusLostAction.
componentHidden(ComponentEvent) - Method in class uic.action.ComponentResizedAction
 
componentHidden(ComponentEvent) - Method in class uic.action.ComponentShownAction
 
ComponentKeyboardAction - Class in uic.action
An event to respond to <escape> released in JTextComponents.
ComponentKeyboardAction(Object, String, int) - Constructor for class uic.action.ComponentKeyboardAction
Create a new ComponentKeyboardAction.
ComponentKeyboardAction(Object, String, UICSimpleAction.Arguments, int) - Constructor for class uic.action.ComponentKeyboardAction
Create a new ComponentKeyboardAction.
ComponentMouseClickedAction - Class in uic.action
When your users clicks on a component added to this action the target method will be invoked.
ComponentMouseClickedAction(Object, String) - Constructor for class uic.action.ComponentMouseClickedAction
Create a new ListSelectionAction
ComponentMouseClickedAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ComponentMouseClickedAction
Create a new ListSelectionAction.
componentMoved(ComponentEvent) - Method in class uic.action.ComponentResizedAction
 
componentMoved(ComponentEvent) - Method in class uic.action.ComponentShownAction
 
componentRemoved(Layoutable, int) - Method in class uic.zaval.layout.NaturalLayout
Removes the specified component from the layout.
componentRemovedFromTabsSlot() - Method in class uic.widgets.ExtraWindow
 
componentResized(ComponentEvent) - Method in class uic.action.ComponentResizedAction
 
componentResized(ComponentEvent) - Method in class uic.action.ComponentShownAction
 
ComponentResizedAction - Class in uic.action
An event to respond to a widget being shown on screen.
ComponentResizedAction(Object, String) - Constructor for class uic.action.ComponentResizedAction
Create a new ComponentResizedAction.
ComponentResizedAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ComponentResizedAction
Create a new ComponentResizedAction.
componentShown(ComponentEvent) - Method in class uic.action.ComponentResizedAction
 
componentShown(ComponentEvent) - Method in class uic.action.ComponentShownAction
 
ComponentShownAction - Class in uic.action
An event to respond to a widget being shown on screen.
ComponentShownAction(Object, String) - Constructor for class uic.action.ComponentShownAction
Create a new ComponentShownAction.
ComponentShownAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ComponentShownAction
Create a new ComponentShownAction.
componentSizeChangedSlot() - Method in class uic.widgets.ExtraWindow
 
computePopupBounds(int, int, int, int) - Method in class uic.themes.UICComboBoxUI.UICComboPopup
 
Config - Class in uic.widgets.filechooser
 
CONFIG_ALLOW_ESC_CLOSE - Static variable in class uic.widgets.StandardDialog
Config key for allowing ESC to close (cancel) a dialog.
CONFIG_BORDER_FILL - Static variable in class uic.widgets.GroupBox
 
CONFIG_BORDER_TYPE - Static variable in class uic.widgets.GroupBox
 
ConfigDialog - Class in uic.themeconfig
The base dialog window.
ConfigDialogBase - Class in uic.themeconfig
Class generated by UICompiler.
ConfigDialogBase() - Constructor for class uic.themeconfig.ConfigDialogBase
 
ConfigDialogBase(boolean) - Constructor for class uic.themeconfig.ConfigDialogBase
 
ConfigDialogImpl - Class in uic.themeconfig
The configuration dialog with the list of config panels.
ConfigDialogImpl() - Constructor for class uic.themeconfig.ConfigDialogImpl
 
configNames - Variable in class uic.themeconfig.ThemeColorsPreview
 
ConfigPanelInterface - Interface in uic.themeconfig
Each config panel that wants to be added to the config dialog should implement this.
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
Constraints - Class in uic.layout
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
Constructs an Constraints a set of constraints.
Constraints - Class in uic.zaval.layout
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.zaval.layout.Constraints
Constructs an Constraints with the default settings.
Constraints(String) - Constructor for class uic.zaval.layout.Constraints
Constructs an Constraints from a string.
Constraints(int, int, int, int, int, int) - Constructor for class uic.zaval.layout.Constraints
Constructs an Constraints a set of constraints.
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.KDoubleNumInput
 
constructWidget() - Method in class uic.output.swing.KHSSelector
 
constructWidget() - Method in class uic.output.swing.KRestrictedLine
 
constructWidget() - Method in class uic.output.swing.KSqueezedTextLabel
 
constructWidget() - Method in class uic.output.swing.Line
 
constructWidget() - Method in class uic.output.swing.QCheckBox
 
constructWidget() - Method in class uic.output.swing.QComboBox
 
constructWidget() - Method in class uic.output.swing.QDateEdit
 
constructWidget() - Method in class uic.output.swing.QDateTimeEdit
 
constructWidget() - Method in class uic.output.swing.QDialog
 
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.QToolButton
 
constructWidget() - Method in class uic.output.swing.QWidget
 
constructWidget() - Method in class uic.output.swing.QWidgetStack
 
constructWidget() - Method in class uic.output.swing.QWizard
 
constructWidget() - Method in class uic.output.zaval.General
 
constructWidget() - Method in class uic.output.zaval.Line
 
constructWidget() - Method in class uic.output.zaval.QCheckBox
 
constructWidget() - Method in class uic.output.zaval.QComboBox
 
constructWidget() - Method in class uic.output.zaval.QGroupBox
 
constructWidget() - Method in class uic.output.zaval.QLabel
 
constructWidget() - Method in class uic.output.zaval.QLayoutWidget
 
constructWidget() - Method in class uic.output.zaval.QLineEdit
 
constructWidget() - Method in class uic.output.zaval.QListBox
 
constructWidget() - Method in class uic.output.zaval.QListView
 
constructWidget() - Method in class uic.output.zaval.QPushButton
 
constructWidget() - Method in class uic.output.zaval.QRadioButton
 
constructWidget() - Method in class uic.output.zaval.QSlider
 
constructWidget() - Method in class uic.output.zaval.QSpinBox
 
constructWidget() - Method in class uic.output.zaval.QTabWidget
 
constructWidget() - Method in class uic.output.zaval.QWidget
 
ContainerRepresenter - Class in uic.output.builder
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 in uic.output.builder
 
ContainerRepresenter.SubWidget(WidgetRepresenter, String) - Constructor for class uic.output.builder.ContainerRepresenter.SubWidget
 
copyPressedSlot() - Method in class uic.widgets.PopupActionManager
 
correctName(String) - Static method in class uic.output.VariableManager
 
create(Element) - Method in class uic.themes.UICPasswordFieldUI
Creates a view (PasswordView) for an element.
create(Class, Object, String, String) - Static method in class uic.zaval.beans.EventHandler
 
createActionListener() - Method in class uic.widgets.ToolBarButton
Override to overcome double events fired.
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.QButtonGroup
 
createActions() - Method in class uic.output.swing.QListView
 
createActions() - Method in class uic.output.swing.QPushButton
 
createActions() - Method in class uic.output.swing.QWizard
 
createActions() - Method in class uic.output.zaval.General
Implement this method to get the output written in here as methods in the target class.
createActions() - Method in class uic.output.zaval.QButtonGroup
 
createActions() - Method in class uic.output.zaval.QListView
 
createActions() - Method in class uic.output.zaval.QPushButton
 
createArguments() - Static method in class uic.model.UICSimpleAction
 
createArrowButton() - Method in class uic.themes.UICComboBoxUI
 
createArrowButtonListener() - Method in class uic.themes.UICScrollBarUI
 
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.
createDecreaseButton(int) - Method in class uic.themes.UICScrollBarUI
 
createDockingListener() - Method in class uic.themes.UICToolBarUI
 
createEditor() - Method in class uic.themes.UICSpinnerUI
 
createGui(TranslationInterface, String) - Method in class uic.widgets.MainWindow
Creating an XML based UI can be done by using the returned ActionFactory to add all your actions to.
createIncreaseButton(int) - Method in class uic.themes.UICScrollBarUI
 
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
 
createKeyListener() - Method in class uic.themes.UICListUI
 
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(IconFactory) - Method in class uic.model.UICAction
 
createMenuItem(IconFactory) - Method in class uic.model.UICRadioAction
 
createMenuItem(IconFactory) - Method in class uic.model.UICToggleAction
 
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
 
createPopup() - Method in class uic.themes.UICComboBoxUI
 
createPopupMenuItem(IconFactory) - Method in class uic.model.UICAction
 
createPopupMenuItem(IconFactory) - Method in class uic.model.UICRadioAction
 
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(String) - Method in class uic.model.ActionFactory
 
createToolBar(Element) - Method in class uic.model.ActionFactory
 
createToolBar(Component, String) - Method in class uic.widgets.ToolBarContainer
rotate and/or wrap the widget in a toolbar (if not a toolbar already)
createToolBarButton(IconFactory) - Method in class uic.model.UICAction
 
createToolBarButton(IconFactory) - Method in class uic.model.UICToggleAction
 
createTrackListener(JSlider) - Method in class uic.themes.UICSliderUI
Override to provide our own TrackListener.
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.
createTranslator(String) - Static method in class uic.Translate
Convinience method
createTranslator(String, Object) - Static method in class uic.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.UICPasswordFieldUI
 
createUI(JComponent) - Static method in class uic.themes.UICRadioButtonUI
 
createUI(JComponent) - Static method in class uic.themes.UICScrollBarUI
 
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.UICToolBarButtonUI
 
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
 
cutPressedSlot() - Method in class uic.widgets.PopupActionManager
 

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).
dateFieldInputDoneSlot() - Method in class uic.widgets.calendar.UICDateEdit
Called when a date is entered in the dateField.
datePickerSelectedSlot() - Method in class uic.widgets.calendar.UICDateEdit
Called when a date was selected in the datePicker
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
 
decorateButton(AbstractButton, IconFactory) - Method in class uic.model.UICAction
 
deepCall(String, String) - Method in class uic.output.builder.WidgetRepresenter
Convienience method for a case like this: this.getText().size().
DEFAULT_SIZE - Static variable in class uic.layout.NaturalLayout
Default row/column size
DEFAULT_SIZE - Static variable in class uic.zaval.layout.NaturalLayout
Default row/column size
DEFAULTS - Static variable in class uic.output.AbstractWidget
 
DEFAULTS - Static variable in class uic.output.swing.AbstractWidget
 
DefaultTableRow - Class in uic.pjava.widgets.table
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
 
DelayedWidgetRepresenter - Class in uic.output.builder
 
deleteColumn(int) - Method in class uic.layout.NaturalLayout
Deletes a column in this layout.
deleteColumn(int) - Method in class uic.zaval.layout.NaturalLayout
Deletes a column in this layout.
deleteRow(int) - Method in class uic.layout.NaturalLayout
Deletes a row in this layout.
deleteRow(int) - Method in class uic.zaval.layout.NaturalLayout
Deletes a row in this layout.
dependencies - Variable in class uic.output.builder.WidgetRepresenter
 
DetailedFileView - Class in uic.widgets.filechooser
DetailedFileView.
DetailedFileView() - Constructor for class uic.widgets.filechooser.DetailedFileView
 
DetailedFileView.ListViewTableModel - Class in uic.widgets.filechooser
 
DetailedFileView.ListViewTableModel(boolean) - Constructor for class uic.widgets.filechooser.DetailedFileView.ListViewTableModel
 
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
 
directory - Variable in class uic.widgets.filechooser.FileChooserBase
 
directorySelectedSlot() - Method in class uic.widgets.filechooser.FileChooser
A directory has been selected by the navigation bar.
directoryUpButton - Variable in class uic.widgets.filechooser.FileChooserBase
 
directoryUpButtonAction - Variable in class uic.widgets.filechooser.FileChooserBase
 
directoryUpButtonPressedSlot() - Method in class uic.widgets.filechooser.FileChooser
Go to the parent of the current selected directory.
directoryUpButtonPressedSlot() - Method in class uic.widgets.filechooser.FileChooserBase
 
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.
dirty - Variable in class uic.zaval.layout.NaturalLayout
Indicates whether or not the size of the cells are known for the last known size of the container.
doAccessibleAction(int) - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleAction
 
doAction(Object[]) - Method in class uic.action.SwingAction
 
doAction(Object[]) - Method in class uic.model.UICAction
 
doAction(Object[]) - Method in class uic.model.UICSimpleAction
Called to actually execute the action on the registered method.
doChildren(WidgetRepresenter, Element) - Method in class uic.output.pjava.QButtonGroup
 
doChildren(WidgetRepresenter, Element) - Method in class uic.output.swing.QButtonGroup
 
doChildren(WidgetRepresenter, Element) - Method in class uic.output.zaval.QButtonGroup
 
dockedLength - Static variable in class uic.themes.UICToolBarUI
 
dockedWidth - Static variable in class uic.themes.UICToolBarUI
 
DocumentChangedAction - Class in uic.action
An event to respond to document change signals.
DocumentChangedAction(Object, String) - Constructor for class uic.action.DocumentChangedAction
Create a new DocumentChangedAction.
DocumentChangedAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.DocumentChangedAction
Create a new DocumentChangedAction.
doFlat(boolean) - Method in class uic.widgets.UICToolBar
 
done - Variable in class uic.output.JavaFileWriter
 
doubleValue() - Method in class uic.lang.FileSize
Returns the value of the specified number as a double.
doubleValue() - Method in class uic.widgets.UICSpinbox
Convenience method for getvalue().doubleValue()
DOWN - Static variable in class uic.widgets.BevelArrowIcon
Direction for the setDirection method.
DOWN - Static variable in class uic.widgets.TableSorterHeaderRenderer
 
draggedSlot(int) - Method in class uic.widgets.UICToolBar.ScaleHandle
 
dragTo(Point, Point) - Method in class uic.themes.UICToolBarUI
Called to move the window and update possible feedback.
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.
drawGrid(LayoutContainer, Graphics) - Method in class uic.zaval.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
dualButtonScrollBar - Static variable in class uic.themes.UICTheme
 
DummyTranslator - Class in uic.output
This translator does not translate anything.
DummyTranslator() - Constructor for class uic.output.DummyTranslator
 

E

editCell(int, int, int) - Method in class uic.pjava.widgets.table.DefaultTableRow
 
editCell(int, int, int) - Method in interface uic.pjava.widgets.table.TableRow
 
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
 
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.
ensureCorrectSpecSize(double) - Method in class uic.zaval.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.
Entry - Class in uic.layout
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.
Entry - Class in uic.zaval.layout
Helper class for NaturalLayout
Entry(Layoutable, Constraints) - Constructor for class uic.zaval.layout.Entry
Constructs an Entry that binds a component to a set of constraints.
equals(Object) - Method in class uic.model.UICSimpleAction
 
equals(Object) - Method in class uic.widgets.UICWhatsThis.Entry
 
EventHandler - Class in uic.zaval.beans
Zaval based implementation of java.beans.EventHandler.
EventHandler() - Constructor for class uic.zaval.beans.EventHandler
 
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(EventObject) - Method in class uic.model.UICSimpleAction
Execute the action.
execute(Object[]) - Method in class uic.model.UICSimpleAction
Execute the action with the arguments for the target method.
execute(Object[], Object) - Method in class uic.model.UICSimpleAction
Execute the action with the arguments for the target method.
exists() - Method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil.LinuxDevicesFile
 
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.
EXTENDED_INTERVAL_SELECTION - Static variable in class uic.model.ExtendedListSelectionModel
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
ExtendedListSelectionModel - Class in uic.model
List selection model, that handles 2 extra selection types
ExtendedListSelectionModel() - Constructor for class uic.model.ExtendedListSelectionModel
 
ExtraWindow - Class in uic.widgets
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 in uic.widgets
This Button just shows a cross as a good CloseButton should.
ExtraWindow.CloseButton() - Constructor for class uic.widgets.ExtraWindow.CloseButton
 

F

familyList - Variable in class uic.widgets.FontSelectionBase
 
familySelectedSlot(String) - Method in class uic.widgets.FontSelection
Method called by the GUi code.
FCImageIcon - Class in uic.widgets.filechooser
Special image icon that holds file information.
FCImageIcon(File, Icon, String) - Constructor for class uic.widgets.filechooser.FCImageIcon
Constructor.
FCImageIcon(File, Image, String) - Constructor for class uic.widgets.filechooser.FCImageIcon
Constructor.
field(String) - Method in class uic.output.builder.ObjectRepresenter
 
fieldAssignments - Variable in class uic.output.builder.ObjectRepresenter
 
FieldRepresenter - Class in uic.output.builder
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
 
FILE_ACCEPTED - Static variable in class uic.widgets.filechooser.FileChooser
Add property listener to FileChooser with FILE_ACCEPTED to keep track of files accepted from FileChooser.
fileAccepted(File) - Method in class uic.widgets.filechooser.DetailedFileView
 
fileAccepted(File) - Method in class uic.widgets.filechooser.FileChooser
 
fileAccepted(File) - Method in class uic.widgets.filechooser.FileChooser.FileChooserPreviewPanel
 
fileAccepted(File) - Method in interface uic.widgets.filechooser.FileSelectionListener
 
FileChooser - Class in uic.widgets.filechooser
A widget for selecting a file.
FileChooser(File, String) - Constructor for class uic.widgets.filechooser.FileChooser
Constructor.
FileChooser.BrowseIcon - Class in uic.widgets.filechooser
Very simple icon based on FileChooser.newFolderIcon.
FileChooser.BrowseIcon(int) - Constructor for class uic.widgets.filechooser.FileChooser.BrowseIcon
 
FileChooser.FileChooserComboBoxEditor - Class in uic.widgets.filechooser
 
FileChooser.FileChooserComboBoxEditor() - Constructor for class uic.widgets.filechooser.FileChooser.FileChooserComboBoxEditor
 
FileChooser.FileChooserComboBoxModel - Class in uic.widgets.filechooser
 
FileChooser.FileChooserComboBoxModel() - Constructor for class uic.widgets.filechooser.FileChooser.FileChooserComboBoxModel
 
FileChooser.FileChooserPreviewPanel - Class in uic.widgets.filechooser
 
FileChooser.FileChooserPreviewPanel() - Constructor for class uic.widgets.filechooser.FileChooser.FileChooserPreviewPanel
 
FileChooser.FileFilterListCellRenderer - Class in uic.widgets.filechooser
Paint the FileFilters description in the filters combobox and list.
FileChooser.FileFilterListCellRenderer() - Constructor for class uic.widgets.filechooser.FileChooser.FileFilterListCellRenderer
 
FileChooser.HiddenFilesFileFilter - Class in uic.widgets.filechooser
 
FileChooser.HiddenFilesFileFilter(FileFilter) - Constructor for class uic.widgets.filechooser.FileChooser.HiddenFilesFileFilter
 
FileChooser.HistoryMenuItem - Class in uic.widgets.filechooser
Class that shows the history menu item.
FileChooser.HistoryMenuItem(File, int) - Constructor for class uic.widgets.filechooser.FileChooser.HistoryMenuItem
 
FileChooser.HistoryPopupMenu - Class in uic.widgets.filechooser
Class that shows the history popupmenu.
FileChooser.HistoryPopupMenu(boolean) - Constructor for class uic.widgets.filechooser.FileChooser.HistoryPopupMenu
Create a new HistoryPopupMenu.
FileChooserBase - Class in uic.widgets.filechooser
Class generated by UICompiler.
FileChooserBase() - Constructor for class uic.widgets.filechooser.FileChooserBase
 
FileChooserBase(boolean) - Constructor for class uic.widgets.filechooser.FileChooserBase
 
FileChooserListCellRenderer - Class in uic.widgets.filechooser
 
FileChooserListCellRenderer() - Constructor for class uic.widgets.filechooser.FileChooserListCellRenderer
 
fileDoubleClickedSlot(int) - Method in class uic.widgets.filechooser.DetailedFileView
 
fileName - Variable in class uic.widgets.filechooser.FileChooserBase
 
FilePreviewImage - Class in uic.widgets.filechooser
 
FilePreviewImage() - Constructor for class uic.widgets.filechooser.FilePreviewImage
 
FilePreviewInterface - Interface in uic.widgets.filechooser
 
fileSelectedSlot(int, int) - Method in class uic.widgets.filechooser.DetailedFileView
Select the current file from the listView.
fileSelectionChanged(File) - Method in class uic.widgets.filechooser.DetailedFileView
 
fileSelectionChanged(File) - Method in class uic.widgets.filechooser.FileChooser.FileChooserPreviewPanel
Select the current file from the view.
fileSelectionChanged(File) - Method in class uic.widgets.filechooser.FileChooser
 
fileSelectionChanged(File) - Method in interface uic.widgets.filechooser.FileSelectionListener
 
FileSelectionListener - Interface in uic.widgets.filechooser
 
fileShortcutsList - Variable in class uic.widgets.filechooser.FileChooserBase
 
FileSize - Class in uic.lang
 
FileSize(String) - Constructor for class uic.lang.FileSize
 
FileSize(long) - Constructor for class uic.lang.FileSize
 
FileView - Interface in uic.widgets.filechooser
 
FILL - Static variable in class uic.layout.NaturalLayout
 
FILL - Static variable in class uic.zaval.layout.NaturalLayout
 
fillBlackList(UICBuilder) - Static method in class uic.output.JavaFileWriter
 
filters - Variable in class uic.widgets.filechooser.FileChooserBase
 
fireActionPerformed(ActionEvent) - Method in class uic.widgets.ToolBarButton
 
fireActionPerformed(ActionEvent) - Method in class uic.widgets.UICColorButton
 
fireFileAccepted(File) - Method in class uic.widgets.filechooser.SimpleFileView
Notify FileSelectionListener of a file accepted event.
fireFileSelectionChanged(File) - Method in class uic.widgets.filechooser.SimpleFileView
Notify FileSelectionListener of a file selection event.
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.model.ExtendedListSelectionModel
Fires the valueChanged event to all listeners
FLAT - Static variable in class uic.widgets.UICToolBar
 
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'.
FLOATING - Static variable in class uic.widgets.UICToolBar
 
floatValue() - Method in class uic.lang.FileSize
Returns the value of the specified number as a float.
focusGained(FocusEvent) - Method in class uic.action.ComponentFocusGainedAction
 
focusGained(FocusEvent) - Method in class uic.action.ComponentFocusLostAction
 
focusGained(FocusEvent) - Method in class uic.pjava.widgets.UICPasswordField
 
focusLost(FocusEvent) - Method in class uic.action.ComponentFocusGainedAction
 
focusLost(FocusEvent) - Method in class uic.action.ComponentFocusLostAction
 
focusLost(FocusEvent) - Method in class uic.pjava.widgets.UICPasswordField
 
FontPreview - Class in uic.themeconfig
Shows one font in the specified font and provides a 'choose' button.
FontPreview(String, Font, UICTheme, String) - Constructor for class uic.themeconfig.FontPreview
 
FontPreviewBase - Class in uic.themeconfig
Class generated by UICompiler.
FontPreviewBase() - Constructor for class uic.themeconfig.FontPreviewBase
 
FontPreviewBase(boolean) - Constructor for class uic.themeconfig.FontPreviewBase
 
FontsBase - Class in uic.themeconfig
Class generated by UICompiler.
FontsBase() - Constructor for class uic.themeconfig.FontsBase
 
FontsBase(boolean) - Constructor for class uic.themeconfig.FontsBase
 
FontSelection - Class in uic.widgets
This widget shows a list of installed fonts and allows the user to choose one.
FontSelection() - Constructor for class uic.widgets.FontSelection
Default constructor which fills all lists with the fonts present on the system.
FontSelectionBase - Class in uic.widgets
Class generated by UICompiler.
FontSelectionBase() - Constructor for class uic.widgets.FontSelectionBase
 
FontSelectionBase(boolean) - Constructor for class uic.widgets.FontSelectionBase
 
fontSizeEdit - Variable in class uic.widgets.FontSelectionBase
 
FontsPanel - Class in uic.themeconfig
The font config panel.
FontsPanel(UICTheme) - Constructor for class uic.themeconfig.FontsPanel
 
format(Object, StringBuffer, FieldPosition) - Method in class uic.widgets.UICSpinbox.SimpleFormat
 
formatToCharacterIterator(Object) - Method in class uic.widgets.UICSpinbox.SimpleFormat
 
fpi - Variable in class uic.widgets.filechooser.FileChooser.FileChooserPreviewPanel
 
frame3 - Variable in class uic.widgets.FontSelectionBase
 
frame5 - Variable in class uic.themeconfig.FontPreviewBase
 
FRAMESHADOW_PLAIN - Static variable in class uic.widgets.GroupBox
 
FRAMESHADOW_RAISED - Static variable in class uic.widgets.GroupBox
 
FRAMESHADOW_SUNKEN - Static variable in class uic.widgets.GroupBox
 
FRAMESHAPE_BEVEL - Static variable in class uic.widgets.GroupBox
 
FRAMESHAPE_ETCHED - Static variable in class uic.widgets.GroupBox
 
FRAMESHAPE_NOFRAME - Static variable in class uic.widgets.GroupBox
 

G

General - Class in uic.output.pjava
 
General(UICBuilder, Element) - Constructor for class uic.output.pjava.General
 
General - Class in uic.output.swing
 
General(UICBuilder, Element) - Constructor for class uic.output.swing.General
 
General - Class in uic.output.zaval
 
General(UICBuilder, Element) - Constructor for class uic.output.zaval.General
 
getAcceleratorForeground() - Method in class uic.themes.UICTheme
 
getAcceleratorSelectedForeground() - Method in class uic.themes.UICTheme
 
getAccessibleAction() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext
 
getAccessibleActionCount() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleAction
 
getAccessibleActionDescription(int) - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleAction
 
getAccessibleContext() - Method in class uic.widgets.GroupBox
 
getAccessibleContext() - Method in class uic.widgets.UICSpinbox
 
getAccessibleRole() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext
 
getAccessibleStateSet() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext
 
getAccessibleText() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext
 
getAccessibleValue() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext
 
getAction(String) - Method in class uic.model.ActionFactory
Return the action registered using the argument name.
getAction() - Method in class uic.model.WorkerThread.Job
 
getAction() - Method in class uic.widgets.event.ToolBarEvent
 
getActionList(String) - Method in class uic.model.ActionFactory
Return the actionList list of actions that are grouped by argument name.
getActions() - Method in class uic.output.builder.WidgetRepresenter
 
getAddHandlerMethod(WidgetRepresenter, WidgetRepresenter, String) - Method in class uic.output.AbstractWidget.ActionInformation
Create a MethodRepresenter that can be used to add a listener to a widget.
getAddHandlerMethod(WidgetRepresenter, WidgetRepresenter, String) - Method in class uic.output.zaval.AbstractWidget.ZavalActionInformation
 
getAddMethod() - Method in class uic.output.builder.ContainerRepresenter
 
getAllowToolBarHiding() - Method in class uic.widgets.WindowRepresenter
 
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.model.ExtendedListSelectionModel
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
 
getArgumentClass(String) - Method in class uic.action.AbstractButtonAction
 
getArgumentClass(String) - Method in class uic.action.ComponentEscapeAction
 
getArgumentClass(String) - Method in class uic.action.ComponentFocusLostAction
 
getArgumentClass(String) - Method in class uic.action.ComponentKeyboardAction
 
getArgumentClass(String) - Method in class uic.action.ComponentMouseClickedAction
 
getArgumentClass(String) - Method in class uic.action.ComponentResizedAction
 
getArgumentClass(String) - Method in class uic.action.ComponentShownAction
 
getArgumentClass(String) - Method in class uic.action.DocumentChangedAction
 
getArgumentClass(String) - Method in class uic.action.ItemSelectableAction
 
getArgumentClass(String) - Method in class uic.action.JCheckBoxMenuItemAction
 
getArgumentClass(String) - Method in class uic.action.JRadioButtonMenuItemAction
 
getArgumentClass(String) - Method in class uic.action.JSpinnerChangeAction
 
getArgumentClass(String) - Method in class uic.action.JTextComponentEnterAction
 
getArgumentClass(String) - Method in class uic.action.JTreeDoubleClickAction
 
getArgumentClass(String) - Method in class uic.action.ListDeselectionAction
 
getArgumentClass(String) - Method in class uic.action.ListDoubleClickAction
 
getArgumentClass(String) - Method in class uic.action.ListSelectionAction
 
getArgumentClass(String) - Method in class uic.action.PropertyChangedAction
 
getArgumentClass(String) - Method in class uic.action.WindowRepresenterToolBarAddedAction
 
getArgumentClass(String) - Method in class uic.model.UICAction
 
getArgumentClass(String) - Method in class uic.model.UICRadioAction
 
getArgumentClass(String) - Method in class uic.model.UICSimpleAction
For the uniquely defined argumentType (as also used in UICSimpleAction.getTargetSignatures()) return the Class.
getArgumentClass(String) - Method in class uic.model.UICToggleAction
 
getArguments() - Method in class uic.model.WorkerThread.Job
 
getArguments() - Method in class uic.output.builder.Callable
 
getArguments() - Method in class uic.output.builder.CodeSnippet
 
getArgumentsArray(UICSimpleAction, EventObject, int) - Method in class uic.model.UICSimpleAction.Arguments
When a certain event happened; build an Object[] which will be passed to the target method.
getArgumentsIterator() - Method in class uic.model.UICSimpleAction.Arguments
Returns an iterator over all added arguments
getArgumentValue(EventObject, String) - Method in class uic.action.AbstractButtonAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ComponentEscapeAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ComponentFocusLostAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ComponentKeyboardAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ComponentMouseClickedAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ComponentResizedAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ComponentShownAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.DocumentChangedAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ItemSelectableAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.JCheckBoxMenuItemAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.JRadioButtonMenuItemAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.JSpinnerChangeAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.JTextComponentEnterAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.JTreeDoubleClickAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ListDeselectionAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ListDoubleClickAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.ListSelectionAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.PropertyChangedAction
 
getArgumentValue(EventObject, String) - Method in class uic.action.WindowRepresenterToolBarAddedAction
 
getArgumentValue(EventObject, String) - Method in class uic.model.UICAction
 
getArgumentValue(EventObject, String) - Method in class uic.model.UICRadioAction
 
getArgumentValue(EventObject, String) - Method in class uic.model.UICSimpleAction
For the uniquely defined argumentType (as also used in UICSimpleAction.getTargetSignatures()) return the value.
getArgumentValue(EventObject, String) - Method in class uic.model.UICToggleAction
 
getBoolean(String, boolean) - Static method in class uic.widgets.filechooser.Config
 
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
 
getBorderShadow() - Method in class uic.widgets.GroupBox.AbstractCollapsableBorder
 
getBorderShape() - Method in class uic.widgets.GroupBox.AbstractCollapsableBorder
 
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(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
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.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 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 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 '&'.
getCalendar() - Method in class uic.widgets.calendar.UICCalendar
 
getCalendar() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the model's calendar.
getCalendar() - Method in class uic.widgets.calendar.UICDatePicker
 
getChildMethod() - Method in class uic.output.builder.MethodRepresenter
 
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
 
getCol(int) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Returns the column for the specified x-coordinate, or -1 if none.
getCollapsed() - Method in class uic.widgets.GroupBox
Return if the groupBox is curently collapsed.
getColor(String) - Static method in class uic.pjava.theme.UIManager
 
getColor() - Method in class uic.widgets.ColorSelection
Returns the current selected color.
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.HorizontalLayout
 
getColumn(int) - Method in class uic.layout.NaturalLayout
Gets the width of a single column in this layout.
getColumn(int) - Method in class uic.zaval.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.filechooser.DetailedFileView.ListViewTableModel
 
getColumnCount() - Method in class uic.model.TableRowSorter
Return number of columns that this model has
getColumnCount() - Method in class uic.widgets.filechooser.DetailedFileView.ListViewTableModel
 
getColumnName(int) - Method in class uic.model.TableRowSorter
Return the column name of the specified column index
getColumnName(int) - Method in class uic.widgets.filechooser.DetailedFileView.ListViewTableModel
 
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.action.SwingAction
Returns an iterator over all added components.
getComponentsIterator() - Method in class uic.model.UICAction
 
getConstraints(Component) - Method in class uic.layout.NaturalLayout
Return a mutable contraints object for argument component.
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
 
getCurrentAccessibleValue() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue
 
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.UICTable
Get the data model which you need to use to alter the data of this table.
getDate() - Method in class uic.widgets.calendar.UICCalendar
 
getDate() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the current date.
getDate() - Method in class uic.widgets.calendar.UICDatePicker
 
getDaysInMonth() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the number of days in the current month.
getDaysInNextMonth() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the number of days in the next month.
getDaysInPrevMonth() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the number of days in the previous month.
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.
getDefaultFocusComponent() - Method in class uic.widgets.AbstractWindow
Returns the component that on show of this AbstractWindow will gain focus
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
 
getDelayedWidget(String) - Method in class uic.output.builder.UICBuilder
 
getDelta() - Method in class uic.model.SpinboxModel
 
getDependencies() - Method in class uic.output.builder.WidgetRepresenter
 
getDescription() - Method in class uic.widgets.filechooser.AbstractFileFilter
Returns description of this filefilter.
getDescription() - Method in class uic.widgets.filechooser.FCImageIcon
Returns system description.
getDesktopColor() - Method in class uic.themes.UICTheme
 
getDestination(File) - Method in class uic.widgets.filechooser.Shortcut.DefaultShortcut
 
getDestination(File) - Static method in class uic.widgets.filechooser.Shortcut
 
getDestination(File) - Method in class uic.widgets.filechooser.Shortcut.KDEShortcut
 
getDestination(File) - Method in class uic.widgets.filechooser.Shortcut.WindowsShortcut
 
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.UICToolBarButtonUI
 
getDoubleProperty(String, double) - Method in class uic.output.AbstractWidget
 
getDragWindowLocation(ToolBarContainer, Point) - Method in class uic.themes.UICToolBarUI
Check if toolbar can be docked.
getDummyIcon() - Method in class uic.themes.UICMenuItemUI
 
getEntryContaining(Component) - Method in class uic.layout.NaturalLayout
Return the entry that contains argument component.
getEntryContaining(Layoutable) - Method in class uic.zaval.layout.NaturalLayout
Return the entry that contains argument component.
getEvenRow() - Method in class uic.themes.UICTheme
 
getExclusiveGroup() - Method in class uic.model.UICRadioAction
 
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
 
getFile() - Method in class uic.widgets.filechooser.FCImageIcon
Returns file this icon represents.
getFile(File) - Static method in class uic.widgets.filechooser.FileChooser
Checks for shortcuts.
getFile() - Method in class uic.widgets.filechooser.FileChooser.HistoryMenuItem
 
getFile(String) - Method in class uic.widgets.filechooser.SystemUtil.DefaultSystemUtil
 
getFile(String) - Method in class uic.widgets.filechooser.SystemUtil
Returns a file based on the filename For some platforms "Special files may exist, for example "devices:/" for linux systems
getFile(String) - Method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil
Checks for "devices:/" as a file name to return the LinuxDevicesFile
getFilePreview() - Method in class uic.widgets.filechooser.FileChooser.FileChooserPreviewPanel
 
getFirstComponent(Container) - Method in class uic.widgets.UICFocusTraversalPolicy
Returns the first Component in the traversal cycle.
getFirstDayOfWeek() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the first day of the week.
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
Return the currently selected font.
getFont() - Method in class uic.widgets.GroupBox
 
getFontMetrics() - Method in class uic.themes.UICTabbedPaneUI
 
getFormatString(double) - Method in class uic.output.swing.KDoubleNumInput
returns the format string that seems most appropriate for the default value of the widget.
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
 
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
 
getHistoryIndex() - Method in class uic.widgets.filechooser.FileChooser.HistoryMenuItem
 
getHorizontalAlign() - Method in class uic.output.AbstractWidget
 
getHorizontalAlignment() - Method in class uic.layout.Constraints
 
getHorizontalAlignment() - Method in class uic.zaval.layout.Constraints
 
getHSVColor() - Method in class uic.widgets.HSVSelector
Fetch the current color in HSV color space.
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.
getIconFactory() - Method in class uic.model.ActionFactory
 
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.filechooser.FCImageIcon
 
getIconHeight() - Method in class uic.widgets.filechooser.FileChooser.BrowseIcon
 
getIconHeight() - Method in class uic.widgets.RadioButtonIcon
 
getIconHeight() - Method in class uic.widgets.UICToolBar.ArrowsIcon
 
getIconSize() - Method in class uic.widgets.UICToolBar
 
getIconSize() - Method in class uic.widgets.UICToolBar.ToolBarLocation
 
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.filechooser.FCImageIcon
 
getIconWidth() - Method in class uic.widgets.filechooser.FileChooser.BrowseIcon
 
getIconWidth() - Method in class uic.widgets.RadioButtonIcon
 
getIconWidth() - Method in class uic.widgets.UICToolBar.ArrowsIcon
 
getImage(String, int) - Method in class uic.model.IconFactory.ClasspathRepository
 
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
 
getInitAction() - Method in class uic.output.builder.WidgetRepresenter.EventRepresenter
 
getInitialComponent(Window) - Method in class uic.widgets.UICFocusTraversalPolicy
 
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(String, File) - Static method in class uic.widgets.filechooser.FileChooser
Return the instance of the FileChooser.
getInstance() - Static method in class uic.widgets.filechooser.Shortcut
 
getInstance() - Static method in class uic.widgets.filechooser.SystemUtil
 
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
getInstanceName() - Method in class uic.widgets.filechooser.FileChooser
 
getInt(String) - Static method in class uic.pjava.theme.UIManager
 
getIntProperty(String, int) - Method in class uic.output.AbstractWidget
 
getItem() - Method in class uic.widgets.filechooser.FileChooser.FileChooserComboBoxEditor
 
getJobsList() - Method in class uic.model.WorkerThread
Returns the jobs list which can be altered inline for advanced scheduling policies.
getKDEDefaultShortCuts() - Method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil
Return the default kde shortcuts as shown in the file open/save dialog.
getKDEIcon(IconFactory, String, String, int) - Static method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil
Currently hack for check if the user is running kde.
getKeyStroke() - Method in class uic.model.UICAction
 
getLastColumn() - Method in class uic.layout.Constraints
 
getLastColumn() - Method in class uic.zaval.layout.Constraints
 
getLastComponent(Container) - Method in class uic.widgets.UICFocusTraversalPolicy
Returns the last Component in the traversal cycle.
getLastRow() - Method in class uic.layout.Constraints
 
getLastRow() - Method in class uic.zaval.layout.Constraints
 
getLayout() - Method in class uic.widgets.GroupBox
 
getLayoutAlignmentX(Container) - Method in class uic.layout.HorizontalLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class uic.layout.NaturalLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class uic.layout.VerticalLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
getLayoutAlignmentX(LayoutContainer) - Method in class uic.zaval.layout.NaturalLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class uic.layout.HorizontalLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class uic.layout.NaturalLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class uic.layout.VerticalLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
getLayoutAlignmentY(LayoutContainer) - Method in class uic.zaval.layout.NaturalLayout
Returns the alignment along the y axis.
getLeadSelectionIndex() - Method in class uic.model.ExtendedListSelectionModel
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.filechooser.FileChooser.FileFilterListCellRenderer
Override to provide the FileFilters description instead of its toString
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class uic.widgets.filechooser.FileChooserListCellRenderer
 
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.pjava.Translate
 
getLocale() - Static method in class uic.Translate
 
getLocale() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the model's Locale.
getLocale() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext
 
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.HorizontalLayout
 
getMargin() - Method in class uic.layout.NaturalLayout
 
getMargin() - Method in class uic.layout.VerticalLayout
 
getMargin() - Method in class uic.zaval.layout.NaturalLayout
 
getMaxAllowedDate() - Method in class uic.widgets.calendar.UICCalendarModel
 
getMaximumAccessibleValue() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue
 
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.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.calendar.UICDateEdit
 
getMaximumSize() - Method in class uic.widgets.calendar.UICDateEdit.UICDatePickerButton
Don't grow higher that the maximum preferred height.
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.UICSpinbox
 
getMaximumSize() - Method in class uic.widgets.UICSpinbox.SpinboxArrowButton
 
getMaximumSize() - Method in class uic.widgets.UICSqueezedTextLabel
 
getMaximumSize() - Method in class uic.widgets.UICTextField
 
getMaximumSize() - Method in class uic.widgets.UICToolBar.ScaleHandle
 
getMaximumSize() - Method in class uic.zaval.UICFrame
 
getMaximumValue() - Method in class uic.model.SpinboxModel
Return the maximum value possible.
getMaximumValue() - Method in interface uic.model.SpinboxModelInterface
 
getMaxSelectionIndex() - Method in class uic.model.ExtendedListSelectionModel
Returns the last selected index or -1 if the selection is empty.
getMaxStringWidth(String[]) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Returns the maximum string width for the strings in the specified String array
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
 
getMetrics() - Method in class uic.zaval.UICGridCaption
 
getMinAllowedDate() - Method in class uic.widgets.calendar.UICCalendarModel
 
getMinimumAccessibleValue() - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue
 
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.calendar.UICCalendar
Returns the minimal size for this UICCalendar component.
getMinimumSize() - Method in class uic.widgets.calendar.UICDateEdit.UICDatePickerButton
 
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.ToolBarButton
 
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.UICSpinbox
 
getMinimumSize() - Method in class uic.widgets.UICSpinbox.SpinboxArrowButton
 
getMinimumSize() - Method in class uic.widgets.UICSqueezedTextLabel
 
getMinimumSize() - Method in class uic.widgets.UICTextField
 
getMinimumSize() - Method in class uic.widgets.UICToolBar.ScaleHandle
 
getMinimumValue() - Method in class uic.model.SpinboxModel
Return the minimum value possible.
getMinimumValue() - Method in interface uic.model.SpinboxModelInterface
 
getMinSelectionIndex() - Method in class uic.model.ExtendedListSelectionModel
Returns the first selected index or -1 if the selection is empty.
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
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.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 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 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.
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.calendar.UICCalendar
 
getModel() - Method in class uic.widgets.calendar.UICDateEdit
Returns the UICCalendarModel for this DateEdit.
getModel() - Method in class uic.widgets.calendar.UICDatePicker
 
getModel() - Method in class uic.widgets.UICSpinbox
Returns the spinbox model.
getMonth() - Method in class uic.widgets.calendar.UICCalendar
 
getMonth() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the current month.
getMonth() - Method in class uic.widgets.calendar.UICDatePicker
 
getMonth(int, int) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Returns the month for the specified row and column, or -1 if out of range.
getMonthName(int, int) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Returns the monthname for the specified row and column, or empty if out of range.
getMutipleSelection() - Method in class uic.widgets.filechooser.FileChooser
 
getName() - Method in class uic.model.UICAction
Return the name key.
getName() - Method in class uic.model.UICActionList
 
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
 
getNextValue() - Method in class uic.model.SpinboxModel
 
getNextValue() - Method in interface uic.model.SpinboxModelInterface
 
getNextWordIndex(Document, int, boolean) - Static method in class uic.widgets.UICTextField
 
getNumColumns() - Method in class uic.layout.HorizontalLayout
 
getNumColumns() - Method in class uic.layout.NaturalLayout
Gets the number of columns in this layout.
getNumColumns() - Method in class uic.zaval.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.
getNumRows() - Method in class uic.layout.VerticalLayout
 
getNumRows() - Method in class uic.zaval.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
 
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.
getPackageName() - Method in class uic.output.builder.UICBuilder
get the package name of the resulting class.
getPackageName(String) - Static method in class uic.output.JavaFileWriter
 
getPage(int) - Method in class uic.widgets.UICWizard
 
getParent() - Method in class uic.output.builder.DelayedWidgetRepresenter
 
getParent() - Method in class uic.output.builder.Representer
 
getPartialColor(Color, int) - Static method in class uic.themes.UICTheme
Mix a color from param 'one' to the default background color.
getPeer() - Method in class uic.output.builder.DelayedWidgetRepresenter
 
getPhysicalTab() - Method in class uic.pjava.widgets.tabbedpane.TabSelectionEvent
 
getPlacing() - Method in class uic.widgets.ToolBarContainer
Each ToolBarLayouter is placed on a Window-edge.
getPopupDelay() - Method in class uic.widgets.ToolBarButton
Returns the popup menu delay.
getPopupMenu(String) - Method in class uic.model.ActionFactory
 
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.table.Table
 
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.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.UICScrollBarUI
Override the default preferred size.
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.calendar.UICCalendar
Returns the preferred size for this UICCalendar component.
getPreferredSize() - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
 
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.ToolBarButton
 
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.UICSpinbox.SpinboxArrowButton
 
getPreferredSize() - Method in class uic.widgets.UICSqueezedTextLabel
 
getPreferredSize() - Method in class uic.widgets.UICTextField
 
getPreferredSize() - Method in class uic.widgets.UICToolBar
 
getPreferredSize() - Method in class uic.widgets.UICToolBar.ScaleHandle
 
getPreferredSize() - Method in class uic.zaval.UICFrame
 
getPreferredWorker() - Method in class uic.model.WorkerThread.Job
 
getPrefs() - Method in class uic.widgets.MainWindow
Get presistence preferences object, or null if none available.
getPreviousValue() - Method in class uic.model.SpinboxModel
 
getPreviousValue() - Method in interface uic.model.SpinboxModelInterface
 
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
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
 
getRootComponent() - Method in class uic.model.WorkerThread.Job
 
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.layout.VerticalLayout
 
getRow(int) - Method in class uic.pjava.widgets.table.Table
 
getRow(int) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Returns the row for the specified y-coordinate, or -1 if none.
getRow(int) - Method in class uic.zaval.layout.NaturalLayout
Gets the sizes of a row in this layout.
getRowCount() - Method in class uic.model.TableRowSorter
Return number of rows that this model has
getRowCount() - Method in class uic.widgets.filechooser.DetailedFileView.ListViewTableModel
 
getRPContainer() - Method in class uic.widgets.AbstractWindow
 
getScale(int, int, int, int) - Static method in class uic.widgets.filechooser.FilePreviewImage
 
getScreenPosition() - Method in class uic.widgets.event.WindowDroppedEvent
return the new postion of the ExtraWindow on screen.
getSelectedCalendar() - Method in class uic.widgets.calendar.UICDateEdit
Returns the date (Calendar) that is the current value.
getSelectedFile() - Method in class uic.widgets.filechooser.FileChooser
Return the selected file.
getSelectedFiles() - Method in class uic.widgets.filechooser.FileChooser
Return the selected files.
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.model.ExtendedListSelectionModel
Returns the current selection mode.
getSelectionMode() - Method in class uic.pjava.widgets.table.Table
 
getSeparatorBackground() - Method in class uic.themes.UICTheme
 
getSeparatorForeground() - Method in class uic.themes.UICTheme
 
getSetLayoutMethod() - Method in class uic.output.builder.ContainerRepresenter
 
getSettingsMenu(JMenuBar) - Method in class uic.model.ActionFactory
 
getShortCuts(boolean) - Method in class uic.widgets.filechooser.SystemUtil.DefaultSystemUtil
 
getShortCuts(boolean) - Method in class uic.widgets.filechooser.SystemUtil
Returns a vector of FCImageIcon objects.
getShortCuts(boolean) - Method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil
Returns a vector of FCImageIcon for KDE.
getShowWeekNrs() - Method in class uic.widgets.calendar.UICCalendar
Returns whether or not week numbers are shown.
getShowWeekNrs() - Method in class uic.widgets.calendar.UICDateEdit
Returns whether or not weeknumbers are shown in the datepicker popup
getShowWeekNrs() - Method in class uic.widgets.calendar.UICDatePicker
Returns whether or not weeknrs should be shown.
getSignalActionInformation(String) - Method in class uic.output.AbstractWidget
 
getSignalActionInformation(String) - Method in class uic.output.swing.KDoubleNumInput
 
getSignalActionInformation(String) - Method in class uic.output.swing.QCheckBox
 
getSignalActionInformation(String) - Method in class uic.output.swing.QRadioButton
 
getSignalActionInformation(String) - Method in class uic.output.swing.QSlider
 
getSignalActionInformation(String) - Method in class uic.output.swing.QSpinBox
 
getSignalActionInformation(String) - Method in class uic.output.zaval.QSlider
 
getSignalActionInformation(String) - Method in class uic.output.zaval.QSpinBox
 
getSize() - Method in class uic.widgets.AbstractWindow
During or after showing you can query the size of the dialog.
getSize() - Method in class uic.widgets.UICToolBar.ToolBarLocation
 
getSlotActionInformation(String) - Method in class uic.output.AbstractWidget
 
getSlotActionInformation(String) - Method in class uic.output.swing.AbstractWidget
 
getSlotActionInformation(String) - Method in class uic.output.swing.KDoubleNumInput
 
getSlotActionInformation(String) - Method in class uic.output.swing.QCheckBox
 
getSlotActionInformation(String) - Method in class uic.output.swing.QRadioButton
 
getSlotActionInformation(String) - Method in class uic.output.swing.QSlider
 
getSlotActionInformation(String) - Method in class uic.output.swing.QSpinBox
 
getSlotActionInformation(String) - Method in class uic.output.zaval.QSlider
 
getSlotActionInformation(String) - Method in class uic.output.zaval.QSpinBox
 
getSortedColumns() - Method in class uic.model.TableRowSorter
Returns all sorted columns or an empty array if no columns are being sorted
getSourceVersion() - Method in class uic.output.AbstractWidget
The user specified sourcecode version, check when using 'newer' calls.
getSourceVersion() - Method in class uic.UIC.BuildSettings
 
getSpacing() - Method in class uic.layout.HorizontalLayout
 
getSpacing() - Method in class uic.layout.NaturalLayout
 
getSpacing() - Method in class uic.layout.VerticalLayout
 
getSpacing() - Method in class uic.zaval.layout.NaturalLayout
 
getStartColumn() - Method in class uic.layout.Constraints
 
getStartColumn() - Method in class uic.zaval.layout.Constraints
 
getStartRow() - Method in class uic.layout.Constraints
 
getStartRow() - Method in class uic.zaval.layout.Constraints
 
getStaticMethodCalls() - Method in class uic.output.builder.UICBuilder
 
getStaticParent() - Method in class uic.output.builder.DelayedWidgetRepresenter
 
getStaticParent() - Method in class uic.output.builder.Representer
 
getStatusBar() - Method in class uic.widgets.MainWindow
return the statusBar.
getStatusBar() - Method in class uic.widgets.MainWindow.RootPane
 
getStepFrom(double) - Method in class uic.output.swing.KDoubleNumInput
returns the step that seems most appropriate for the default value of the widget.
getStepSize() - Method in class uic.model.SpinboxModel
 
getStringValue() - Method in class uic.widgets.IntegerInputButton
 
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.
getTabIndex() - Method in class uic.widgets.UICToolBar.ToolBarLocation
 
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
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.
getTargetSignatures() - Method in class uic.action.AbstractButtonAction
 
getTargetSignatures() - Method in class uic.action.ComponentEscapeAction
 
getTargetSignatures() - Method in class uic.action.ComponentFocusLostAction
 
getTargetSignatures() - Method in class uic.action.ComponentKeyboardAction
 
getTargetSignatures() - Method in class uic.action.ComponentMouseClickedAction
 
getTargetSignatures() - Method in class uic.action.ComponentResizedAction
 
getTargetSignatures() - Method in class uic.action.ComponentShownAction
 
getTargetSignatures() - Method in class uic.action.DocumentChangedAction
 
getTargetSignatures() - Method in class uic.action.ItemSelectableAction
 
getTargetSignatures() - Method in class uic.action.JCheckBoxMenuItemAction
 
getTargetSignatures() - Method in class uic.action.JRadioButtonMenuItemAction
 
getTargetSignatures() - Method in class uic.action.JSpinnerChangeAction
 
getTargetSignatures() - Method in class uic.action.JTextComponentEnterAction
 
getTargetSignatures() - Method in class uic.action.JTreeDoubleClickAction
Define standard target signatures
getTargetSignatures() - Method in class uic.action.ListDeselectionAction
 
getTargetSignatures() - Method in class uic.action.ListDoubleClickAction
 
getTargetSignatures() - Method in class uic.action.ListSelectionAction
 
getTargetSignatures() - Method in class uic.action.PropertyChangedAction
 
getTargetSignatures() - Method in class uic.action.WindowRepresenterToolBarAddedAction
 
getTargetSignatures() - Method in class uic.model.UICAction
 
getTargetSignatures() - Method in class uic.model.UICRadioAction
 
getTargetSignatures() - Method in class uic.model.UICSimpleAction
Return a List object with instances of the Arguments class.
getTargetSignatures() - Method in class uic.model.UICToggleAction
 
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
 
getTextIconPos() - Method in class uic.widgets.UICToolBar.ToolBarLocation
 
getTextPos() - Method in class uic.widgets.UICToolBar.ToolBarLocation
 
getTitle() - Method in class uic.model.UICAction
return the title of this action, this is mostly the name on screen.
getToggleButton() - Method in class uic.widgets.ToolBarButton
Returns returns if this button is a togglebutton.
getToolbar() - Method in class uic.widgets.MainWindow
Deprecated.  
getToolBar() - Method in class uic.widgets.MainWindow
Returns the toolbar.
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.UICTable
Override the getToolTipText from JTable to check for row specific tooltip texts first.
getType() - Method in class uic.output.builder.ValueRepresenter
 
getUICAction() - Method in class uic.output.builder.WidgetRepresenter.EventRepresenter
 
getUIClassID() - Method in class uic.widgets.GroupBox
 
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.
getUseDualButtonScrollBar() - Static method in class uic.themes.UICTheme
Check if the scrollbar button should have an up and down part in the bottom button.
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.model.SpinboxModel
 
getValue() - Method in interface uic.model.SpinboxModelInterface
 
getValue() - Method in class uic.output.builder.ArrayRepresenter
 
getValue() - Method in class uic.output.builder.ValueRepresenter
 
getValue(String) - Static method in class uic.widgets.filechooser.Config
 
getValue(String, String) - Static method in class uic.widgets.filechooser.Config
 
getValue() - Method in class uic.widgets.IntegerInputButton
 
getValue() - Method in class uic.widgets.UICSpinbox
Returns the value set after commiting the current text.
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.filechooser.DetailedFileView.ListViewTableModel
 
getValueIsAdjusting() - Method in class uic.model.ExtendedListSelectionModel
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
 
getVerticalAlignment() - Method in class uic.layout.Constraints
 
getVerticalAlignment() - Method in class uic.zaval.layout.Constraints
 
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
 
getWeek() - Method in class uic.widgets.calendar.UICCalendar
 
getWeek() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the current week.
getWeek() - Method in class uic.widgets.calendar.UICDatePicker
 
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
 
getX(int) - Method in class uic.zaval.layout.Sizes
 
getXArray() - Method in class uic.layout.Sizes
 
getXArray() - Method in class uic.zaval.layout.Sizes
 
getY(int) - Method in class uic.layout.Sizes
 
getY(int) - Method in class uic.zaval.layout.Sizes
 
getYArray() - Method in class uic.layout.Sizes
 
getYArray() - Method in class uic.zaval.layout.Sizes
 
getYear() - Method in class uic.widgets.calendar.UICCalendar
 
getYear() - Method in class uic.widgets.calendar.UICCalendarModel
Returns the current year.
getYear() - Method in class uic.widgets.calendar.UICDatePicker
 
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
 
greenSpin - Variable in class uic.widgets.ColorSelectionBase
 
GroupBox - Class in uic.widgets
 
GroupBox(String) - Constructor for class uic.widgets.GroupBox
Instanciate a GroupBox which is a box with a titled border around it.
GroupBox(LayoutManager, String) - Constructor for class uic.widgets.GroupBox
Instanciate a GroupBox which is a box with a titled border around it.
GroupBox.AbstractCollapsableBorder - Class in uic.widgets
For a collapsable groupBox we show a border that, when clicked, will collapse the groupbox.
GroupBox.AbstractCollapsableBorder() - Constructor for class uic.widgets.GroupBox.AbstractCollapsableBorder
 
GroupBox.PreviewHeader - Interface in uic.widgets
This interface is needed to be implemented on borders and headers for collapsable GroupBoxes.
groupBox5 - Variable in class uic.themeconfig.ColorConfigPanelBase
 
groupBoxGroup - Variable in class uic.themeconfig.OptionsPaneBase
 
groupChangedSlot() - Method in class uic.themeconfig.OptionsPane
 
GuiHelper - Class in uic.widgets
various static method to provide functionality not immidiately available in Swing.
GuiHelper() - Constructor for class uic.widgets.GuiHelper
 
guiInit() - Method in class uic.themeconfig.ColorConfigPanelBase
 
guiInit() - Method in class uic.themeconfig.ConfigDialogBase
 
guiInit() - Method in class uic.themeconfig.FontPreviewBase
 
guiInit() - Method in class uic.themeconfig.FontsBase
 
guiInit() - Method in class uic.themeconfig.OptionsPaneBase
 
guiInit() - Method in class uic.widgets.calendar.UICDatePicker
intizlize the gui.
guiInit() - Method in class uic.widgets.calendar.UICDatePickerBase
 
guiInit() - Method in class uic.widgets.ColorSelectionBase
 
guiInit() - Method in class uic.widgets.filechooser.DetailedFileView
 
guiInit() - Method in class uic.widgets.filechooser.FileChooser
 
guiInit() - Method in class uic.widgets.filechooser.FileChooserBase
 
guiInit() - Method in class uic.widgets.filechooser.SimpleFileView
 
guiInit() - Method in class uic.widgets.FontSelectionBase
 
guiInit() - Method in class uic.widgets.IntegerInputButton
 
guiInit() - Method in class uic.widgets.IntegerInputButtonBase
 

H

hAlign - Variable in class uic.layout.Constraints
justification
hAlign - Variable in class uic.zaval.layout.Constraints
justification
handleMouseEvent(MouseEvent, boolean) - Method in class uic.widgets.HSVSelector
 
hasPopupMenu() - Method in class uic.widgets.ToolBarButton
 
HIDDEN - Static variable in class uic.widgets.UICToolBar
 
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.
hidePopup() - Method in class uic.widgets.calendar.UICDatePicker.SpecialPopup
Hides the popup.
hideToolBar() - Method in class uic.widgets.UICToolBar
Hide the toolbar.
HORIZONTAL - Static variable in class uic.pjava.widgets.Line
 
horizontalAlign - Variable in class uic.output.AbstractWidget
 
HorizontalLayout - Class in uic.layout
 
HorizontalLayout() - Constructor for class uic.layout.HorizontalLayout
 
HorizontalLayout(int, int) - Constructor for class uic.layout.HorizontalLayout
 
hsColorClicked(float, float) - Method in class uic.widgets.HSVSelector
 
HSV - Variable in class uic.widgets.ColorSelectionBase
 
HSVSelector - Class in uic.widgets
This widget provides a color selection panel.
HSVSelector() - Constructor for class uic.widgets.HSVSelector
 
HSVSelector(Color) - Constructor for class uic.widgets.HSVSelector
 
hsvSpinnerChangedSlot() - Method in class uic.widgets.ColorSelection
Is called when the user changes any hsv spinner.
htmlColorChangedSlot(String) - Method in class uic.widgets.ColorSelection
Is called when the user changes the html color text.
htmlLineEdit - Variable in class uic.widgets.ColorSelectionBase
 
hueSpin - Variable in class uic.widgets.ColorSelectionBase
 

I

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
To to internationalisation you call this method.
i18n(String) - Method in class uic.pjava.Translate.Translator
 
i18n(String) - Method in class uic.Translate
To do internationalisation you call this method.
i18n(String) - Method in class uic.Translate.Translator
 
i18n(String) - Method in interface uic.TranslationInterface
To to internationalisation of a string, you call this method.
iconFactory - Variable in class uic.model.ActionFactory
 
IconFactory - Class in uic.model
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.ClasspathRepository - Class in uic.model
A repository that will load images from the classpath.
IconFactory.ClasspathRepository() - Constructor for class uic.model.IconFactory.ClasspathRepository
This constructor will search for basic images.
IconFactory.ClasspathRepository(String[]) - Constructor for class uic.model.IconFactory.ClasspathRepository
This constructor create a repository that will search for images with the given extentions.
IconFactory.ClasspathRepository(String[], String[]) - Constructor for class uic.model.IconFactory.ClasspathRepository
This constructor create a repository that will search for images with the given attributes.
IconFactory.IconRepository - Class in uic.model
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 in uic.model
This interface is used to query any repository for icons it might have to be used by the IconFactory.
IconFactory.SizeComperator - Class in uic.model
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 in uic.model
A repository to allow things like the jlfg jar to be used.
IconFactory.ZipFileRepository(String) - Constructor for class uic.model.IconFactory.ZipFileRepository
 
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
 
init(InputStream) - Method in class uic.model.ActionFactory
 
initListener() - Method in class uic.widgets.UICTextField
 
inputField - Variable in class uic.widgets.IntegerInputButtonBase
 
inputFieldEnterSlot() - Method in class uic.widgets.IntegerInputButton
 
inputFieldEscapeSlot() - Method in class uic.widgets.IntegerInputButton
 
inputFieldFocusLostSlot() - Method in class uic.widgets.IntegerInputButton
 
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.
insertColumn(int, double) - Method in class uic.zaval.layout.NaturalLayout
Inserts a column in this layout.
insertColumn(int) - Method in class uic.zaval.layout.NaturalLayout
Convinience function for the above one.
insertIndexInterval(int, int, boolean) - Method in class uic.model.ExtendedListSelectionModel
Insert length indices beginning before/after index.
insertPage(JComponent, int) - Method in class uic.widgets.UICWizard
Insert a page somewhere in the 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.
insertRow(int, double) - Method in class uic.zaval.layout.NaturalLayout
Inserts a row in this layout.
insertRow(int) - Method in class uic.zaval.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
insertUpdate(DocumentEvent) - Method in class uic.action.DocumentChangedAction
 
insets() - Method in class uic.pjava.widgets.UICGroupBox
 
installComponents() - Method in class uic.themes.UICScrollBarUI
 
installComponents() - Method in class uic.themes.UICTabbedPaneUI
Add the browse buttons
installDefaults(AbstractButton) - Method in class uic.themes.UICRadioButtonUI
 
installDefaults(AbstractButton) - Method in class uic.themes.UICToolBarButtonUI
Since our TableSorterHeader extends JButton we load the tableHeader stuff here.
installDefaults() - Method in class uic.themes.UICToolBarUI
 
installListeners() - Method in class uic.themes.UICListUI
 
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
 
IntegerInputButton - Class in uic.widgets
Widget that shows a button, but provides a textfield for entering integers when clicked.
IntegerInputButton(int, int) - Constructor for class uic.widgets.IntegerInputButton
 
IntegerInputButton(String, int, int) - Constructor for class uic.widgets.IntegerInputButton
 
IntegerInputButtonBase - Class in uic.widgets
Class generated by UICompiler.
IntegerInputButtonBase() - Constructor for class uic.widgets.IntegerInputButtonBase
 
IntegerInputButtonBase(boolean) - Constructor for class uic.widgets.IntegerInputButtonBase
 
internalWindow - Variable in class uic.widgets.AbstractWindow
 
intValue() - Method in class uic.lang.FileSize
Returns the value of the specified number as an int.
intValue() - Method in class uic.widgets.UICSpinbox
Convenience method for getvalue().intValue()
invalidateLayout(Container) - Method in class uic.layout.HorizontalLayout
Invalidates the layout.
invalidateLayout(Container) - Method in class uic.layout.NaturalLayout
Invalidates the layout.
invalidateLayout(Container) - Method in class uic.layout.VerticalLayout
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.
isArmed() - Method in class uic.widgets.GroupBox
Returns if the component has been selected to be activated.
isAscending() - Method in class uic.model.TableRowSorter
Is current sort ascending?
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.filechooser.DetailedFileView.ListViewTableModel
 
isCollapsable() - Method in class uic.widgets.GroupBox
 
isEditable() - Method in class uic.widgets.calendar.UICDateEdit
Returns whether or not this is an editable UICDateEdit.
isEnabled() - Method in class uic.model.UICSimpleAction
 
isFocusable() - Method in class uic.widgets.ExtraWindow.CloseButton
 
isFocusable() - Method in class uic.widgets.HSVSelector
 
isFocusTraversable() - Method in class uic.widgets.ExtraWindow.CloseButton
 
isFocusTraversable() - Method in class uic.widgets.HSVSelector
 
isFocusTraversable() - Method in class uic.widgets.ToolBarButton
 
isFocusTraversable() - Method in class uic.widgets.UICArrowButton
Overloaded method
isGhosted() - Method in class uic.widgets.GroupBox
A groupbox itself does not get disabled, only its content will, this method returns if it is ghosted.
isHorizontal() - Method in class uic.widgets.ToolBarContainer
Shorthand 'orientation' method.
isHTMLtext(String) - Static method in class uic.output.AbstractWidget
 
isLastTabVisible() - Method in class uic.themes.UICTabbedPaneUI
 
isLocked() - Method in class uic.model.WorkerThread.Job
 
isLocked() - Method in class uic.model.WorkerThread.Worker
 
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
 
isSelected() - Method in class uic.model.UICToggleAction
 
isSelectedIndex(int) - Method in class uic.model.ExtendedListSelectionModel
Returns true if the specified index is selected.
isSelectionEmpty() - Method in class uic.model.ExtendedListSelectionModel
Returns true if no indices are selected.
isShortcut(File) - Method in class uic.widgets.filechooser.Shortcut.DefaultShortcut
 
isShortcut(File) - Static method in class uic.widgets.filechooser.Shortcut
Returns true if the file is a shortcut.
isShortcut(File) - Method in class uic.widgets.filechooser.Shortcut.KDEShortcut
 
isShortcut(File) - Method in class uic.widgets.filechooser.Shortcut.WindowsShortcut
 
isUnique(int, String) - Method in class uic.output.VariableManager
Checks if a name has already been taken.
isUnique(String) - Method in class uic.output.VariableManager
Convenience method to check a variable.
isVerified(JComponent) - Method in class uic.widgets.UICWizard
 
ItemSelectableAction - Class in uic.action
When your users select an item from an ItemSelectable object a method of your choosing will be invoked.
ItemSelectableAction(Object, String) - Constructor for class uic.action.ItemSelectableAction
Create a new ItemSelectableAction.
ItemSelectableAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ItemSelectableAction
Create a new ItemSelectableAction.
itemStateChanged(ItemEvent) - Method in class uic.action.ItemSelectableAction
 

J

JavaFileWriter - Class in uic.output
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
 
JCheckBoxMenuItemAction - Class in uic.action
An event to respond to changes in JCheckBoxMenuItem.
JCheckBoxMenuItemAction(Object, String) - Constructor for class uic.action.JCheckBoxMenuItemAction
Create a new JCheckBoxMenuItemAction.
JCheckBoxMenuItemAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.JCheckBoxMenuItemAction
Create a new JCheckBoxMenuItemAction.
JLine - Class in uic.widgets
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.
JRadioButtonMenuItemAction - Class in uic.action
An event to respond to changes in JRadioButtonMenuItem.
JRadioButtonMenuItemAction(Object, String) - Constructor for class uic.action.JRadioButtonMenuItemAction
Create a new JRadioButtonMenuItemAction.
JRadioButtonMenuItemAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.JRadioButtonMenuItemAction
Create a new JRadioButtonMenuItemAction.
JSpinnerChangeAction - Class in uic.action
An event to respond to changes in the JSpinner.
JSpinnerChangeAction(Object, String) - Constructor for class uic.action.JSpinnerChangeAction
Create a new JSpinnerChangeAction.
JSpinnerChangeAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.JSpinnerChangeAction
Create a new JSpinnerChangeAction.
JTextComponentEnterAction - Class in uic.action
An event to respond to <enter> released in JTextComponents.
JTextComponentEnterAction(Object, String) - Constructor for class uic.action.JTextComponentEnterAction
Create a new JTextComponentEnterAction.
JTextComponentEnterAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.JTextComponentEnterAction
Create a new JTextComponentEnterAction.
JTreeDoubleClickAction - Class in uic.action
When your users double click an item in a tree, a method of your choosing will be invoked.
JTreeDoubleClickAction(Object, String) - Constructor for class uic.action.JTreeDoubleClickAction
Create a new JTreeDoubleClickAction.
JTreeDoubleClickAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.JTreeDoubleClickAction
Create a new JTreeDoubleClickAction.

K

KColorButton - Class in uic.output.swing
 
KColorButton(UICBuilder, Element) - Constructor for class uic.output.swing.KColorButton
 
KDatePicker - Class in uic.output.swing
 
KDatePicker(UICBuilder, Element) - Constructor for class uic.output.swing.KDatePicker
 
KDateWidget - Class in uic.output.swing
 
KDateWidget(UICBuilder, Element) - Constructor for class uic.output.swing.KDateWidget
 
KDoubleNumInput - Class in uic.output.swing
 
KDoubleNumInput(UICBuilder, Element) - Constructor for class uic.output.swing.KDoubleNumInput
 
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.
keyPressed(KeyEvent) - Method in class uic.action.ComponentEscapeAction
executes the action.
keyPressed(KeyEvent) - Method in class uic.action.ComponentKeyboardAction
 
keyPressed(KeyEvent) - Method in class uic.action.JTextComponentEnterAction
excutes the action.
keyPressed(KeyEvent) - Method in class uic.themes.UICListUI.KeyInputListener
 
keyReleased(KeyEvent) - Method in class uic.action.ComponentEscapeAction
igored.
keyReleased(KeyEvent) - Method in class uic.action.ComponentKeyboardAction
 
keyReleased(KeyEvent) - Method in class uic.action.JTextComponentEnterAction
ignored.
keyReleased(KeyEvent) - Method in class uic.themes.UICListUI.KeyInputListener
 
keyTyped(KeyEvent) - Method in class uic.action.ComponentEscapeAction
igored.
keyTyped(KeyEvent) - Method in class uic.action.ComponentKeyboardAction
 
keyTyped(KeyEvent) - Method in class uic.action.JTextComponentEnterAction
igored.
keyTyped(KeyEvent) - Method in class uic.themes.UICListUI.KeyInputListener
 
keyTypedSlot(char, int, KeyEvent) - Method in class uic.widgets.GroupBox
 
KHSSelector - Class in uic.output.swing
 
KHSSelector(UICBuilder, Element) - Constructor for class uic.output.swing.KHSSelector
 
KRestrictedLine - Class in uic.output.swing
 
KRestrictedLine(UICBuilder, Element) - Constructor for class uic.output.swing.KRestrictedLine
 
KSqueezedTextLabel - Class in uic.output.swing
 
KSqueezedTextLabel(UICBuilder, Element) - Constructor for class uic.output.swing.KSqueezedTextLabel
 

L

label - Variable in class uic.output.swing.QLabel
 
LAST_DIRECTORY - Static variable in class uic.widgets.filechooser.Config
 
LAST_FILE - Static variable in class uic.widgets.filechooser.Config
 
LAST_FILEVIEW - Static variable in class uic.widgets.filechooser.Config
 
layout(LayoutContainer) - Method in class uic.zaval.layout.NaturalLayout
To lay out the specified container using this layout.
layoutContainer(Container) - Method in class uic.layout.HorizontalLayout
To lay out the specified container using this layout.
layoutContainer(Container) - Method in class uic.layout.NaturalLayout
To lay out the specified container using this layout.
layoutContainer(Container) - Method in class uic.layout.VerticalLayout
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.
layoutIsChanged() - Method in class uic.zaval.layout.NaturalLayout
Remove all cached data.
leavingPage(JComponent, boolean) - Method in class uic.widgets.UICWizard
Called when leaving a page.
leavingWizard(boolean) - Method in class uic.widgets.UICWizard
Called when leaving the wizard.
LEFT - Static variable in class uic.widgets.BevelArrowIcon
Direction for the setDirection method.
LEFT - Static variable in class uic.widgets.filechooser.FileChooser.BrowseIcon
 
leftArrow - Variable in class uic.pjava.widgets.tabbedpane.TabPanel
 
leftEnabled - Variable in class uic.pjava.widgets.tabbedpane.TabPanel
 
Line - Class in uic.output.pjava
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 in uic.output.swing
 
Line(UICBuilder, Element) - Constructor for class uic.output.swing.Line
 
Line - Class in uic.output.zaval
 
Line(UICBuilder, Element) - Constructor for class uic.output.zaval.Line
 
Line - Class in uic.pjava.widgets
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.
list - Variable in class uic.layout.NaturalLayout
List of components and their sizes
list - Variable in class uic.zaval.layout.NaturalLayout
List of components and their sizes
ListDeselectionAction - Class in uic.action
Notify you if the user deselects the last entry in a list or table.
ListDeselectionAction(Object, String) - Constructor for class uic.action.ListDeselectionAction
Create a new ListDeselectionAction
ListDeselectionAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ListDeselectionAction
Create a new ListDeselectionAction.
ListDoubleClickAction - Class in uic.action
When your users double click an item from a list/table a method of your choosing will be invoked.
ListDoubleClickAction(Object, String) - Constructor for class uic.action.ListDoubleClickAction
Create a new ListDoubleClickAction.
ListDoubleClickAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ListDoubleClickAction
Create a new ListDoubleClickAction.
listFiles - Variable in class uic.anttask.UICompiler
 
listFiles() - Method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil.LinuxDevicesFile
Parse /etc/mtab and return its mounts points.
listFiles(FileFilter) - Method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil.LinuxDevicesFile
Parse /etc/mtab and return its mounts points.
ListSelectionAction - Class in uic.action
When your users select an item from a List or JTable component a method of your choosing will be invoked.
ListSelectionAction(Object, String) - Constructor for class uic.action.ListSelectionAction
Create a new ListSelectionAction
ListSelectionAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.ListSelectionAction
Create a new ListSelectionAction.
loadToolBarPositions(Preferences) - Method in class uic.widgets.WindowRepresenter
 
location - Variable in class uic.widgets.UICToolBar
 
lock() - Method in class uic.model.WorkerThread
Locks the worker thread from executing new jobs.
longValue() - Method in class uic.lang.FileSize
Returns the value of the specified number as a long.
LOWERED - Static variable in class uic.pjava.widgets.Line
 
LOWERED - Static variable in class uic.widgets.JLine
 
lPreview - Variable in class uic.themeconfig.FontPreviewBase
 

M

main(String[]) - Static method in class uic.tests.ComboBoxTest
 
main(String[]) - Static method in class uic.themeconfig.ConfigDialog
 
main(String[]) - Static method in class uic.UIC
 
main(String[]) - Static method in class uic.widgets.calendar.UICDatePicker
 
main(String[]) - Static method in class uic.widgets.filechooser.DetailedFileView
 
main(String[]) - Static method in class uic.widgets.filechooser.FileChooser
Test functionality.
main(String[]) - Static method in class uic.widgets.filechooser.Shortcut
 
MainWindow - Class in uic.widgets
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 in uic.widgets
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 in uic.widgets
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 in uic.widgets
 
MainWindow.RootPane.RootLayout() - Constructor for class uic.widgets.MainWindow.RootPane.RootLayout
 
mainWindowCount - Static variable in class uic.widgets.MainWindow
 
margin - Variable in class uic.layout.NaturalLayout
Margin/spacing
margin - Variable in class uic.zaval.layout.NaturalLayout
Margin/spacing
markLocking() - Static method in class uic.model.WorkerThread
Widgets should call this method if they lock for a long period of time.
markLocking() - Method in class uic.model.WorkerThread.Worker
 
max(Sizes) - Method in class uic.layout.Sizes
set this instance' sizes to the Math.max() of both this and the arguments values.
max(Sizes) - Method in class uic.zaval.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
 
max2(int, int) - Static method in class uic.zaval.layout.NaturalLayout
 
maximumLayoutSize(Container) - Method in class uic.layout.HorizontalLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
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.layout.VerticalLayout
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
 
maximumLayoutSize(LayoutContainer) - Method in class uic.zaval.layout.NaturalLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumSize - Variable in class uic.layout.NaturalLayout
 
maximumSize - Variable in class uic.zaval.layout.NaturalLayout
 
mergeOrShow(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
A convenience method so TabSplitter can add merge capability
METHOD - Static variable in class uic.output.VariableManager
 
methodNames - Variable in class uic.themeconfig.ThemeColorsPreview
 
MethodRepresenter - Class in uic.output.builder
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
 
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.
min(Sizes) - Method in class uic.zaval.layout.Sizes
set this instance' sizes to the Math.min() of both this and the arguments values.
MINIMUM - Static variable in class uic.layout.NaturalLayout
 
MINIMUM - Static variable in class uic.zaval.layout.NaturalLayout
 
minimumLayoutSize(Container) - Method in class uic.layout.HorizontalLayout
Determines the minimum size of the container argument using this layout.
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.layout.VerticalLayout
Determines the minimum size of the container argument using this layout.
minimumLayoutSize(Container) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
minimumLayoutSize(LayoutContainer) - Method in class uic.zaval.layout.NaturalLayout
Determines the minimum size of the container argument using this layout.
minimumSize - Variable in class uic.layout.NaturalLayout
 
minimumSize - Variable in class uic.zaval.layout.NaturalLayout
 
model - Variable in class uic.model.TableRowSorter
 
moreButtonPressedSlot() - Method in class uic.widgets.UICToolBar
Called when the 'more' button has been pressed.
MOUSE_BUTTON1 - Static variable in class uic.action.ComponentMouseClickedAction
 
MOUSE_BUTTON2 - Static variable in class uic.action.ComponentMouseClickedAction
 
MOUSE_BUTTON3 - Static variable in class uic.action.ComponentMouseClickedAction
 
MOUSE_NOBUTTON - Static variable in class uic.action.ComponentMouseClickedAction
 
mouseClicked(MouseEvent) - Method in class uic.action.ComponentMouseClickedAction
Implementation of MouseListener interface.
mouseClicked(MouseEvent) - Method in class uic.action.JTreeDoubleClickAction
 
mouseClicked(MouseEvent) - Method in class uic.action.ListDoubleClickAction
 
mouseClicked(MouseEvent) - Method in class uic.action.ListSelectionAction
Implementation of MouseListener interface.
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
 
mouseDownSlot(int, int) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Handles the selectionchanges.
mouseDragged(MouseEvent) - Method in class uic.themes.UICListUI.MouseInputHandler
 
mouseDragged(MouseEvent) - Method in class uic.themes.UICToolBarUI.UICDocingListener
 
mouseEntered(MouseEvent) - Method in class uic.action.ComponentMouseClickedAction
Implementation of MouseListener interface.
mouseEntered(MouseEvent) - Method in class uic.action.JTreeDoubleClickAction
 
mouseEntered(MouseEvent) - Method in class uic.action.ListDoubleClickAction
 
mouseEntered(MouseEvent) - Method in class uic.action.ListSelectionAction
Implementation of MouseListener interface.
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.action.ComponentMouseClickedAction
Implementation of MouseListener interface.
mouseExited(MouseEvent) - Method in class uic.action.JTreeDoubleClickAction
 
mouseExited(MouseEvent) - Method in class uic.action.ListDoubleClickAction
 
mouseExited(MouseEvent) - Method in class uic.action.ListSelectionAction
Implementation of MouseListener interface.
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.action.ComponentMouseClickedAction
Implementation of MouseListener interface.
mousePressed(MouseEvent) - Method in class uic.action.JTreeDoubleClickAction
 
mousePressed(MouseEvent) - Method in class uic.action.ListDoubleClickAction
 
mousePressed(MouseEvent) - Method in class uic.action.ListSelectionAction
Implementation of MouseListener interface.
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.action.ComponentMouseClickedAction
Implementation of MouseListener interface.
mouseReleased(MouseEvent) - Method in class uic.action.JTreeDoubleClickAction
 
mouseReleased(MouseEvent) - Method in class uic.action.ListDoubleClickAction
 
mouseReleased(MouseEvent) - Method in class uic.action.ListSelectionAction
Implementation of MouseListener interface.
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
 
mouseReleasedSlot(int, int) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Fires the month change event with the month under the mouse pointer.
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
 
MultiPanelInterface - Interface in uic.output
Interface for multi panel widgets like QWizard or QTabwidget.
MULTIPLE_SELECTION - Static variable in class uic.pjava.widgets.table.Table
 
myTheme - Static variable in class uic.widgets.MainWindow
A UICompiler theme (most of the time) that is created for this window

N

name - Variable in class uic.output.builder.Representer
 
NaturalLayout - Class in uic.layout
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(int, int, 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.
NaturalLayout - Class in uic.zaval.layout
NaturalLayout is a layout manager that arranges components in rows and columns like a spreadsheet.
NaturalLayout() - Constructor for class uic.zaval.layout.NaturalLayout
Constructs an instance of NaturalLayout.
NaturalLayout(int, int) - Constructor for class uic.zaval.layout.NaturalLayout
Constructs an instance of NaturalLayout with a specified row/column size.
NaturalLayout(int, int, int, int) - Constructor for class uic.zaval.layout.NaturalLayout
Constructs an instance of NaturalLayout with a specified row/column size.
NaturalLayout(double[][]) - Constructor for class uic.zaval.layout.NaturalLayout
Constructs an instance of NaturalLayout.
newFolderButton - Variable in class uic.widgets.filechooser.FileChooserBase
 
newFolderButtonAction - Variable in class uic.widgets.filechooser.FileChooserBase
 
newFolderButtonPressedSlot() - Method in class uic.widgets.filechooser.FileChooser
Create a new directory in the current folder.
newFolderButtonPressedSlot() - Method in class uic.widgets.filechooser.FileChooserBase
 
next() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Move to next tab, wrapping around to first tab if necessary.
nextButton - Variable in class uic.widgets.filechooser.FileChooserBase
 
nextButtonAction - Variable in class uic.widgets.filechooser.FileChooserBase
 
nextButtonPressedSlot() - Method in class uic.widgets.filechooser.FileChooser
Go to the next directory in the history.
nextButtonPressedSlot() - Method in class uic.widgets.filechooser.FileChooserBase
 
NO_SELECTION - Static variable in class uic.model.ExtendedListSelectionModel
No selection possible
NO_SELECTION - Static variable in class uic.pjava.widgets.table.Table
 
NONE - Static variable in class uic.widgets.BevelArrowIcon
Direction for the setDirection method.
NONE - Static variable in class uic.widgets.TableSorterHeaderRenderer
 

O

ObjectRepresenter - Class in uic.output.builder
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 in uic.output.builder
 
ObjectRepresenter.Assignment(FieldRepresenter, Representer) - Constructor for class uic.output.builder.ObjectRepresenter.Assignment
 
OK_APPLY_CANCEL - Static variable in class uic.widgets.StandardDialog
 
OK_CANCEL - Static variable in class uic.widgets.StandardDialog
 
oldHeight - Variable in class uic.layout.NaturalLayout
Previous known height of the container
oldHeight - Variable in class uic.zaval.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
oldWidth - Variable in class uic.zaval.layout.NaturalLayout
Previous known width of the container
open(UICTheme) - Method in class uic.themeconfig.ConfigDialogImpl
 
OPEN_DIRECTORIES_WITH_SINGLE_CLICK - Static variable in class uic.widgets.filechooser.Config
 
openContextMenuSlot(int, int) - Method in class uic.widgets.UICToolBar
Method shows the popup menu for this toolbar.
openThemeConfigDialog() - Method in class uic.widgets.MainWindow
Open a dialog that allows the user to configure the colors, fonts and various other settings.
openToolBarSlot() - Method in class uic.widgets.UICToolBar
Called when clicking on a 'flat' toolbar to open it again in its last known location.
optionsButton - Variable in class uic.widgets.filechooser.FileChooserBase
 
optionsButtonAction - Variable in class uic.widgets.filechooser.FileChooserBase
 
optionsButtonPressedSlot() - Method in class uic.widgets.filechooser.FileChooserBase
 
OptionsPane - Class in uic.themeconfig
 
OptionsPane(UICTheme) - Constructor for class uic.themeconfig.OptionsPane
 
OptionsPaneBase - Class in uic.themeconfig
Class generated by UICompiler.
OptionsPaneBase() - Constructor for class uic.themeconfig.OptionsPaneBase
 
OptionsPaneBase(boolean) - Constructor for class uic.themeconfig.OptionsPaneBase
 
OutputterInterface - Interface in uic.output
Each outputer has to implement this interface to be pluggable into UIC.
overrideUISettings() - Method in class uic.widgets.filechooser.DetailedFileView
 
overrideUISettings() - Method in interface uic.widgets.filechooser.FileView
 
overrideUISettings() - Method in class uic.widgets.filechooser.SimpleFileView
 

P

paint(Graphics) - Method in class uic.pjava.widgets.Line
 
paint(Graphics) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Paints the tab panel image (tabs, border, background)
paint(Graphics) - Method in class uic.pjava.widgets.UICGroupBox
 
paint(Graphics) - Method in class uic.themeconfig.ThemeColorsPreview
 
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, JComponent) - Method in class uic.themes.UICToolBarButtonUI
Overrides the default paint Does not paint the original focus and calls paintFocus implemented here
paint(Graphics) - Method in class uic.widgets.ColorButtons
 
paint(Graphics) - Method in class uic.widgets.filechooser.FileChooser.FileChooserPreviewPanel
 
paint(Graphics) - Method in class uic.widgets.GroupBox
 
paint(Graphics) - Method in class uic.widgets.HSVSelector
 
paint(Graphics) - Method in class uic.widgets.JLine
 
paint(Graphics) - Method in class uic.widgets.UICArrowButton
Overloaded method
paint(Graphics) - Method in class uic.widgets.UICToolBar.ScaleHandle
 
paintBackground(Graphics) - Method in class uic.themes.UICTextFieldUI
 
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
paintButton(Graphics, AbstractButton) - Method in class uic.themes.UICToolBarButtonUI
 
paintButtonPressed(Graphics, AbstractButton) - Method in class uic.themes.UICButtonUI
Paints the focus non-pressed button
paintButtonPressed(Graphics, AbstractButton) - Method in class uic.themes.UICToolBarButtonUI
 
paintChildren(Graphics) - Method in class uic.widgets.ToolBarContainer
Draw seperators.
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
 
paintComponent(Graphics) - Method in class uic.widgets.calendar.UICCalendar
Paint the calendar on this component.
paintComponent(Graphics) - Method in class uic.widgets.calendar.UICDateEdit.UICDatePickerButton
 
paintComponent(Graphics) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
 
paintComponent(Graphics) - Method in class uic.widgets.StatusBar
Overrides the paint from the super
paintComponent(Graphics) - Method in class uic.widgets.ToolBarButton
 
paintComponent(Graphics) - Method in class uic.widgets.UICSqueezedTextLabel
 
paintFocus(Graphics, Rectangle, Dimension) - Method in class uic.themes.UICRadioButtonUI
 
paintFocus(Graphics, AbstractButton) - Method in class uic.themes.UICToolBarButtonUI
 
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
paintHorizontalThumb(Graphics, JComponent, Rectangle) - Method in class uic.themes.UICScrollBarUI
 
paintIcon(Graphics, JComponent, Rectangle) - Method in class uic.themes.UICToolBarButtonUI
Paint the icon Override to implement disabled icon even if it is not an instance of ImageIcon
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.filechooser.FCImageIcon
Overriden to paint the system icon
paintIcon(Component, Graphics, int, int) - Method in class uic.widgets.filechooser.FileChooser.BrowseIcon
 
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
paintString(Graphics, Rectangle2D.Double, String) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Paints the specified string centered in the specified rectangle on the specified graphics object.
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
 
paintText(Component, Graphics, String, int, int) - Method in class uic.widgets.GroupBox.AbstractCollapsableBorder
 
paintThumb(Graphics, JComponent, Rectangle) - Method in class uic.themes.UICScrollBarUI
 
paintTrack(Graphics, JComponent, Rectangle) - Method in class uic.themes.UICScrollBarUI
 
paintVerticalThumb(Graphics, JComponent, Rectangle) - Method in class uic.themes.UICScrollBarUI
 
parent - Variable in class uic.output.builder.Representer
 
parse(String) - Method in class uic.widgets.calendar.UICCalendarModel
Parses the specified string as the new calendar data.
parseObject(String, ParsePosition) - Method in class uic.widgets.UICSpinbox.SimpleFormat
 
pastePressedSlot() - Method in class uic.widgets.PopupActionManager
 
pControl - Variable in class uic.themeconfig.FontsBase
 
pickerButtonClickedSlot() - Method in class uic.widgets.calendar.UICDateEdit
Called when the button was clicked.
placeToolBarOnWindow(Component, Window, String) - Static method in class uic.widgets.ToolBarContainer
 
placeToolBarOnWindow(Component, Window, int) - Static method in class uic.widgets.ToolBarContainer
 
placeToolBarOnWindow(Component, Window) - Static method in class uic.widgets.ToolBarContainer
 
placeToolBarOnWindow(Component, MainWindow, String) - Static method in class uic.widgets.ToolBarContainer
Add a toolbar to the mainwindow
placeToolBarOnWindow(Component, MainWindow, int) - Static method in class uic.widgets.ToolBarContainer
Add a toolbar to the mainwindow
placeToolBarOnWindow(Component, MainWindow) - Static method in class uic.widgets.ToolBarContainer
Add a toolbar to the mainwindow
placeToolBarOnWindow(Component, MainWindow, String, int) - Static method in class uic.widgets.ToolBarContainer
 
placeToolBarOnWindow(Component, Component, String, int) - Static method in class uic.widgets.ToolBarContainer
add a toolbar to a window based on any component that belongs to a certain window.
placeToolBarOnWindow(Component, Window, String, Point) - Static method in class uic.widgets.ToolBarContainer
 
placeToolBarOnWindow(Component, 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, double[], double[], Entry) - Method in class uic.layout.NaturalLayout
Helper method for calculateSize
placeWidget(Sizes, Sizes, Sizes, double[], double[], Entry) - Method in class uic.zaval.layout.NaturalLayout
Helper method for calculateSize
PLAIN - Static variable in class uic.pjava.widgets.Line
 
PLAIN - Static variable in class uic.widgets.JLine
 
pMenu - Variable in class uic.themeconfig.FontsBase
 
POLICY_DIRECT - Static variable in class uic.model.ActionFactory
 
POLICY_DIRECT_MULTITHREADED - Static variable in class uic.model.ActionFactory
 
POLICY_ONLY_LAST - Static variable in class uic.model.ActionFactory
 
POLICY_QUEUED - Static variable in class uic.model.ActionFactory
 
PopupActionManager - Class in uic.widgets
This class is a singleton that creates a set of Action objects and manages the popup.
positionDialog(boolean) - Method in class uic.widgets.AbstractWindow
 
positionDialog(boolean, Window, Window) - Static method in class uic.widgets.AbstractWindow
Place the dialog on screen.
PREFERRED - Static variable in class uic.layout.NaturalLayout
 
PREFERRED - Static variable in class uic.zaval.layout.NaturalLayout
 
preferredLayoutSize(Container) - Method in class uic.layout.HorizontalLayout
Determines the preferred size of the container argument using this layout.
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.layout.VerticalLayout
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
 
preferredSize - Variable in class uic.zaval.layout.NaturalLayout
 
preview(File, Graphics, Component, int, int, int, int) - Method in class uic.widgets.filechooser.FilePreviewImage
 
preview(File, Graphics, Component, int, int, int, int) - Method in interface uic.widgets.filechooser.FilePreviewInterface
 
previewArea - Variable in class uic.themeconfig.ColorConfigPanelBase
 
previewLabel - Variable in class uic.widgets.FontSelectionBase
 
previewPanel - Variable in class uic.widgets.ColorSelectionBase
 
previewType - Variable in class uic.widgets.ColorSelectionBase
 
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.
previousButton - Variable in class uic.widgets.filechooser.FileChooserBase
 
previousButtonAction - Variable in class uic.widgets.filechooser.FileChooserBase
 
previousButtonPressedSlot() - Method in class uic.widgets.filechooser.FileChooser
Go to the previous directory in the history.
previousButtonPressedSlot() - Method in class uic.widgets.filechooser.FileChooserBase
 
printDocumentationLine(String) - Method in class uic.output.builder.CodeSnippet
 
println(String) - Method in class uic.output.builder.CodeSnippet
 
processMouseEvent(MouseEvent, int) - Method in class uic.widgets.PopupActionManager
 
processMouseEvent(MouseEvent) - Method in class uic.widgets.UICTextField
 
profileSelectedSlot(ColorConfigPanel.Schema) - Method in class uic.themeconfig.ColorConfigPanel
 
profilesList - Variable in class uic.themeconfig.ColorConfigPanelBase
 
progressBar - Variable in class uic.widgets.StatusBar
 
PROP_BACKGROUNDCOLOR - Static variable in class uic.output.AbstractWidget
 
PROP_BUTTONMNEMONIC - Static variable in class uic.output.AbstractWidget
 
PROP_BUTTONTEXT - Static variable in class uic.output.AbstractWidget
 
PROP_FOREGROUNDCOLOR - Static variable in class uic.output.AbstractWidget
 
PROP_MAXIMUMSIZE - Static variable in class uic.output.AbstractWidget
 
PROP_MINIMUMSIZE - Static variable in class uic.output.AbstractWidget
 
PROP_TOOLTIP - Static variable in class uic.output.swing.AbstractWidget
 
properties - Variable in class uic.output.AbstractWidget
 
PROPERTY_CHANGE_BOUNDS - Static variable in class uic.widgets.calendar.UICCalendarModel
 
PROPERTY_CHANGE_CALENDAR - Static variable in class uic.widgets.calendar.UICCalendarModel
 
PROPERTY_CHANGE_DATE - Static variable in class uic.widgets.calendar.UICCalendarModel
 
PROPERTY_CHANGE_MONTH - Static variable in class uic.widgets.calendar.UICCalendarModel
 
PROPERTY_CHANGE_WEEK - Static variable in class uic.widgets.calendar.UICCalendarModel
 
PROPERTY_CHANGE_YEAR - Static variable in class uic.widgets.calendar.UICCalendarModel
 
PROPERTY_DATECHANGE - Static variable in class uic.widgets.calendar.UICDateEdit
This field can be used for listening to propertyChange events this widget fires.
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
 
propertyChange(PropertyChangeEvent) - Method in class uic.action.PropertyChangedAction
 
propertyChange(PropertyChangeEvent) - Method in class uic.widgets.UICSpinbox
 
PropertyChangedAction - Class in uic.action
An event to respond to firePropertyChange signals.
PropertyChangedAction(Object, String) - Constructor for class uic.action.PropertyChangedAction
Create a new PropertyChangedAction.
PropertyChangedAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.PropertyChangedAction
Create a new PropertyChangedAction.
PropertyChangedAction.PropertyChangeCreator - Interface in uic.action
 
pSubText - Variable in class uic.themeconfig.FontsBase
 
pSystem - Variable in class uic.themeconfig.FontsBase
 
pUser - Variable in class uic.themeconfig.FontsBase
 
pWindow - Variable in class uic.themeconfig.FontsBase
 

Q

QButtonGroup - Class in uic.output.pjava
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 in uic.output.swing
 
QButtonGroup(UICBuilder, Element) - Constructor for class uic.output.swing.QButtonGroup
 
QButtonGroup - Class in uic.output.zaval
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.zaval.QButtonGroup
 
QCheckBox - Class in uic.output.pjava
Maps QCheckBox classes to java.awt.Checkbox
QCheckBox(UICBuilder, Element) - Constructor for class uic.output.pjava.QCheckBox
 
QCheckBox - Class in uic.output.swing
 
QCheckBox(UICBuilder, Element) - Constructor for class uic.output.swing.QCheckBox
 
QCheckBox - Class in uic.output.zaval
Maps QCheckBox classes to java.awt.Checkbox
QCheckBox(UICBuilder, Element) - Constructor for class uic.output.zaval.QCheckBox
 
QComboBox - Class in uic.output.pjava
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 in uic.output.swing
 
QComboBox(UICBuilder, Element) - Constructor for class uic.output.swing.QComboBox
 
QComboBox - Class in uic.output.zaval
 
QComboBox(UICBuilder, Element) - Constructor for class uic.output.zaval.QComboBox
 
QDateEdit - Class in uic.output.swing
 
QDateEdit(UICBuilder, Element) - Constructor for class uic.output.swing.QDateEdit
 
QDateTimeEdit - Class in uic.output.swing
 
QDateTimeEdit(UICBuilder, Element) - Constructor for class uic.output.swing.QDateTimeEdit
 
QDialog - Class in uic.output.swing
 
QDialog(UICBuilder, Element) - Constructor for class uic.output.swing.QDialog
 
QFrame - Class in uic.output.swing
 
QFrame(UICBuilder, Element) - Constructor for class uic.output.swing.QFrame
 
QGroupBox - Class in uic.output.pjava
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 in uic.output.swing
 
QGroupBox(UICBuilder, Element) - Constructor for class uic.output.swing.QGroupBox
 
QGroupBox - Class in uic.output.zaval
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.zaval.QGroupBox
 
QLabel - Class in uic.output.pjava
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 in uic.output.swing
 
QLabel(UICBuilder, Element) - Constructor for class uic.output.swing.QLabel
 
QLabel - Class in uic.output.zaval
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.zaval.QLabel
 
QLayoutWidget - Class in uic.output.pjava
Creates the default awt container, java.awt.Panel
QLayoutWidget(UICBuilder, Element) - Constructor for class uic.output.pjava.QLayoutWidget
 
QLayoutWidget - Class in uic.output.swing
 
QLayoutWidget(UICBuilder, Element) - Constructor for class uic.output.swing.QLayoutWidget
 
QLayoutWidget - Class in uic.output.zaval
Creates the default awt container, java.awt.Panel
QLayoutWidget(UICBuilder, Element) - Constructor for class uic.output.zaval.QLayoutWidget
 
QLineEdit - Class in uic.output.pjava
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 in uic.output.swing
 
QLineEdit(UICBuilder, Element) - Constructor for class uic.output.swing.QLineEdit
 
QLineEdit - Class in uic.output.zaval
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.zaval.QLineEdit
 
QListBox - Class in uic.output.pjava
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 in uic.output.swing
 
QListBox(UICBuilder, Element) - Constructor for class uic.output.swing.QListBox
 
QListBox - Class in uic.output.zaval
 
QListBox(UICBuilder, Element) - Constructor for class uic.output.zaval.QListBox
 
QListView - Class in uic.output.pjava
Maps QListView to uic.pjava.widgets.table.Table class.
QListView(UICBuilder, Element) - Constructor for class uic.output.pjava.QListView
 
QListView - Class in uic.output.swing
 
QListView(UICBuilder, Element) - Constructor for class uic.output.swing.QListView
 
QListView - Class in uic.output.zaval
Maps QListView to uic.pjava.widgets.table.Table class.
QListView(UICBuilder, Element) - Constructor for class uic.output.zaval.QListView
 
QMultiLineEdit - Class in uic.output.pjava
Maps QMultiLineEdit to java.awt.TextArea
QMultiLineEdit(UICBuilder, Element) - Constructor for class uic.output.pjava.QMultiLineEdit
 
QMultiLineEdit - Class in uic.output.swing
 
QMultiLineEdit(UICBuilder, Element) - Constructor for class uic.output.swing.QMultiLineEdit
 
QProgressBar - Class in uic.output.swing
 
QProgressBar(UICBuilder, Element) - Constructor for class uic.output.swing.QProgressBar
 
QPushButton - Class in uic.output.pjava
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 in uic.output.swing
 
QPushButton(UICBuilder, Element) - Constructor for class uic.output.swing.QPushButton
 
QPushButton - Class in uic.output.zaval
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.zaval.QPushButton
 
QRadioButton - Class in uic.output.swing
 
QRadioButton(UICBuilder, Element) - Constructor for class uic.output.swing.QRadioButton
 
QRadioButton - Class in uic.output.zaval
Maps QCheckBox classes to java.awt.Checkbox
QRadioButton(UICBuilder, Element) - Constructor for class uic.output.zaval.QRadioButton
 
QSlider - Class in uic.output.swing
 
QSlider(UICBuilder, Element) - Constructor for class uic.output.swing.QSlider
 
QSlider - Class in uic.output.zaval
 
QSlider(UICBuilder, Element) - Constructor for class uic.output.zaval.QSlider
 
QSpinBox - Class in uic.output.swing
 
QSpinBox(UICBuilder, Element) - Constructor for class uic.output.swing.QSpinBox
 
QSpinBox - Class in uic.output.zaval
 
QSpinBox(UICBuilder, Element) - Constructor for class uic.output.zaval.QSpinBox
 
QSplitter - Class in uic.output.swing
 
QSplitter(UICBuilder, Element) - Constructor for class uic.output.swing.QSplitter
 
QTabWidget - Class in uic.output.pjava
Maps QTabWidget to uic.pjava.widgets.tabbedpane.TabPanel
QTabWidget(UICBuilder, Element) - Constructor for class uic.output.pjava.QTabWidget
 
QTabWidget - Class in uic.output.swing
 
QTabWidget(UICBuilder, Element) - Constructor for class uic.output.swing.QTabWidget
 
QTabWidget - Class in uic.output.zaval
Maps QTabWidget to uic.pjava.widgets.tabbedpane.TabPanel
QTabWidget(UICBuilder, Element) - Constructor for class uic.output.zaval.QTabWidget
 
QTimeEdit - Class in uic.output.swing
 
QTimeEdit(UICBuilder, Element) - Constructor for class uic.output.swing.QTimeEdit
 
QToolButton - Class in uic.output.swing
ToolBar button widget.
QToolButton(UICBuilder, Element) - Constructor for class uic.output.swing.QToolButton
 
queryClose() - Method in class uic.widgets.MainWindow
Called before the window is closed, either by the user or indirectly by the session manager.
QWidget - Class in uic.output.pjava
 
QWidget(UICBuilder, Element) - Constructor for class uic.output.pjava.QWidget
 
QWidget - Class in uic.output.swing
 
QWidget(UICBuilder, Element) - Constructor for class uic.output.swing.QWidget
 
QWidget - Class in uic.output.zaval
 
QWidget(UICBuilder, Element) - Constructor for class uic.output.zaval.QWidget
 
QWidgetStack - Class in uic.output.swing
 
QWidgetStack(UICBuilder, Element) - Constructor for class uic.output.swing.QWidgetStack
 
QWizard - Class in uic.output.swing
 
QWizard(UICBuilder, Element) - Constructor for class uic.output.swing.QWizard
 

R

RadioButtonIcon - Class in uic.widgets
An icon used by RadioButtons.
RadioButtonIcon(int) - Constructor for class uic.widgets.RadioButtonIcon
 
readInt(DataInputStream, int) - Static method in class uic.widgets.filechooser.Shortcut.WindowsShortcut
 
readString(DataInputStream) - Static method in class uic.widgets.filechooser.Shortcut.WindowsShortcut
 
redoPressedSlot() - Method in class uic.widgets.PopupActionManager
 
redSpin - Variable in class uic.widgets.ColorSelectionBase
 
registerAsListener(UICTextField) - Static method in class uic.widgets.PopupActionManager
Add undo and redo support to the argument textField via keyboard shortcuts.
registerAsListener(JTextComponent) - Static method in class uic.widgets.PopupActionManager
Add undo and redo support to the argument textField via keyboard shortcuts.
registerComponent(Component) - Method in class uic.action.SwingAction
Add a component to be managed and listened to by this action.
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.
remove(Component) - Method in class uic.widgets.UICToolBar
 
removeActionListener(ActionListener) - Method in class uic.widgets.calendar.UICCalendar
Removes the specified listener from the ActionListener list.
removeActionListener(ActionListener) - Method in class uic.widgets.calendar.UICDatePicker
Removes the specified listener from the ActionListener list.
removeActionListener(ActionListener) - Method in class uic.widgets.StandardDialog
Remove a previously registered actionListener.
removeActionListener(ActionListener) - Method in class uic.widgets.ToolBarButton
Override to set the initial delay of the popupmenu to be shown (if available).
removeAll() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Remove all components from the container.
removeAll() - Method in class uic.widgets.UICToolBar
 
removeAllRows() - Method in class uic.pjava.widgets.table.Table
 
removeChangeListener(ChangeListener) - Method in class uic.widgets.UICSpinbox
Remove a listener for value changed.
removeComponentListener(WindowDroppedListener) - Method in class uic.widgets.ExtraWindow
When we move we send an event.
removeFileSelectionListener(FileSelectionListener) - Method in class uic.widgets.filechooser.DetailedFileView
 
removeFileSelectionListener(FileSelectionListener) - Method in interface uic.widgets.filechooser.FileView
 
removeFileSelectionListener(FileSelectionListener) - Method in class uic.widgets.filechooser.SimpleFileView
Remove notification when a file has been selected.
removeIndexInterval(int, int) - Method in class uic.model.ExtendedListSelectionModel
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.HorizontalLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class uic.layout.NaturalLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class uic.layout.VerticalLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class uic.widgets.MainWindow.RootPane.RootLayout
 
removeListSelectionListener(ListSelectionListener) - Method in class uic.model.ExtendedListSelectionModel
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.
removeProgressBar() - Method in class uic.widgets.StatusBar
Remove the progress bar from the statusbar.
removePropertyChangeListener(PropertyChangeListener) - Method in class uic.model.SpinboxModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface uic.model.SpinboxModelInterface
 
removePropertyChangeListener(PropertyChangeListener) - Method in class uic.widgets.calendar.UICCalendarModel
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class uic.widgets.calendar.UICCalendarModel
 
removeRow(int) - Method in class uic.pjava.widgets.table.Table
 
removeSelectionInterval(int, int) - Method in class uic.model.ExtendedListSelectionModel
Change the selection to be the set difference of the current selection and the indices between index0 and index1 inclusive.
removeTableModelListener(TableModelListener) - Method in class uic.widgets.filechooser.DetailedFileView.ListViewTableModel
 
removeTabSelectionListener(TabSelectionListener) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Remove a TabSelectionListener.
removeToolBarListener(ToolBarListener) - Method in class uic.widgets.WindowRepresenter
 
removeUpdate(DocumentEvent) - Method in class uic.action.DocumentChangedAction
 
repaint() - Method in class uic.themeconfig.ThemeColorsPreview
 
repaintHeader() - Method in class uic.widgets.GroupBox
 
replace(String, String, String) - Static method in class uic.widgets.filechooser.FileChooser
Replaces first occurance of search with replace.
Representer - Class in uic.output.builder
Baseclass, probably useless by itself.
Representer() - Constructor for class uic.output.builder.Representer
 
Representer(String) - Constructor for class uic.output.builder.Representer
 
requestFocus() - Method in class uic.widgets.UICSpinbox
 
requestFocus(boolean) - Method in class uic.widgets.UICSpinbox
 
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
 
restoreBookmark() - Method in class uic.widgets.calendar.UICCalendarModel
Restores the bookmark.
restoreToolBar() - Method in class uic.widgets.UICToolBar
Called when closing a 'floating' toolbar to open it again in its last known location.
retireSlot() - Method in class uic.model.WorkerThread.Worker
 
rgbSpinnerChangedSlot() - Method in class uic.widgets.ColorSelection
Is called when the user changes any rgb spinner.
RIGHT - Static variable in class uic.widgets.BevelArrowIcon
Direction for the setDirection method.
RIGHT - Static variable in class uic.widgets.filechooser.FileChooser.BrowseIcon
 
rightArrow - Variable in class uic.pjava.widgets.tabbedpane.TabPanel
 
rightEnabled - Variable in class uic.pjava.widgets.tabbedpane.TabPanel
 
rNice - Variable in class uic.themeconfig.OptionsPaneBase
 
rollMonth(boolean) - Method in class uic.widgets.calendar.UICCalendarModel
Rolls the month one up or down.
rollYear(boolean) - Method in class uic.widgets.calendar.UICCalendarModel
Rolls the year one up or down.
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
row1 - Variable in class uic.zaval.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
row2 - Variable in class uic.zaval.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.
rowOffset - Variable in class uic.zaval.layout.NaturalLayout
Offsets of rows in pixels.
rowSize - Variable in class uic.layout.NaturalLayout
Heights of rows in pixels
rowSize - Variable in class uic.zaval.layout.NaturalLayout
Heights of rows in pixels
rowSpec - Variable in class uic.layout.NaturalLayout
Heights of rows expressed in absolute and relative terms
rowSpec - Variable in class uic.zaval.layout.NaturalLayout
Heights of rows expressed in absolute and relative terms
rRounded - Variable in class uic.themeconfig.OptionsPaneBase
 
rSimple - Variable in class uic.themeconfig.OptionsPaneBase
 
run() - Method in class uic.model.WorkerThread
Never ending thread that executed job after job, waiting for more in beteen.
run() - Method in class uic.model.WorkerThread.Worker
 
run(String, UIC.BuildSettings) - Method in class uic.output.JavaFileWriter
 
run(String, UIC.BuildSettings) - Method in interface uic.output.OutputterInterface
Run the outputter.
runningOnLinux - Static variable in class uic.themes.UICTheme
 
runningOnMacintosh - Static variable in class uic.themes.UICTheme
 

S

safeCommitEdit() - Method in class uic.widgets.UICSpinner
 
saturationSpin - Variable in class uic.widgets.ColorSelectionBase
 
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
 
saveToolBarPositions(Preferences) - Method in class uic.widgets.WindowRepresenter
 
scanDir(File, File, String[]) - Method in class uic.anttask.UICompiler
Scans the directory looking for source files to be compiled.
schedule(UICSimpleAction, Object[], Object) - Method in class uic.model.UICSimpleAction.DirectMultiThreadingPolicy
 
schedule(UICSimpleAction, Object[], Object) - Method in class uic.model.UICSimpleAction.DirectPolicy
 
schedule(UICSimpleAction, Object[], Object) - Method in interface uic.model.UICSimpleAction.ExecutePolicy
schedule an action according to policy.
schedule(UICSimpleAction, Object[], Object) - Method in class uic.model.UICSimpleAction.OnlyLastPolicy
 
schedule(UICSimpleAction, Object[], Object) - Method in class uic.model.UICSimpleAction.QueuedPolicy
 
schedule(UICSimpleAction, Object[], Object) - Method in class uic.model.UICSimpleAction.SimpleQueuedPolicy
 
scrollDueToClickInTrack(int) - Method in class uic.themes.UICSliderUI
 
ScrollWheelHelper - Class in uic.themes
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.
sDate - Variable in class uic.widgets.calendar.UICDatePickerBase
 
sDateEnteredSlot() - Method in class uic.widgets.calendar.UICDatePicker
Called if enter is inputted in the sDate textfield.
sectionPanel - Variable in class uic.themeconfig.ConfigDialogBase
 
sectionsList - Variable in class uic.themeconfig.ConfigDialogBase
 
SELECT_ACTION - Static variable in class uic.widgets.calendar.UICCalendar
The actionCommand for the ActionEvent that will be fired on date selections.
selectAllPressedSlot() - Method in class uic.widgets.PopupActionManager
 
selectColorDialog(Window, Color) - Static method in class uic.widgets.ColorSelection
Show a color selection dialog with the argument color as a proposal.
selectColorSlot(int, int) - Method in class uic.themeconfig.ThemeColorsPreview
 
selectDateSlot(int, int, boolean) - Method in class uic.widgets.calendar.UICCalendar
Selects the date at the specified x,y position.
selected - Variable in class uic.model.UICToggleAction
 
selectFile(MainWindow) - Static method in class uic.widgets.filechooser.FileChooser
Convenience method for the FileChooser.selectFile(Window) method.
selectFile(MainWindow, String) - Static method in class uic.widgets.filechooser.FileChooser
Convenience method for the FileChooser.selectFile(Window,String) method.
selectFile(MainWindow, String, List) - Static method in class uic.widgets.filechooser.FileChooser
Convenience method for the FileChooser.selectFile(Window,String,List) method.
selectFile(MainWindow, String, List, String) - Static method in class uic.widgets.filechooser.FileChooser
Convenience method for the FileChooser.selectFile(Window,String,List,String) method.
selectFile(MainWindow, String, List, String, File) - Static method in class uic.widgets.filechooser.FileChooser
Convenience method for the FileChooser.selectFile(Window,String,List,String,File) method.
selectFile(Window) - Static method in class uic.widgets.filechooser.FileChooser
Show file selection dialog.
selectFile(Window, String) - Static method in class uic.widgets.filechooser.FileChooser
Show file selection dialog.
selectFile(Window, String, List) - Static method in class uic.widgets.filechooser.FileChooser
Show file selection dialog.
selectFile(Window, String, List, String) - Static method in class uic.widgets.filechooser.FileChooser
Show file selection dialog.
selectFile(Window, String, List, String, File) - Static method in class uic.widgets.filechooser.FileChooser
Show file selection dialog.
selectFileAt(int) - Method in class uic.widgets.filechooser.SimpleFileView
Selects the file in the current row.
selectFiles(MainWindow, String, List, String, File) - Static method in class uic.widgets.filechooser.FileChooser
Convenience method for the FileChooser.selectFiles(Window,String,List,String,File) method.
selectFiles(Window, String, List, String, File) - Static method in class uic.widgets.filechooser.FileChooser
Show file selection dialog.
selectFontDialog(Window, Font) - Static method in class uic.widgets.FontSelection
 
selectionChanged() - Method in class uic.action.ListSelectionAction
This method is called directly after all events which come from one action are handled.
selectionExtraHeight - Variable in class uic.themes.UICTabbedPaneUI
 
selectionForKey(char, ComboBoxModel) - Method in class uic.themes.UICComboBoxKeyManager
 
selector - Variable in class uic.widgets.ColorSelectionBase
 
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.
sendColorClickedEvent(int) - Method in class uic.themeconfig.ThemeColorsPreview
 
sentMonthChangedEvent(int) - Method in class uic.widgets.calendar.UICDatePicker.MonthSelector
Sent an event for month change to the listeners.
setAddMethod(MethodRepresenter) - Method in class uic.output.builder.ContainerRepresenter
 
setAllowConfigurationDialog(boolean) - Method in class uic.widgets.MainWindow
Configure if this window allows a theme-configuration dialog to be shown.
setAllowToolBarConfiguration(boolean) - Method in class uic.widgets.MainWindow
Configure if each toolbar should have a popup where the user can configure what is shown.
setAllowToolBarConfiguration(boolean) - Method in class uic.widgets.WindowRepresenter
Enables or disables menu items which allow the user to configure toolbars On both regular and context menus
setAllowToolBarHiding(boolean) - Method in class uic.model.ActionFactory
Set true to allow the user the option to hide toolbars Set false to not present hiding options to the user Toolbar hiding must also be set on the WindowRepresenter.
setAllowToolBarHiding(boolean) - Method in class uic.widgets.MainWindow
Configure if toolbar hiding widgets should be shown to the user.
setAllowToolBarHiding(boolean) - Method in class uic.widgets.WindowRepresenter
Enables or disables menu items which allow the user to hide toolbars On both regular and context menus
setAnchorSelectionIndex(int) - Method in class uic.model.ExtendedListSelectionModel
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.
setAscending(boolean) - Method in class uic.widgets.TableSorterHeaderRenderer
 
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.
setBackground(Color) - Method in class uic.widgets.filechooser.FileChooserListCellRenderer
 
setBookmark() - Method in class uic.widgets.calendar.UICCalendarModel
Sets the bookmark to the current date.
setBoolean(String, boolean) - Static method in class uic.widgets.filechooser.Config
 
setBorder(Border) - Method in class uic.widgets.GroupBox
 
setBorder(Border) - Method in class uic.widgets.ToolBarButton
Overriden method to overcome border settings.
setBorderColor(Color) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Sets the borderColor property (java.awt.Color) value.
setBorderType(int) - Method in class uic.widgets.GroupBox.AbstractCollapsableBorder
 
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.
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
 
setBuildProperties(File) - Method in class uic.anttask.UICompiler
 
setBuildSettings(UIC.BuildSettings) - Method in class uic.output.AbstractWidget
 
setBundle(ResourceBundle) - Method in class uic.pjava.Translate.Translator
 
setBundle(ResourceBundle) - Method in class uic.Translate.Translator
 
setBusy(boolean) - Method in class uic.widgets.MainWindow
Set an hourglass cursor on this window when true.
setCalendar(Calendar) - Method in class uic.widgets.calendar.UICCalendar
 
setCalendar(Calendar) - Method in class uic.widgets.calendar.UICCalendarModel
Sets the specified calendar as the model's date.
setCalendar(Calendar) - Method in class uic.widgets.calendar.UICDatePicker
 
setCaption(String) - Method in class uic.widgets.MainWindow
Set the name that is displayed in the window manager
setChildMethod(MethodRepresenter) - Method in class uic.output.builder.MethodRepresenter
 
setChildrenAreNested(boolean) - Method in class uic.model.UICActionList
Set the child actions to be created as nested items if true; or inline otherwise.
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
 
setCollapsable(boolean) - Method in class uic.widgets.GroupBox
Setting the groupbox to collapsable will allow the user to make the groupbox smaller.
setCollapsed(boolean) - Method in class uic.widgets.GroupBox
set the collapsed state of this groupbox.
setCollapsedHeader(GroupBox.PreviewHeader) - Method in class uic.widgets.GroupBox
For the collapsable functionality; set the Header panel that shows the summary.
setColor(Color) - Method in class uic.widgets.ColorSelection
Set a color for this widget to display.
setColor(Color) - Method in class uic.widgets.HSVSelector
 
setColor(Color) - Method in class uic.widgets.UICColorButton
 
setColumn(int, double) - Method in class uic.layout.HorizontalLayout
 
setColumn(int, double) - Method in class uic.layout.NaturalLayout
Adjusts the width of a single column in this layout.
setColumn(int, double) - Method in class uic.zaval.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
 
setConstraints(Layoutable, Constraints) - Method in class uic.zaval.layout.NaturalLayout
Sets the constraints of a given component.
setContentBorder(GroupBox.AbstractCollapsableBorder) - Method in class uic.widgets.GroupBox
For the collapsable functionality; set the border that shows the 'collapse' button.
setCurrentAccessibleValue(Number) - Method in class uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue
 
setDate(int) - Method in class uic.widgets.calendar.UICCalendar
 
setDate(int) - Method in class uic.widgets.calendar.UICCalendarModel
Changes the model to the specified date.
setDate(int) - Method in class uic.widgets.calendar.UICDatePicker
 
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.
setDefaultFocusComponent(Component) - Method in class uic.widgets.AbstractWindow
Set the component that on show of this AbstractWindow will gain focus
setDelta(Number) - Method in class uic.model.SpinboxModel
 
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
 
setEditable(boolean) - Method in class uic.widgets.calendar.UICDateEdit
Sets the UICDateEdit to editable or not.
setEnabled(boolean) - Method in class uic.action.SwingAction
Enable disable this action and all its registered components.
setEnabled(boolean) - Method in class uic.model.UICAction
Enable disable this action and all its registered components.
setEnabled(boolean) - Method in class uic.model.UICActionList
 
setEnabled(boolean) - Method in class uic.model.UICSimpleAction
Enable disable this action and all its registered components.
setEnabled(boolean) - Method in class uic.widgets.calendar.UICDateEdit
En- or disable all components in the UICDateEdit.
setEnabled(boolean) - Method in class uic.widgets.GroupBox
Sets whether or not this GroupBox is enabled.
setEnabled(boolean) - Method in class uic.widgets.UICSpinbox
 
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
setExclusiveGroup(String) - Method in class uic.model.UICRadioAction
 
setExecutionPolicy(String, int) - Method in class uic.model.ActionFactory
 
setExecutionPolicy(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
 
setFileFilter(FileFilter) - Method in class uic.widgets.filechooser.FileChooser.HiddenFilesFileFilter
 
setFileFilters(List) - Method in class uic.widgets.filechooser.FileChooser
Set the filefilters that can be used in the filechooser.
setFilePreview(FilePreviewInterface) - Method in class uic.widgets.filechooser.FileChooser.FileChooserPreviewPanel
 
setFilePreview(FilePreviewInterface) - Method in class uic.widgets.filechooser.FileChooser
 
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
Set a font which will then be selected in the lists.
setFont(Font) - Method in class uic.widgets.UICTable
Override setfont to adjust the rowheight
setFrameShadow(int) - Method in class uic.widgets.GroupBox
 
setFrameShape(int) - Method in class uic.widgets.GroupBox
 
setHorizontalAlignment(int) - Method in class uic.layout.Constraints
 
setHorizontalAlignment(int) - Method in class uic.zaval.layout.Constraints
 
setHSVColor(int, int, int) - Method in class uic.widgets.HSVSelector
 
setIcon(Icon) - Method in class uic.widgets.ToolBarButton
Set the icon.
setIconBaseName(String) - Method in class uic.model.UICAction
The name of the icon that will be used on buttons.
setIconSize(int) - Method in class uic.widgets.UICToolBar
 
setInitialComponent(Component) - Method in class uic.widgets.UICFocusTraversalPolicy
Set the component that will gain focus when a dialog is first shown Only need to set if this component is different from the first component (getFirstComponent)
setKeyStroke(KeyStroke) - Method in class uic.model.UICAction
 
setLastColumn(int) - Method in class uic.layout.Constraints
 
setLastColumn(int) - Method in class uic.zaval.layout.Constraints
 
setLastRow(int) - Method in class uic.layout.Constraints
 
setLastRow(int) - Method in class uic.zaval.layout.Constraints
 
setLastTabVisible(boolean) - Method in class uic.themes.UICTabbedPaneUI
 
setLayout(LayoutManager) - Method in class uic.widgets.GroupBox
 
setLayout(LayoutManager) - Method in class uic.widgets.UICToolBar
Overloaded method; see Component
setLayout(LwLayout) - Method in class uic.zaval.UICBorderPanel
Method introduced to make a borderpanel more like the awt/swing api.
setLayout(LwLayout) - Method in class uic.zaval.UICPanel
 
setLeadSelectionIndex(int) - Method in class uic.model.ExtendedListSelectionModel
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.
setListData(Collection) - Method in class uic.widgets.UICList
Set data on widget with new ListModel.
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.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
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
setLocation(int, boolean) - Method in class uic.widgets.UICToolBar
Set the orientation of the toolbar, changing its attachment directly.
setMargin(int) - Method in class uic.layout.HorizontalLayout
Set margin.
setMargin(int) - Method in class uic.layout.NaturalLayout
Set margin.
setMargin(int) - Method in class uic.layout.VerticalLayout
Set margin.
setMargin(Insets) - Method in class uic.widgets.UICArrowButton
Overloaded method
setMargin(int) - Method in class uic.zaval.layout.NaturalLayout
Invalidates the layout.
setMaxAllowedDate(Calendar) - Method in class uic.widgets.calendar.UICCalendarModel
 
setMaximumAllowedColumns(int) - Method in class uic.model.UICRestrictedDocument
Set the maximum column size of this document.
setMaximumValue(Number) - Method in class uic.model.SpinboxModel
 
setMinAllowedDate(Calendar) - Method in class uic.widgets.calendar.UICCalendarModel
 
setMinimumValue(Number) - Method in class uic.model.SpinboxModel
 
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(SpinboxModelInterface) - Method in class uic.widgets.UICSpinbox
Sets the spinbox model
setMonth(int) - Method in class uic.widgets.calendar.UICCalendar
 
setMonth(int) - Method in class uic.widgets.calendar.UICCalendarModel
Changes the model to the specified month.
setMonth(int) - Method in class uic.widgets.calendar.UICDatePicker
 
setMultipleSelection(boolean) - Method in class uic.widgets.filechooser.DetailedFileView
 
setMultipleSelection(boolean) - Method in class uic.widgets.filechooser.FileChooser
Sets the filedialog to multiple or single selection.
setMultipleSelection(boolean) - Method in interface uic.widgets.filechooser.FileView
 
setMultipleSelection(boolean) - Method in class uic.widgets.filechooser.SimpleFileView
Set the multi selection value of this view.
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
setOnlyOnLeaves(boolean) - Method in class uic.action.JTreeDoubleClickAction
Change the action to respond to leaf nodes and 'folder' nodes or only to leaf nodes.
setOrientation(int) - Method in class uic.widgets.UICToolBar
Set the orientation of the toolbar, changing its attachment directly.
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
setPartnerComponent(Component) - Method in class uic.widgets.Splash
Set a component which will cause the splash to hide if it becomes visible.
setPopupDelay(int) - Method in class uic.widgets.ToolBarButton
Set the popupmenu delay.
setPopupMenu(JPopupMenu) - Method in class uic.widgets.ToolBarButton
Set the popupmenu to show on click.
setPopupVisible(JComboBox, boolean) - Method in class uic.themes.UICComboBoxUI
 
setPostProcessor(String) - Method in class uic.anttask.UICompiler
 
setPreferredWorker(WorkerThread.Worker) - Method in class uic.model.WorkerThread.Job
 
setPrefix(String) - Method in class uic.widgets.UICSpinbox
 
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
 
setRange(Number, Number) - Method in class uic.model.SpinboxModel
Sets the range of possible values.
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.
setRow(int, double) - Method in class uic.layout.VerticalLayout
 
setRow(int, double) - Method in class uic.zaval.layout.NaturalLayout
Adjusts the height of a single row in this layout.
setSection(String) - Method in class uic.pjava.Translate
To change the key that this Translate object can be fetched with set a new one.
setSection(String) - Method in class uic.Translate
To change the key that this Translate object can be fetched with set a new one.
setSelected(boolean, boolean) - Method in class uic.model.UICRadioAction
 
setSelected(boolean) - Method in class uic.model.UICToggleAction
Set this action to be un/selected selecting/checking all registered components.
setSelected(boolean, boolean) - Method in class uic.model.UICToggleAction
Set this action to be un/selected selecting/checking all registered components.
setSelected(boolean) - Method in class uic.widgets.ToolBarButton
If this button is a togglebutton, set it to be selected currently.
setSelectedBorder(Border) - Method in class uic.widgets.filechooser.FileChooserListCellRenderer
 
setSelectedBorder(Border) - Method in class uic.widgets.TwoColorListCellRenderer
Sets a border on the cell that should be used on selected entries.
setSelectedCalendar(Calendar) - Method in class uic.widgets.calendar.UICDateEdit
Sets the current date (Calendar) for this widget.
setSelectedFile(File) - Method in class uic.widgets.filechooser.DetailedFileView
 
setSelectedFile(File) - Method in class uic.widgets.filechooser.FileChooser.FileChooserPreviewPanel
 
setSelectedFile(File) - Method in class uic.widgets.filechooser.FileChooser
Select the current file from the view.
setSelectedFile(File) - Method in interface uic.widgets.filechooser.FileSelectionListener
Select the current file from the view.
setSelectedFile(File) - Method in class uic.widgets.filechooser.SimpleFileView
 
setSelectedFiles(File[]) - Method in class uic.widgets.filechooser.DetailedFileView
 
setSelectedFiles(File[]) - Method in class uic.widgets.filechooser.FileChooser.FileChooserPreviewPanel
 
setSelectedFiles(File[]) - Method in class uic.widgets.filechooser.FileChooser
 
setSelectedFiles(File[]) - Method in interface uic.widgets.filechooser.FileSelectionListener
 
setSelectedFiles(File[]) - Method in class uic.widgets.filechooser.SimpleFileView
 
setSelectedTabNum(int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Explicitly pick the selected tab by number.
setSelectedValues(Object[]) - Method in class uic.widgets.UICList
Set the selected values.
setSelectionInterval(int, int) - Method in class uic.model.ExtendedListSelectionModel
Change the selection to be between index0 and index1 inclusive.
setSelectionMode(int) - Method in class uic.model.ExtendedListSelectionModel
Set the selection mode.
setSelectionMode(int) - Method in class uic.pjava.widgets.table.Table
 
setSetLayoutMethod(MethodRepresenter) - Method in class uic.output.builder.ContainerRepresenter
 
setShowIcons(boolean) - Method in class uic.widgets.UICToolBar
 
setShowText(int) - Method in class uic.widgets.UICToolBar
 
setShowWeekNrs(boolean) - Method in class uic.widgets.calendar.UICCalendar
Sets the showing of week numbers on or off.
setShowWeekNrs(boolean) - Method in class uic.widgets.calendar.UICDateEdit
Turn weeknumber in the datepicker popup on or off.
setShowWeekNrs(boolean) - Method in class uic.widgets.calendar.UICDatePicker
Configure whether or not the calendar component should show weeknumbers.
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.HorizontalLayout
Set spacing.
setSpacing(int) - Method in class uic.layout.NaturalLayout
Set spacing.
setSpacing(int) - Method in class uic.layout.VerticalLayout
Set spacing.
setSpacing(int) - Method in class uic.zaval.layout.NaturalLayout
Set spacing.
setSrcDir(Path) - Method in class uic.anttask.UICompiler
 
setStartColumn(int) - Method in class uic.layout.Constraints
 
setStartColumn(int) - Method in class uic.zaval.layout.Constraints
 
setStartRow(int) - Method in class uic.layout.Constraints
 
setStartRow(int) - Method in class uic.zaval.layout.Constraints
 
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) - Method in class uic.model.UICAction
Register a statusbar that will be used to show whatIs texts on on mouseOver of the menuitems.
setStatusBar(StatusBar, MainWindow) - Method in class uic.widgets.MainWindow.RootPane
Set a statusBar.
setStepSize(Number) - Method in class uic.model.SpinboxModel
 
setSuffix(String) - Method in class uic.widgets.UICSpinbox
 
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.
setTableData(List) - Method in class uic.widgets.filechooser.DetailedFileView.ListViewTableModel
 
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, UICSimpleAction.Arguments) - Method in class uic.model.UICSimpleAction
The target method that is to be called when the action is fired.
setTemporaryStatusText(String) - Method in class uic.widgets.StatusBar
set a status text that is just a temprorary indicator.
setText(String) - Method in class uic.widgets.StatusBar
Set the status text to be displayed on this statusbar.
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.ToolBarButton
 
setText(String) - Method in class uic.widgets.UICTextField
Set new text on this component.
setTexts(AbstractButton) - Method in class uic.model.UICAction
 
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.
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.model.UICActionList
Only used when setChildrenAreNested has been called with 'true'.
setTitle(String) - Method in class uic.pjava.widgets.UICGroupBox
 
setTitle(String) - Method in class uic.widgets.ExtraWindow
The title of the window.
setTitle(String) - Method in class uic.widgets.GroupBox.AbstractCollapsableBorder
Set the title on the border to be shown on an un-collapsed box
setTitle(String) - Method in interface uic.widgets.GroupBox.PreviewHeader
set the title of the box.
setTitle(String) - Method in class uic.widgets.GroupBox
Sets a new title for this groupBox.
setToggleButton(boolean) - Method in class uic.widgets.ToolBarButton
Set this button to behave like it is a toggleButton.
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) - Method in class uic.widgets.UICSqueezedTextLabel
 
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.
setUIUpdateCommand(Object, String) - Method in class uic.action.SwingAction
Set an additional target for this action which will be in the AWT Thread.
setUIUpdateCommand(Object, String, UICSimpleAction.Arguments) - Method in class uic.action.SwingAction
Set an additional target for this action which will be in the AWT Thread.
setUIUpdateCommand(Object, String) - Method in class uic.model.UICAction
Set an additional target for this action which will be in the AWT Thread.
setUIUpdateCommand(Object, String, UICSimpleAction.Arguments) - Method in class uic.model.UICAction
Set an additional target for this action which will be in the AWT Thread.
setUpdateOnlyOnChange(boolean) - Method in class uic.widgets.HSVSelector
Specifies wheather we sent propertyChange events on each and every change, or only on select.
setupTabPolygons() - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Creates a Polygon object for each tab.
setUseDualButtonScrollBar(boolean) - Method in class uic.themes.UICTheme
Turn on using a double-button for the scrollbar.
setUserSettings(Properties) - Method in class uic.themes.UICTheme
 
setValue(Number) - Method in class uic.model.SpinboxModel
Sets the value of the model.
setValue(Number) - Method in interface uic.model.SpinboxModelInterface
 
setValue(String, String) - Static method in class uic.widgets.filechooser.Config
 
setValue(String) - Method in interface uic.widgets.GroupBox.PreviewHeader
set the value as a string of all stuff in the groupbox.
setValue(String) - Method in class uic.widgets.GroupBox
For a collapsed groupbox the value will be shown, this can be different from the title.
setValue(int) - Method in class uic.widgets.IntegerInputButton
 
setValue(Number) - Method in class uic.widgets.UICSpinbox
Set the value to the model.
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.filechooser.DetailedFileView.ListViewTableModel
 
setValueIsAdjusting(boolean) - Method in class uic.model.ExtendedListSelectionModel
 
setVerified(JComponent, boolean) - Method in class uic.widgets.UICWizard
Alter the next button being enabled at the argument page.
setVerticalAlignment(int) - Method in class uic.layout.Constraints
 
setVerticalAlignment(int) - Method in class uic.zaval.layout.Constraints
 
setWeek(int) - Method in class uic.widgets.calendar.UICCalendar
 
setWeek(int) - Method in class uic.widgets.calendar.UICCalendarModel
Changes the model to the specified week.
setWeek(int) - Method in class uic.widgets.calendar.UICDatePicker
 
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
 
setX(int, int) - Method in class uic.zaval.layout.Sizes
 
setY(int, int) - Method in class uic.layout.Sizes
 
setY(int, int) - Method in class uic.zaval.layout.Sizes
 
setYear(int) - Method in class uic.widgets.calendar.UICCalendar
 
setYear(int) - Method in class uic.widgets.calendar.UICCalendarModel
Changes the model to the specified year.
setYear(int) - Method in class uic.widgets.calendar.UICDatePicker
 
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
Shortcut - Class in uic.widgets.filechooser
Class for shortcut support in the filechooser.
Shortcut() - Constructor for class uic.widgets.filechooser.Shortcut
 
Shortcut.DefaultShortcut - Class in uic.widgets.filechooser
 
Shortcut.DefaultShortcut() - Constructor for class uic.widgets.filechooser.Shortcut.DefaultShortcut
 
Shortcut.KDEShortcut - Class in uic.widgets.filechooser
 
Shortcut.KDEShortcut() - Constructor for class uic.widgets.filechooser.Shortcut.KDEShortcut
 
Shortcut.WindowsShortcut - Class in uic.widgets.filechooser
 
Shortcut.WindowsShortcut() - Constructor for class uic.widgets.filechooser.Shortcut.WindowsShortcut
 
shortcutSelectedSlot() - Method in class uic.widgets.filechooser.FileChooser
A shortcut has been selected.
shortValue() - Method in class uic.lang.FileSize
 
shouldOpenDirectoriesWithSingleClick() - Static method in class uic.widgets.filechooser.Config
 
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(Component, int, int) - Method in class uic.widgets.filechooser.FileChooser.HistoryPopupMenu
Add the menu items and show the menu.
show(Point, Dimension) - Method in class uic.widgets.MainWindow
Overloaded, see AbstractWindow for details.
show(MouseEvent) - Static method in class uic.widgets.PopupActionManager
Show the popup menu based on the coordinates from the mouseEvent.
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.
SHOW_HIDDEN_FILES - Static variable in class uic.widgets.filechooser.Config
 
SHOW_LARGE_ICONS - Static variable in class uic.widgets.filechooser.Config
 
showAndForget(Object, String) - Method in class uic.widgets.StandardDialog
Convenience 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
 
showFileChooser(Window, String) - Method in class uic.widgets.filechooser.FileChooser
Deprecated. use showOpenDialog or showSaveDialog
showFileChooser(Window, String, String) - Method in class uic.widgets.filechooser.FileChooser
Show a StandardDialog to select files from the current FileChooser instance.
showHiddenFiles() - Static method in class uic.widgets.filechooser.Config
 
showIcon() - Method in class uic.widgets.UICToolBar.ToolBarLocation
 
showIcons() - Method in class uic.widgets.UICToolBar
 
showLargeIcons() - Static method in class uic.widgets.filechooser.Config
 
showOpenDialog(Window) - Method in class uic.widgets.filechooser.FileChooser
Show an open dialog from the current filechooser instance.
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
showPopup(JComponent, int, int) - Method in class uic.widgets.calendar.UICDatePicker.SpecialPopup
Shows the popup at the specified location.
showSaveDialog(Window) - Method in class uic.widgets.filechooser.FileChooser
Show a save dialog from the current filechooser instance.
showText() - Method in class uic.widgets.UICToolBar
 
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.
shutdown() - Method in class uic.widgets.MainWindow
Called when the application exits.
SIGNALNAME - Static variable in class uic.widgets.HSVSelector
 
SIGNALNAME - Static variable in class uic.widgets.UICColorButton
 
SimpleFileView - Class in uic.widgets.filechooser
Simple File view Class.
SimpleFileView() - Constructor for class uic.widgets.filechooser.SimpleFileView
 
SINGLE_SELECTION - Static variable in class uic.pjava.widgets.table.Table
 
size() - Method in class uic.model.WorkerThread
 
SIZE - Static variable in class uic.widgets.filechooser.Config
 
sizeColumnsToFit(int) - Method in class uic.widgets.UICTable
 
sizeList - Variable in class uic.widgets.FontSelectionBase
 
Sizes - Class in uic.layout
Helper class for NaturalLayout
Sizes(int, int) - Constructor for class uic.layout.Sizes
 
Sizes(int, int, int) - Constructor for class uic.layout.Sizes
 
Sizes - Class in uic.zaval.layout
Helper class for NaturalLayout
Sizes(int, int) - Constructor for class uic.zaval.layout.Sizes
 
Sizes(int, int, int) - Constructor for class uic.zaval.layout.Sizes
 
sizeSelectedSlot(String) - Method in class uic.widgets.FontSelection
Method called by the GUi code.
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
 
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
sourceVersion - Variable in class uic.output.AbstractWidget
 
spacing - Variable in class uic.layout.NaturalLayout
Margin/spacing
spacing - Variable in class uic.zaval.layout.NaturalLayout
Margin/spacing
SpinboxModel - Class in uic.model
 
SpinboxModel(Number, Number, Number) - Constructor for class uic.model.SpinboxModel
Constructor.
SpinboxModel(int, int, int, int) - Constructor for class uic.model.SpinboxModel
Constructor.
SpinboxModel(double, double, double, double) - Constructor for class uic.model.SpinboxModel
Constructor.
SpinboxModel(Number, Number, Number, Number) - Constructor for class uic.model.SpinboxModel
Constructor.
SpinboxModelInterface - Interface in uic.model
 
Splash - Class in uic.widgets
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 in uic.widgets
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 in uic.widgets
A replacement for all your usages of JDialog.
StandardDialog(Window, String, int) - Constructor for class uic.widgets.StandardDialog
Convenience constructor for a non-modal dialog
StandardDialog(Window, String, boolean, int) - Constructor for class uic.widgets.StandardDialog
Convenience constructor
StandardDialog(Window, String, boolean, int, String) - Constructor for class uic.widgets.StandardDialog
Convenience constructor
StandardDialog(Window, String, boolean, int, String, String) - Constructor for class uic.widgets.StandardDialog
Convenience 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.
stateChanged(ChangeEvent) - Method in class uic.action.JSpinnerChangeAction
 
stateChanged(ChangeEvent) - Method in class uic.themes.UICTabbedPaneUI.TabSelectionHandler
 
staticParent - Variable in class uic.output.builder.Representer
 
StatusBar - Class in uic.widgets
This widget draws a StatusBar with progress line and cancel button.
StatusBar() - Constructor for class uic.widgets.StatusBar
Sole constructor.
StatusBar.StatusLabelInterface - Interface in uic.widgets
For applications that want more then just a single label on their status bar they can use this.
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
 
store() - Static method in class uic.widgets.filechooser.Config
 
styleList - Variable in class uic.widgets.FontSelectionBase
 
styleSelectedSlot(String) - Method in class uic.widgets.FontSelection
Method called by the GUi code.
subtract(Number, Number) - Static method in class uic.lang.UICMath
Subtracts to numbers.
SwingAction - Class in uic.action
 
SwingAction(Object, String) - Constructor for class uic.action.SwingAction
 
SwingAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.SwingAction
 
syncFromModel() - Method in class uic.widgets.calendar.UICDateEdit
Syncronize this widget from the UICCalendarModel
syncWithModelSlot() - Method in class uic.widgets.calendar.UICDatePicker
Called whenever the UICCalendarModel fires a PropertyChangedEvent, to make sure the UICDatePicker UI represents the Model correct.
SystemUtil - Class in uic.widgets.filechooser
 
SystemUtil() - Constructor for class uic.widgets.filechooser.SystemUtil
 
SystemUtil.DefaultSystemUtil - Class in uic.widgets.filechooser
 
SystemUtil.DefaultSystemUtil() - Constructor for class uic.widgets.filechooser.SystemUtil.DefaultSystemUtil
 
SystemUtil.KDESystemUtil - Class in uic.widgets.filechooser
 
SystemUtil.KDESystemUtil() - Constructor for class uic.widgets.filechooser.SystemUtil.KDESystemUtil
 
SystemUtil.KDESystemUtil.LinuxDevicesFile - Class in uic.widgets.filechooser
Class for reading /etc/mtab for mount points.
SystemUtil.KDESystemUtil.LinuxDevicesFile() - Constructor for class uic.widgets.filechooser.SystemUtil.KDESystemUtil.LinuxDevicesFile
 

T

tabContains(int, int, int) - Method in class uic.pjava.widgets.tabbedpane.TabPanel
Check to see if the numbered tab contains an x,y location.
Table - Class in uic.pjava.widgets.table
AWT Based Table component Warning: Use of this component directly can be dangerous...
Table(String[]) - Constructor for class uic.pjava.widgets.table.Table
 
tableChanged(TableModelEvent) - Method in class uic.model.TableRowSorter
React on table change events.
TableRow - Interface in uic.pjava.widgets.table
AWT Based Table component, one single row Warning: Use of this component directly can be dangerous...
TableRowSorter - Class in uic.model
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.
TableSorterHeaderRenderer - Class in uic.widgets
Table header renderer, is set from the function addMouseListenerToHeaderInTable(JTable table) in TableSorter
TableSorterHeaderRenderer(JTable) - Constructor for class uic.widgets.TableSorterHeaderRenderer
 
TableViewInterface - Interface in uic.model
This interface should be added to every table model used in the MWTable from this package.
TabNamedComponent - Interface in uic.pjava.widgets.tabbedpane
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 in uic.pjava.widgets.tabbedpane
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
tabs - Variable in class uic.widgets.ColorSelectionBase
 
tabSelected(TabSelectionEvent) - Method in interface uic.pjava.widgets.tabbedpane.TabSelectionListener
This method is called whenever the selected tab is changed in a TabPanel
TabSelectionEvent - Class in uic.pjava.widgets.tabbedpane
 
TabSelectionEvent(Object, Object, int, String, int[]) - Constructor for class uic.pjava.widgets.tabbedpane.TabSelectionEvent
TabSelectionEvent constructor comment.
TabSelectionListener - Interface in uic.pjava.widgets.tabbedpane
This interface describes the communcation between a TabPanel and a class that wants to listen in on tabs that are selected.
tabSwitchedSlot() - Method in class uic.widgets.ExtraWindow
 
target - Variable in class uic.model.UICSimpleAction
 
targetObject - Variable in class uic.model.UICSimpleAction
 
TEXT_BELOW - Static variable in class uic.widgets.UICToolBar
 
TEXT_NEXT_TO - Static variable in class uic.widgets.UICToolBar
 
TEXT_NONE - Static variable in class uic.widgets.UICToolBar
 
textFieldPage - Variable in class uic.widgets.IntegerInputButtonBase
 
textLabel1 - Variable in class uic.themeconfig.FontsBase
 
textLabel1 - Variable in class uic.widgets.ColorSelectionBase
 
textLabel1 - Variable in class uic.widgets.filechooser.FileChooserBase
 
textLabel1 - Variable in class uic.widgets.FontSelectionBase
 
textLabel1_2 - Variable in class uic.widgets.ColorSelectionBase
 
textLabel1_2 - Variable in class uic.widgets.filechooser.FileChooserBase
 
textLabel1_3 - Variable in class uic.widgets.ColorSelectionBase
 
textLabel1_4 - Variable in class uic.widgets.ColorSelectionBase
 
textLabel1_5 - Variable in class uic.widgets.ColorSelectionBase
 
textLabel1_6 - Variable in class uic.widgets.ColorSelectionBase
 
textLabel2 - Variable in class uic.themeconfig.FontsBase
 
textLabel2 - Variable in class uic.widgets.ColorSelectionBase
 
textLabel2 - Variable in class uic.widgets.filechooser.FileChooserBase
 
textLabel2 - Variable in class uic.widgets.FontSelectionBase
 
textLabel3 - Variable in class uic.themeconfig.FontsBase
 
textLabel3 - Variable in class uic.widgets.FontSelectionBase
 
textLabel4 - Variable in class uic.themeconfig.FontsBase
 
textLabel5 - Variable in class uic.themeconfig.FontsBase
 
textLabel6 - Variable in class uic.themeconfig.FontsBase
 
ThemeColorsPreview - Class in uic.themeconfig
A widget that shows various 'widgets' in the colors from the provided theme.
ThemeColorsPreview(UICTheme) - Constructor for class uic.themeconfig.ThemeColorsPreview
 
ThemeStore - Class in uic.themes
 
ThemeStore() - Constructor for class uic.themes.ThemeStore
 
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
 
toolBarAdded(ToolBarEvent) - Method in class uic.action.WindowRepresenterToolBarAddedAction
 
toolBarAdded(ToolBarEvent) - Method in class uic.action.WindowRepresenterToolBarRemovedAction
 
toolBarAdded(ToolBarEvent) - Method in interface uic.widgets.event.ToolBarListener
 
ToolBarButton - Class in uic.widgets
Button that behaves like a normal JButton, but looks different.
ToolBarButton() - Constructor for class uic.widgets.ToolBarButton
Constructor.
ToolBarButton(String) - Constructor for class uic.widgets.ToolBarButton
Constructor.
ToolBarButton(Icon) - Constructor for class uic.widgets.ToolBarButton
 
ToolBarButton(String, Icon) - Constructor for class uic.widgets.ToolBarButton
 
ToolBarButton(String, IconFactory, String) - Constructor for class uic.widgets.ToolBarButton
 
toolBarContainer - Variable in class uic.themes.UICToolBarUI
 
ToolBarContainer - Class in uic.widgets
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 in uic.widgets.event
 
ToolBarEvent(Object, int) - Constructor for class uic.widgets.event.ToolBarEvent
 
ToolBarListener - Interface in uic.widgets.event
 
toolBarMoved(ToolBarEvent) - Method in class uic.action.WindowRepresenterToolBarAddedAction
 
toolBarMoved(ToolBarEvent) - Method in class uic.action.WindowRepresenterToolBarRemovedAction
 
toolBarMoved(ToolBarEvent) - Method in interface uic.widgets.event.ToolBarListener
 
toString() - Method in class uic.lang.FileSize
 
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.model.WorkerThread.Job
 
toString() - Method in class uic.output.builder.Callable.Argument
 
toString() - Method in class uic.output.builder.CodeSnippet
 
toString() - Method in class uic.output.builder.DelayedWidgetRepresenter
 
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
 
toString() - Method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil.LinuxDevicesFile
 
toString() - Method in class uic.zaval.layout.Constraints
Gets a string representation of this Constraints.
toString() - Method in class uic.zaval.layout.NaturalLayout
Converts this NaturalLayout to a string.
toString() - Method in class uic.zaval.layout.Sizes
 
totalX() - Method in class uic.layout.Sizes
 
totalX() - Method in class uic.zaval.layout.Sizes
 
totalY() - Method in class uic.layout.Sizes
 
totalY() - Method in class uic.zaval.layout.Sizes
 
Translate - Class in uic.pjava
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() - Method in class uic.themeconfig.ColorConfigPanel
 
translate() - Method in class uic.themeconfig.ColorConfigPanelBase
 
translate() - Method in class uic.themeconfig.ConfigDialog
 
translate() - Method in class uic.themeconfig.ConfigDialogBase
 
translate() - Method in class uic.themeconfig.ConfigDialogImpl
 
translate() - Method in class uic.themeconfig.FontPreview
 
translate() - Method in class uic.themeconfig.FontPreviewBase
 
translate() - Method in class uic.themeconfig.FontsBase
 
translate() - Method in class uic.themeconfig.FontsPanel
 
translate() - Method in class uic.themeconfig.OptionsPane
 
translate() - Method in class uic.themeconfig.OptionsPaneBase
 
Translate - Class in uic
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() - Method in class uic.widgets.calendar.UICDatePicker
 
translate() - Method in class uic.widgets.calendar.UICDatePickerBase
 
translate() - Method in class uic.widgets.ColorSelection
 
translate() - Method in class uic.widgets.ColorSelectionBase
 
translate() - Method in class uic.widgets.filechooser.DetailedFileView.ListViewTableModel
 
translate() - Method in class uic.widgets.filechooser.FileChooser
 
translate() - Method in class uic.widgets.filechooser.FileChooserBase
 
translate() - Method in class uic.widgets.filechooser.SystemUtil.KDESystemUtil
 
translate() - Method in class uic.widgets.FontSelection
returns a translations object that knows the translations of the strings on this widget.
translate() - Method in class uic.widgets.FontSelectionBase
 
translate() - Method in class uic.widgets.IntegerInputButton
 
translate() - Method in class uic.widgets.IntegerInputButtonBase
 
translate() - Method in class uic.widgets.PopupActionManager
The translator that translates texts into foreign languages.
translate() - Method in class uic.widgets.StandardDialog
 
translate() - Method in class uic.widgets.UICSpinbox
 
translate() - Method in class uic.widgets.UICWizard
The translator that translates texts into foreign languages.
translate() - Method in class uic.widgets.WindowRepresenter
 
Translate.Translator - Class in uic.pjava
Class that holds the actual translation strings
Translate.Translator(ResourceBundle) - Constructor for class uic.pjava.Translate.Translator
 
Translate.Translator - Class in uic
 
Translate.Translator(ResourceBundle) - Constructor for class uic.Translate.Translator
 
TranslationInterface - Interface in uic
Any translations framework that implements this interface can work with the generated classes from UIC.
translator - Variable in class uic.output.AbstractWidget
 
TranslatorInterface - Interface in uic.output
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).
tryToDropFloatingToolbar(WindowDroppedEvent) - Method in class uic.themes.UICToolBarUI
Try to drop the floating toolbar in an existing ToolBarContainer.
TwoColorCellRenderer - Class in uic.widgets
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 in uic.widgets
CellRenderer for the list.
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
type - Variable in class uic.output.builder.ValueRepresenter
 
TYPE_KEY_PRESSED - Static variable in class uic.action.ComponentKeyboardAction
 
TYPE_KEY_RELEASED - Static variable in class uic.action.ComponentKeyboardAction
 
TYPE_KEY_TYPED - Static variable in class uic.action.ComponentKeyboardAction
 

U

uic - package uic
 
UIC - Class in 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.action - package uic.action
Actions to connect widgets with each other; or with your logic.
uic.anttask - package uic.anttask
Ant integration
UIC.BuildSettings - Class in uic
 
UIC.BuildSettings(boolean, boolean, String) - Constructor for class uic.UIC.BuildSettings
 
uic.lang - package uic.lang
 
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.output.zaval - package uic.output.zaval
 
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.tests - package uic.tests
 
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.calendar - package uic.widgets.calendar
Provides the classes for the Calendar widget.
uic.widgets.event - package uic.widgets.event
Event listeners and classes for the widgets in uic.widgets
uic.widgets.filechooser - package uic.widgets.filechooser
Provides the classes for the UIC FileChooser widget.
uic.zaval - package uic.zaval
 
uic.zaval.beans - package uic.zaval.beans
 
uic.zaval.layout - package uic.zaval.layout
 
UICAction - Class in uic.model
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 in uic.model
Helper class.
UICActionList - Class in uic.model
The placeholder class that ActionFactory returns for certain entries in your .rc file.
UICArrowButton - Class in uic.widgets
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.
UICBorderPanel - Class in uic.zaval
 
UICBorderPanel() - Constructor for class uic.zaval.UICBorderPanel
 
UICBuilder - Class in uic.output.builder
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 in uic.pjava.widgets
 
UICButton(String) - Constructor for class uic.pjava.widgets.UICButton
 
UICButtonUI - Class in uic.themes
Needed to give the Button it's original behaviour back after adding the UICListUI for lists.
UICButtonUI() - Constructor for class uic.themes.UICButtonUI
 
UICCalendar - Class in uic.widgets.calendar
A widget for selecting a date.
UICCalendar() - Constructor for class uic.widgets.calendar.UICCalendar
Constructs a new UICCalendar with the default locale and today as selected date.
UICCalendar(Locale, Calendar) - Constructor for class uic.widgets.calendar.UICCalendar
Constructs a new UICCalendar with the specified locale and Calendar to use as selected date.
UICCalendar(UICCalendarModel) - Constructor for class uic.widgets.calendar.UICCalendar
Constructs a new UICCalendar that uses the specified model.
UICCalendarModel - Class in uic.widgets.calendar
The model that holds the internal representation for the UICCalendar.
UICCalendarModel() - Constructor for class uic.widgets.calendar.UICCalendarModel
Constructs a UICCalendarModel with the default Locale and today as the current date.
UICCalendarModel(Locale) - Constructor for class uic.widgets.calendar.UICCalendarModel
Constructs a UICCalendarModel with the specified Locale and today as the current date.
UICCalendarModel(Locale, Calendar) - Constructor for class uic.widgets.calendar.UICCalendarModel
Constructs a UICCalendarModel with the specified locale and date.
UICCalendarModel(Locale, Calendar, Calendar, Calendar) - Constructor for class uic.widgets.calendar.UICCalendarModel
 
UICCheckBoxUI - Class in uic.themes
 
UICCheckBoxUI() - Constructor for class uic.themes.UICCheckBoxUI
 
UICColorButton - Class in uic.widgets
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 in uic.themes
 
UICComboBoxKeyManager() - Constructor for class uic.themes.UICComboBoxKeyManager
 
UICComboBoxUI - Class in uic.themes
Needed to give the ComboBox it's original behaviour back after adding the UICListUI for lists.
UICComboBoxUI() - Constructor for class uic.themes.UICComboBoxUI
 
UICComboBoxUI.UICComboPopup - Class in uic.themes
 
UICComboBoxUI.UICComboPopup(JComboBox) - Constructor for class uic.themes.UICComboBoxUI.UICComboPopup
 
UICDateEdit - Class in uic.widgets.calendar
A widget for selecting or entering a date.
UICDateEdit() - Constructor for class uic.widgets.calendar.UICDateEdit
Constructs a new UICDateEdit with the default model.
UICDateEdit(Locale, Calendar) - Constructor for class uic.widgets.calendar.UICDateEdit
Constructs a new UICDateEdit with the specified locale and Calendar to use as selected date.
UICDateEdit(UICCalendarModel) - Constructor for class uic.widgets.calendar.UICDateEdit
Constructs a new UICDateEdit that uses the specified model.
UICDateEdit.UICDatePickerButton - Class in uic.widgets.calendar
 
UICDateEdit.UICDatePickerButton(boolean) - Constructor for class uic.widgets.calendar.UICDateEdit.UICDatePickerButton
 
UICDatePicker - Class in uic.widgets.calendar
A widget for selection a date with a little more intelligence than the UICCalendar.
UICDatePicker() - Constructor for class uic.widgets.calendar.UICDatePicker
Constructs a new UICDatePicker with the default locale and today as the selected date.
UICDatePicker(Locale, Calendar) - Constructor for class uic.widgets.calendar.UICDatePicker
Constructs a new UICDatePicker with the specified locale and Calendar to use as selected date.
UICDatePicker(UICCalendarModel) - Constructor for class uic.widgets.calendar.UICDatePicker
Construcs a new UICDatePicker that uses the specified model.
UICDatePicker.MonthSelector - Class in uic.widgets.calendar
Component that can be placed on a JPopup to select a month.
UICDatePicker.MonthSelector() - Constructor for class uic.widgets.calendar.UICDatePicker.MonthSelector
Constructs a new MonthSelector
UICDatePicker.SpecialPopup - Class in uic.widgets.calendar
A wrapper for the popping components.
UICDatePicker.SpecialPopup() - Constructor for class uic.widgets.calendar.UICDatePicker.SpecialPopup
 
UICDatePickerBase - Class in uic.widgets.calendar
Class generated by UICompiler.
UICDatePickerBase() - Constructor for class uic.widgets.calendar.UICDatePickerBase
 
UICDatePickerBase(boolean) - Constructor for class uic.widgets.calendar.UICDatePickerBase
 
UICDateTimeSpinner - Class in uic.widgets
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 in uic.model
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.
UICFileFilter - Class in uic.widgets.filechooser
A fileFilter that allows you to filter files on regular expressions.
UICFileFilter(String, String) - Constructor for class uic.widgets.filechooser.UICFileFilter
Create a FileFilter which matches any file on a regular expression.
UICFileFilter(String, Pattern) - Constructor for class uic.widgets.filechooser.UICFileFilter
Create a FileFilter which matches any file on a regular expression.
UICFileFilter(String, Pattern, boolean) - Constructor for class uic.widgets.filechooser.UICFileFilter
Create a FileFilter which matches any file on a regular expression.
UICFocusTraversalPolicy - Class in uic.widgets
A focus traversalPolicy for predefined traversal.
UICFocusTraversalPolicy() - Constructor for class uic.widgets.UICFocusTraversalPolicy
 
UICFrame - Class in uic.zaval
 
UICFrame() - Constructor for class uic.zaval.UICFrame
 
UICGridCaption - Class in uic.zaval
Table API in zaval is rather confusing.
UICGridCaption(LwGrid) - Constructor for class uic.zaval.UICGridCaption
 
UICGridCaption(LwGrid, int) - Constructor for class uic.zaval.UICGridCaption
 
UICGroupBox - Class in uic.pjava.widgets
 
UICGroupBox() - Constructor for class uic.pjava.widgets.UICGroupBox
 
UICLabelUI - Class in uic.themes
 
UICLabelUI() - Constructor for class uic.themes.UICLabelUI
 
UICList - Class in uic.pjava.widgets
 
UICList() - Constructor for class uic.pjava.widgets.UICList
 
UICList(String[]) - Constructor for class uic.pjava.widgets.UICList
 
UICList - Class in uic.widgets
 
UICList() - Constructor for class uic.widgets.UICList
Default constructor.
UICList(ListModel) - Constructor for class uic.widgets.UICList
Constructs a UICList that displays the elements in the specified, non-null model.
UICList(Object[]) - Constructor for class uic.widgets.UICList
Constructs a UICList that displays the elements in the specified array.
UICList(Collection) - Constructor for class uic.widgets.UICList
Constructs a UICList that displays the elements in the specified vector.
UICListUI - Class in uic.themes
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.KeyInputListener - Class in uic.themes
 
UICListUI.KeyInputListener() - Constructor for class uic.themes.UICListUI.KeyInputListener
 
UICListUI.MouseInputHandler - Class in uic.themes
Mouse input, and focus handling for JList.
UICListUI.MouseInputHandler() - Constructor for class uic.themes.UICListUI.MouseInputHandler
 
UICMath - Class in uic.lang
Math class for practicing Math using java.lang.Number objects.
UICMath() - Constructor for class uic.lang.UICMath
 
UICMenuItemUI - Class in uic.themes
 
UICMenuItemUI() - Constructor for class uic.themes.UICMenuItemUI
 
UICMenuUI - Class in uic.themes
 
UICMenuUI() - Constructor for class uic.themes.UICMenuUI
 
UICompiler - Class in uic.anttask
The class that allows you to compile ui files into java files from ant.
UICompiler() - Constructor for class uic.anttask.UICompiler
 
UICPanel - Class in uic.zaval
Introduced this class to make the API a little more like the AWT/Swing version.
UICPanel() - Constructor for class uic.zaval.UICPanel
 
UICPanel(LwLayout) - Constructor for class uic.zaval.UICPanel
 
UICPasswordField - Class in uic.pjava.widgets
 
UICPasswordField() - Constructor for class uic.pjava.widgets.UICPasswordField
 
UICPasswordFieldUI - Class in uic.themes
 
UICPasswordFieldUI() - Constructor for class uic.themes.UICPasswordFieldUI
 
UICRadioAction - Class in uic.model
An RadioButton action to add the concept of buttongroups to the ActionFactory used actions.
UICRadioAction(String, Object, String, String, ActionFactory) - Constructor for class uic.model.UICRadioAction
 
UICRadioAction(String, Object, String, String, String, ActionFactory) - Constructor for class uic.model.UICRadioAction
 
UICRadioAction(String, Object, String, String, String, String, ActionFactory) - Constructor for class uic.model.UICRadioAction
 
UICRadioAction(String, Object, String, String, String, String, String, String, ActionFactory) - Constructor for class uic.model.UICRadioAction
Create new action.
UICRadioButtonUI - Class in uic.themes
 
UICRadioButtonUI() - Constructor for class uic.themes.UICRadioButtonUI
 
UICRestrictedDocument - Class in uic.model
A document which you can set on things like a JTextField or JTextArea which limits input the specified chars.
UICRestrictedDocument() - Constructor for class uic.model.UICRestrictedDocument
Constructor that does not restrict which characters are allowd in this document.
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
 
UICScrollBarUI - Class in uic.themes
Improved look for the scrollbars
UICScrollBarUI() - Constructor for class uic.themes.UICScrollBarUI
 
UICScrollPaneUI - Class in uic.themes
 
UICScrollPaneUI() - Constructor for class uic.themes.UICScrollPaneUI
 
UICSimpleAction - Class in uic.model
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(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.model.UICSimpleAction
Constructor with automatic setTarget.
UICSimpleAction.Arguments - Class in uic.model
A builder class to specify arguments of differing types for a target method.
UICSimpleAction.Arguments() - Constructor for class uic.model.UICSimpleAction.Arguments
 
UICSimpleAction.DirectMultiThreadingPolicy - Class in uic.model
This policy will execute the action in a new thread.
UICSimpleAction.DirectMultiThreadingPolicy() - Constructor for class uic.model.UICSimpleAction.DirectMultiThreadingPolicy
 
UICSimpleAction.DirectPolicy - Class in uic.model
This policy will execute the action in the calling thread.
UICSimpleAction.DirectPolicy() - Constructor for class uic.model.UICSimpleAction.DirectPolicy
 
UICSimpleAction.ExecutePolicy - Interface in uic.model
Each action that is called 'execute()' on will be executed according to policy.
UICSimpleAction.OnlyLastPolicy - Class in uic.model
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 in uic.model
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 in uic.model
This policy will queue each action to be executed serially.
UICSimpleAction.SimpleQueuedPolicy() - Constructor for class uic.model.UICSimpleAction.SimpleQueuedPolicy
 
UICSliderUI - Class in uic.themes
 
UICSliderUI() - Constructor for class uic.themes.UICSliderUI
 
UICSpinbox - Class in uic.widgets
UIC Enhanced Spinbox (an equivalent for javax.swing.Spinner).
UICSpinbox(SpinboxModelInterface) - Constructor for class uic.widgets.UICSpinbox
Convenience constructor.
UICSpinbox(SpinboxModelInterface, NumberFormat) - Constructor for class uic.widgets.UICSpinbox
The constructor.
UICSpinbox.SimpleFormat - Class in uic.widgets
Simple formatter iplementation.
UICSpinbox.SimpleFormat() - Constructor for class uic.widgets.UICSpinbox.SimpleFormat
 
UICSpinbox.SpinboxAccessibleContext - Class in uic.widgets
Returns an enhanced accessible jtextfield context.
UICSpinbox.SpinboxAccessibleContext() - Constructor for class uic.widgets.UICSpinbox.SpinboxAccessibleContext
 
UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleAction - Class in uic.widgets
 
UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleAction() - Constructor for class uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleAction
 
UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue - Class in uic.widgets
 
UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue() - Constructor for class uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue
 
UICSpinbox.SpinboxArrowButton - Class in uic.widgets
Special button shown at the right of the spinbox
UICSpinbox.SpinboxArrowButton(int) - Constructor for class uic.widgets.UICSpinbox.SpinboxArrowButton
 
UICSpinner - Class in uic.widgets
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
 
UICSpinnerUI - Class in uic.themes
 
UICSpinnerUI() - Constructor for class uic.themes.UICSpinnerUI
 
UICSqueezedTextLabel - Class in uic.widgets
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 in uic.themes
Scrollable tab ui that also works for jdk1.3
UICTabbedPaneUI() - Constructor for class uic.themes.UICTabbedPaneUI
 
UICTabbedPaneUI.MouseHandler - Class in uic.themes
This inner class is marked "public" due to a compiler bug.
UICTabbedPaneUI.MouseHandler() - Constructor for class uic.themes.UICTabbedPaneUI.MouseHandler
 
UICTabbedPaneUI.TabSelectionHandler - Class in uic.themes
 
UICTabbedPaneUI.TabSelectionHandler() - Constructor for class uic.themes.UICTabbedPaneUI.TabSelectionHandler
 
UICTable - Class in uic.widgets
A replacement for the JTable to make the programmers life a lot easier.
UICTable() - Constructor for class uic.widgets.UICTable
Default constructor
UICTable(TableModel) - Constructor for class uic.widgets.UICTable
Constructor using a table model
UICTableHeaderUI - Class in uic.themes
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 in uic.themes
 
UICTableUI() - Constructor for class uic.themes.UICTableUI
 
UICTextAreaUI - Class in uic.themes
 
UICTextAreaUI() - Constructor for class uic.themes.UICTextAreaUI
 
UICTextField - Class in uic.pjava.widgets
 
UICTextField() - Constructor for class uic.pjava.widgets.UICTextField
 
UICTextField - Class in uic.widgets
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 in uic.themes
 
UICTextFieldUI() - Constructor for class uic.themes.UICTextFieldUI
 
UICTheme - Class in uic.themes
The UICTheme for lots of usability fixes.
UICTheme() - Constructor for class uic.themes.UICTheme
 
UICTheme(Properties) - Constructor for class uic.themes.UICTheme
 
UICThemeBigFonts - Class in uic.themes
A big fonts version of the UICTheme.
UICThemeBigFonts() - Constructor for class uic.themes.UICThemeBigFonts
 
UICToggleAction - Class in uic.model
An toggle action to add the concept of 'selected' to the ActionFactory used actions.
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 in uic.widgets
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 in uic.widgets
The icon on the more-items button.
UICToolBar.ArrowsIcon() - Constructor for class uic.widgets.UICToolBar.ArrowsIcon
 
UICToolBar.ScaleHandle - Class in uic.widgets
 
UICToolBar.ScaleHandle(UICToolBar, int) - Constructor for class uic.widgets.UICToolBar.ScaleHandle
 
UICToolBar.ToolBarLocation - Class in uic.widgets
Data container that displays the corrent location of a UICToolBar.
UICToolBar.ToolBarLocation(int, Point, Dimension, int, int) - Constructor for class uic.widgets.UICToolBar.ToolBarLocation
 
UICToolBarButtonUI - Class in uic.themes
Looks like the UICButton except for the gradient.
UICToolBarButtonUI() - Constructor for class uic.themes.UICToolBarButtonUI
 
UICToolBarUI - Class in uic.themes
 
UICToolBarUI() - Constructor for class uic.themes.UICToolBarUI
 
UICToolBarUI.Border - Class in uic.themes
 
UICToolBarUI.Border() - Constructor for class uic.themes.UICToolBarUI.Border
 
UICToolBarUI.UICDocingListener - Class in uic.themes
 
UICToolBarUI.UICDocingListener(UICToolBar) - Constructor for class uic.themes.UICToolBarUI.UICDocingListener
 
UICTranslator - Class in uic.output
This translator enabled the generated classes to use the uic.Translate class for translations.
UICTranslator() - Constructor for class uic.output.UICTranslator
 
UICWhatsThis - Class in uic.widgets
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 in uic.widgets
 
UICWhatsThis.Entry(Component, String) - Constructor for class uic.widgets.UICWhatsThis.Entry
 
UICWizard - Class in uic.widgets
The UICWizard class provides a framework for wizard dialogs.
UICWizard() - Constructor for class uic.widgets.UICWizard
Sole constructor creates an empty wizard
UIManager - Class in uic.pjava.theme
Simple Theme class for determining the color and fontsettings for non standard awt components.
UIManager() - Constructor for class uic.pjava.theme.UIManager
 
undoManager - Variable in class uic.widgets.UICTextField
 
undoPressedSlot() - Method in class uic.widgets.PopupActionManager
 
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.UICListUI
 
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.
UnsupportedWidgetException - Exception in uic.output
 
UnsupportedWidgetException(String) - Constructor for exception uic.output.UnsupportedWidgetException
 
UnsupportedWidgetException(String, Throwable) - Constructor for exception uic.output.UnsupportedWidgetException
 
UnsupportedWidgetException(Throwable) - Constructor for exception uic.output.UnsupportedWidgetException
 
UP - Static variable in class uic.widgets.BevelArrowIcon
Direction for the setDirection method.
UP - Static variable in class uic.widgets.TableSorterHeaderRenderer
 
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
 
updateByHistory(File) - Method in class uic.widgets.filechooser.FileChooser
 
updateColorSlot(Color) - Method in class uic.widgets.ColorSelection
Is called when the user clicks on a color.
updateEnabled(boolean) - Method in class uic.model.UICSimpleAction.QueuedPolicy
 
updateEnabled(short) - Method in class uic.model.WorkerThread.Job
 
updateModel() - Method in class uic.model.TableRowSorter
 
updateNextPrevButtonsSlot() - Method in class uic.widgets.calendar.UICDatePicker
 
updateRowSizes() - Method in class uic.pjava.widgets.table.Table
 
updateThemeOn(Window, UICTheme) - Static method in class uic.themeconfig.ConfigDialog
 
updateUI() - Method in class uic.widgets.GroupBox
 
updateUICommmand - Variable in class uic.action.SwingAction
 
updateUICommmand - Variable in class uic.model.UICAction
 
updateView(File[]) - Method in class uic.widgets.filechooser.DetailedFileView
View the files in the current listView.
updateView(File[]) - Method in interface uic.widgets.filechooser.FileView
 
updateView(File[]) - Method in class uic.widgets.filechooser.SimpleFileView
Show the given files in this view.
useAntiAlias - Static variable in class uic.themes.UICTheme
 
userSettings - 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 before instanciating the first mainWindow.

V

vAlign - Variable in class uic.layout.Constraints
justification
vAlign - Variable in class uic.zaval.layout.Constraints
justification
VALUE_PROPERTY - Static variable in class uic.widgets.IntegerInputButton
 
valueChanged(ListSelectionEvent) - Method in class uic.action.ListDeselectionAction
Implementation of ListSelectionListener interface.
valueChanged(ListSelectionEvent) - Method in class uic.action.ListSelectionAction
Implementation of ListSelectionListener interface.
valueOf(String) - Static method in class uic.lang.FileSize
 
valueOf(long) - Static method in class uic.lang.FileSize
 
ValueRepresenter - Class in uic.output.builder
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
 
valueSelected(float) - Method in class uic.widgets.HSVSelector
 
valueSpin - Variable in class uic.widgets.ColorSelectionBase
 
VARIABLE - Static variable in class uic.output.VariableManager
 
VariableManager - Class in uic.output
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
 
varManager - Variable in class uic.output.builder.UICBuilder
 
VERSION - Static variable in class uic.UIC
 
VERTICAL - Static variable in class uic.pjava.widgets.Line
 
verticalAlign - Variable in class uic.output.AbstractWidget
 
VerticalLayout - Class in uic.layout
 
VerticalLayout() - Constructor for class uic.layout.VerticalLayout
 
VerticalLayout(int, int) - Constructor for class uic.layout.VerticalLayout
 
viewContent - Variable in class uic.widgets.filechooser.FileChooserBase
 
visibleComponentNum() - Method in class uic.pjava.widgets.tabbedpane.TabSelectionEvent
 

W

weekInputEnteredSlot(Object) - Method in class uic.widgets.calendar.UICDatePicker
 
weekPanel - Variable in class uic.widgets.calendar.UICDatePickerBase
 
widgetElement - Variable in class uic.output.AbstractWidget
 
WidgetRepresenter - Class in uic.output.builder
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 in uic.output.builder
 
WidgetRepresenter.EventRepresenter(MethodRepresenter, CodeSnippet) - Constructor for class uic.output.builder.WidgetRepresenter.EventRepresenter
 
WidgetRepresenter.EventRepresenter(WidgetRepresenter, CodeSnippet) - Constructor for class uic.output.builder.WidgetRepresenter.EventRepresenter
 
WindowDroppedEvent - Class in uic.widgets.event
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 in uic.widgets.event
 
windowMoved(WindowDroppedEvent) - Method in interface uic.widgets.event.WindowDroppedListener
 
windowMovedListener - Variable in class uic.themes.UICToolBarUI
 
windowRepresenter - Variable in class uic.themes.UICToolBarUI
 
WindowRepresenter - Class in uic.widgets
This class manages the 4 ToolBarContainer instances per window, there is one instance per Window.
WindowRepresenterToolBarAddedAction - Class in uic.action
An event to respond to ToolBar events.
WindowRepresenterToolBarAddedAction(Object, String) - Constructor for class uic.action.WindowRepresenterToolBarAddedAction
Create a new WindowRepresenterToolBarAddedAction.
WindowRepresenterToolBarAddedAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.WindowRepresenterToolBarAddedAction
Create a new WindowRepresenterToolBarAddedAction.
WindowRepresenterToolBarRemovedAction - Class in uic.action
An event to respond to ToolBar events.
WindowRepresenterToolBarRemovedAction(Object, String) - Constructor for class uic.action.WindowRepresenterToolBarRemovedAction
Create a new WindowRepresenterToolBarRemovedAction.
WindowRepresenterToolBarRemovedAction(Object, String, UICSimpleAction.Arguments) - Constructor for class uic.action.WindowRepresenterToolBarRemovedAction
Create a new WindowRepresenterToolBarRemovedAction.
withValue - Variable in class uic.widgets.calendar.UICDateEdit.UICDatePickerButton
 
WorkerThread - Class in uic.model
This is a helper class for the Actions framework.
WorkerThread.Job - Class in uic.model
 
WorkerThread.Worker - Class in uic.model
 
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
 
writeDefaultProperties(String, int) - Method in class uic.output.zaval.AbstractWidget
 

Y

yearInputEnteredSlot() - Method in class uic.widgets.calendar.UICDatePicker
 
yearPanel - Variable in class uic.widgets.calendar.UICDatePickerBase
 

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

Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence