|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UIManager | |
| com.tensegrity.application | This package contains the main interfaces and meta classes for the skeleton framework. |
| com.tensegrity.application.swing | |
| com.tensegrity.application.swt | |
| com.tensegrity.gui | This package contains all i18n related classes such as UIManager, GUIItem and various type of list implementations which are responsible for the dynamic switch of the language during runtime. |
| com.tensegrity.gui.graphdocument | This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents. |
| com.tensegrity.gui.graphdocument.persistence | |
| com.tensegrity.gui.swing | The package is the container for all swing-related gui classes and interfaces. |
| com.tensegrity.gui.swing.control | This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton. |
| com.tensegrity.gui.swing.control.attributeeditor | |
| com.tensegrity.gui.swing.control.attributetable | This package contains the AttributeTable implementation. |
| com.tensegrity.gui.swing.control.attributetree | |
| com.tensegrity.gui.swing.control.multiselect | This package contains the MultiSelectPanel and MultiSelectComboBox implementation. |
| com.tensegrity.gui.swing.control.preview | This package contains interfaces and implementations for all sort of preview panels used to show previews on Stroke-, Font- or PaintFormats. |
| com.tensegrity.gui.swing.control.slidepanel | This package contains our SlidePanel implementation. |
| com.tensegrity.gui.swing.control.spinbutton | |
| com.tensegrity.gui.swing.control.tree | This package contains the implementation for an Object Tree for VisualGraph objects. |
| com.tensegrity.gui.swing.control.tree.strategy | |
| com.tensegrity.gui.swing.dialog | This package contains several Dialog implementations, such as a ColorChooser for the three Format types (Paint, Stroke, Font) of the Graphics API. |
| com.tensegrity.gui.swing.dialog.graphfilechooser | The extension to the default Open- and Save-Dialog is placed in this package. |
| com.tensegrity.gui.swing.dialog.graphtools | |
| com.tensegrity.gui.swing.dialog.panel | The package for all format panel implementations. |
| com.tensegrity.gui.swing.dialog.ruleeditor | |
| com.tensegrity.gui.swing.document | This package contains all of the current document implementations for use in a swing-based environment. |
| com.tensegrity.gui.swing.document.persistence | |
| com.tensegrity.gui.swing.graph |
The graph package contains the two panels required for the SwingGraphDocument,
a NavigatorPanel and several components for the inplace editing supported by the
SwingGraphPanel.
|
| com.tensegrity.gui.swing.print | |
| com.tensegrity.gui.swing.repository | The repository package contains classes for the creation of a repository control. |
| com.tensegrity.gui.swt |
This package contains classes for a swt-based GraphApplication.
|
| com.tensegrity.gui.swt.control | |
| com.tensegrity.gui.swt.control.attributetree | |
| com.tensegrity.gui.swt.control.attributetree.editors | |
| com.tensegrity.gui.swt.control.buttons | |
| com.tensegrity.gui.swt.control.panels | |
| com.tensegrity.gui.swt.dialog | |
| com.tensegrity.gui.swt.dialog.graphfilechooser | |
| com.tensegrity.gui.swt.dialog.graphtools | |
| com.tensegrity.gui.swt.dialog.ruleeditor | |
| com.tensegrity.gui.swt.document | |
| com.tensegrity.gui.swt.document.persitence | |
| com.tensegrity.gui.swt.graph | |
| com.tensegrity.gui.template | |
| com.tensegrity.skeleton.container | The container package defines all those interfaces required for describing the behaviour of a (Tool)container used in an applicationframe. |
| com.tensegrity.skeleton.swing | The Swing based implementation of the skeleton framework. |
| com.tensegrity.skeleton.swt.container | |
| Uses of UIManager in com.tensegrity.application |
| Methods in com.tensegrity.application that return UIManager | |
UIManager |
ApplicationFrame.getUIManager()
Deprecated. use Application.getUIManager() instead! |
UIManager |
Application.getUIManager()
Returns the UIManager of this Application. |
| Uses of UIManager in com.tensegrity.application.swing |
| Methods in com.tensegrity.application.swing that return UIManager | |
UIManager |
DefaultSwingGraphApplication.getUIManager()
Overridden to return a specific AWT UIManager. |
| Uses of UIManager in com.tensegrity.application.swt |
| Methods in com.tensegrity.application.swt that return UIManager | |
UIManager |
DefaultSwtGraphApplication.getUIManager()
Overridden to return a specific AWT UIManager. |
| Uses of UIManager in com.tensegrity.gui |
| Classes in com.tensegrity.gui that implement UIManager | |
class |
DefaultUIManager
An sample implementation on how a UIManager could look like. |
| Fields in com.tensegrity.gui declared as UIManager | |
protected UIManager |
KeyStrokeProvider.uiManager
This is the UIManager local instance |
| Constructors in com.tensegrity.gui with parameters of type UIManager | |
UIItemEvaluationList(UIManager uiManager)
Creates a new UIItemEvaluationList and sets the initial capacity of the internal arrays to zero. |
|
UIItemEvaluationList(UIManager uiManager,
int capacity)
Creates a new UIItemEvaluationList and sets the initial capacity of the internal arrays to the given value capicity. |
|
KeyStrokeProvider(UIManager uiManager)
This is the default constructor initilazing the internal
instance.
|
|
| Uses of UIManager in com.tensegrity.gui.graphdocument |
| Constructors in com.tensegrity.gui.graphdocument with parameters of type UIManager | |
GraphPanelAttributableOnSetDelegate(UIManager uiManager,
GraphPanel graphPanel)
Constructor |
|
| Uses of UIManager in com.tensegrity.gui.graphdocument.persistence |
| Fields in com.tensegrity.gui.graphdocument.persistence declared as UIManager | |
protected UIManager |
GraphDocumentReader.uiManager
|
| Constructors in com.tensegrity.gui.graphdocument.persistence with parameters of type UIManager | |
GraphDocumentReader(Frame rootFrame,
UIManager uiManager,
MDIComponent mdiComponent,
RepositoryContainer repositoryContainer,
Preferences preferences,
RuleRegistry defaultRegistry,
LayoutController defaultLayoutController,
GraphDocumentReaderConflictHandler conflictHandler)
Constructor. |
|
| Uses of UIManager in com.tensegrity.gui.swing |
| Methods in com.tensegrity.gui.swing with parameters of type UIManager | |
static javax.swing.JMenuItem |
SwingUtil.makeMenuItem(UIManager uiManager,
java.lang.String title,
java.lang.String actionCommand,
Command command)
This methods makes a new menu item and assigns an action to it in one go. |
static javax.swing.JMenuItem |
SwingUtil.makeMenuItem(UIManager uiManager,
java.lang.String title,
java.lang.String actionCommand,
Command command,
javax.swing.KeyStroke accelerator)
This methods makes a new menu item and assigns an action to it in one go. |
static javax.swing.JPanel |
SwingUtil.makeOkCancelApplyButtonPanel(java.awt.event.ActionListener okaction,
java.awt.event.ActionListener cancelaction,
java.awt.event.ActionListener applyaction,
UIManager uiManager)
Creates a panel with a cancel and an ok button. |
static javax.swing.JPanel |
SwingUtil.makeCloseApplyButtonPanel(java.awt.event.ActionListener applyaction,
java.awt.event.ActionListener closeaction,
UIManager uiManager)
Creates a panel with an apply and a close button. |
static javax.swing.JPanel |
SwingUtil.makeImportExportButtonPanel(java.awt.event.ActionListener importaction,
java.awt.event.ActionListener Exportaction,
UIManager uiManager)
Creates a panel with an import and an exportbutton. |
static javax.swing.JPanel |
SwingUtil.makeOkCancelButtonPanel(java.awt.event.ActionListener okaction,
java.awt.event.ActionListener cancelaction,
UIManager uiManager)
Creates a panel with a cancel and an ok button. |
static javax.swing.JPanel |
SwingUtil.makeCloseButtonPanel(java.awt.event.ActionListener closeaction,
UIManager uiManager)
Creates a panel with a close button. |
static javax.swing.Action |
SwingUtil.commandToAction(Command command,
UIManager uiManager)
Wraps a command into an action, so that it can be used in the world of swing. |
static javax.swing.JMenuItem |
SwingUtil.makeMenuItem(java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
UIManager uiManager)
Simple helper to create menuitems based on GUI ID's. |
static javax.swing.JMenuItem |
SwingUtil.makeMenuItem(java.lang.String id,
Command command,
UIManager uiManager)
Simple helper to create menuitems based on GUI ID's without a key accelerator. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
UIManager uiManager,
javax.swing.Icon icon)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
java.lang.String iconurl,
java.lang.String rollovericonurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.AbstractButton |
SwingUtil.addToToolBar(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.Class resourceClass)
Method addToToolbar adds a given command as item to the given ToolBar. |
static javax.swing.AbstractButton |
SwingUtil.addToToolBar(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
Icon icon)
Method addToToolbar adds a given command as item to the given toolbar. |
static javax.swing.AbstractButton |
SwingUtil.addToToolBar(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.String deficonurl,
java.lang.Class resourceClass)
Method addToToolbar adds a given command as item to the given toolbar. |
static javax.swing.JToggleButton |
SwingUtil.addToToolBarToggleButton(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.Class resourceClass)
Adds a new togglebutton to the given toolbar. |
static javax.swing.JToggleButton |
SwingUtil.addToToolBarToggleButton(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.String iconurlToggled,
java.lang.Class resourceClass)
Adds a new togglebutton to the given toolbar. |
static javax.swing.JToggleButton |
SwingUtil.addToToolBarToggleButton(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.String iconurlToggled,
java.lang.Class resourceClass,
int index)
Method addToToolbar inserts a given command as item at a specific index of the toolbar. |
static javax.swing.JToggleButton |
SwingUtil.addToToolBarToggleButton(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
Icon icon,
Icon iconToggled,
int index)
Method addToToolbar inserts a given command as item at a specific index of the toolbar. |
static boolean |
SwingUtil.showConfirmDialog(java.awt.Component parent,
java.lang.String text,
java.lang.String title,
UIManager uiManager)
Shows a confirm dialog, return true if the user confirmed. |
static int |
SwingUtil.showConfirmDialogWithCancel(java.awt.Component parent,
java.lang.String text,
java.lang.String title,
UIManager uiManager)
Shows a confirm dialog, return user decision. |
static int |
SwingUtil.showConfirmDialogWithCancel(java.awt.Component parent,
java.lang.String text,
java.lang.String title,
UIManager uiManager,
int messageType)
Shows a confirm dialog, return user decision. |
javax.swing.JToggleButton |
SwingCommandRegistry.addToToolBarToggleButton(SwingToolBar toolbar,
Command command,
int index,
java.util.HashMap uiMap,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JToggleButton |
SwingCommandRegistry.addToToolBarToggleButton(SwingToolBar toolbar,
Command command,
int index,
java.util.HashMap uiMap,
UIManager uiManager,
java.lang.String displayTextId)
Deprecated. Please use SwingUtil instead! |
javax.swing.JButton |
SwingCommandRegistry.addToToolBar(SwingToolBar toolbar,
Command command,
int index,
java.util.HashMap uiMap,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JButton |
SwingCommandRegistry.addToToolBar(SwingToolBar toolbar,
Command command,
int index,
java.util.HashMap uiMap,
UIManager uiManager,
java.lang.String displayTextId)
Deprecated. Please use SwingUtil instead! |
javax.swing.JMenuItem |
SwingCommandRegistry.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JMenuItem |
SwingCommandRegistry.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
javax.swing.KeyStroke ks,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JMenuItem |
SwingCommandRegistry.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
javax.swing.KeyStroke ks,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JMenuItem |
SwingCommandRegistry.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JMenuItem |
SwingCommandRegistry.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JMenuItem |
SwingCommandRegistry.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JMenuItem |
SwingCommandRegistry.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
javax.swing.KeyStroke ks,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
static SwingKeyStrokeProvider |
SwingKeyStrokeProvider.getInstance(UIManager uiManager)
Returns the singleton instance |
| Constructors in com.tensegrity.gui.swing with parameters of type UIManager | |
SwingKeyStrokeProvider(UIManager uiManager)
This constructor initializes the local Map associating
command Ids and s.
|
|
| Uses of UIManager in com.tensegrity.gui.swing.control |
| Methods in com.tensegrity.gui.swing.control that return UIManager | |
UIManager |
SplashScreenLauncher.getUiManager()
returns the uimanager |
| Methods in com.tensegrity.gui.swing.control with parameters of type UIManager | |
void |
SplashScreenLauncher.setUiManager(UIManager uiManager)
sets the uimanager |
java.lang.String |
MetricExpressionTextField.getErrorMessage(MetricExpressionParserException exception,
UIManager uiManager)
Returns a localized error message for the given exception. |
| Constructors in com.tensegrity.gui.swing.control with parameters of type UIManager | |
StrokeFormatComboBox(UIManager uiManager)
Constructor for StrokeFormatComboBox. |
|
SwingToolBar(UIManager uiManager)
Do not use this constructor. |
|
SwingToolBar(UIManager uiManager,
java.lang.String id)
Creates a new ToolBar with the specified id as resource id for
the title. |
|
SwingToolBar(UIManager uiManager,
int orientation)
Do not use this constructor. |
|
SwingToolBar(UIManager uiManager,
java.lang.String id,
int orientation)
Creates a new ToolBar with the specified id as resource id for
the title. |
|
MarkerMultiSelectItem(int type,
UIManager uiManager)
Constructor for MarkerMultiSelectItem creates an item based
on the given type with the default size of 100. |
|
MarkerMultiSelectItem(int type,
int size,
UIManager uiManager)
Creates a MarkerMultiSelectItem based on the given type
and size. |
|
StrokeMultiSelectItem(int style,
UIManager uiManager)
Creates a new StrokeMultiSelectItem with the given Stroke style, black color and a weight of 1. |
|
ColorComboBox(UIManager uiManager)
Creates a new ColorComboBox. |
|
ColorComboBox(UIManager uiManager,
int controlHeight)
Creates a new ColorComboBox. |
|
DirectionPopupEditor(Direction dir,
javax.swing.JTable table,
java.awt.Window parent,
java.awt.Rectangle cellBounds,
UIManager uiManager)
Constructor |
|
MarkerComboBox(UIManager uiManager)
Constructor for MarkerComboBox. |
|
PatternComboBox(UIManager uiManager)
Creates a new PatternComboBox and sets the 2nd element as selected. |
|
GradientComboBox(UIManager uiManager)
Constructor for GradientMultiSelectComboBox creates a new GradientComboBox. |
|
TextureComboBox(UIManager uiManager)
Constructor for TextureComboBox. |
|
PaintFormatComboBox(UIManager uiManager)
Creates the PaintFormatComboBox. |
|
SliderTextPanel(UIManager uiManager,
java.lang.String text,
int min,
int max,
int value)
Creates a silder panel with a slider and a textfield that are coupled. |
|
RasterComboBox(UIManager uiManager,
Raster raster)
Constructor |
|
RasterComboBox(UIManager uiManager,
int preferredControlHeight,
Raster raster)
Constructor |
|
RasterComboBox(UIManager uiManager,
int preferredControlHeight,
Raster raster,
boolean translateLabels)
Constructor |
|
StrokeFormatLabel(UIManager uiManager)
Constructor for StrokeFormatLabel creates a new instance with the fixed size of 20x13 pixels. |
|
AnchorComboBox(UIManager uiManager,
Anchor anchor)
Constructor |
|
AnchorComboBox(UIManager uiManager,
int preferredControlHeight,
Anchor anchor)
Constructor |
|
| Uses of UIManager in com.tensegrity.gui.swing.control.attributeeditor |
| Methods in com.tensegrity.gui.swing.control.attributeeditor with parameters of type UIManager | |
static SwingAttributeEditorComponents.ValueComponent |
SwingAttributeEditorUtil.getComponentForEditing(Attribute attribute,
javax.swing.JTable table,
int row,
int column,
UIManager uiManager,
java.awt.event.ActionListener al,
boolean undefined)
Returns the component that can be used for editing a value or name of an attribute in a JTable cell. |
| Constructors in com.tensegrity.gui.swing.control.attributeeditor with parameters of type UIManager | |
SwingAttributeEditorComponents.ColorBox(UIManager uiManager,
int controlHeight)
|
|
SwingAttributeEditorComponents.RasterBox(PrimitiveAttributes.RasterWrapper raster,
UIManager uiManager,
int controlHeight)
Constructor |
|
SwingAttributeEditorComponents.RasterBox(PrimitiveAttributes.RasterWrapper raster,
UIManager uiManager,
int controlHeight,
boolean forAttributeEditor)
Constructor |
|
SwingAttributeEditorComponents.AnchorBox(Anchor anchor,
UIManager uiManager,
int controlHeight)
Constructor |
|
SwingAttributeEditorComponents.MetricExpressionField(MetricExpression mexp,
UIManager uiManager)
Creates a new MetricExpressionField from the given
MetricExpression instance. |
|
SwingAttributeEditorComponents.MarkerFormatPanel(Attribute attribute,
UIManager uiManager)
Creates a MarkerFormatPanel based on the MarkerFormat
value of the parameter Attribute. |
|
| Uses of UIManager in com.tensegrity.gui.swing.control.attributetable |
| Methods in com.tensegrity.gui.swing.control.attributetable that return UIManager | |
UIManager |
SwingAttributeTable.getUIManager()
Returns the uiManager of this instance |
| Constructors in com.tensegrity.gui.swing.control.attributetable with parameters of type UIManager | |
PreferenceTableCellRenderer(SwingAttributeTable attributetable,
UIManager uiManager)
Deprecated. Constructor providing the UIManager to be used and the
SwingAttributeTable within this editor is used. |
|
SwingAttributeTable(UIManager uiManager)
Constructs an attribute table that is editable. |
|
SwingAttributeTable(UIManager uiManager,
boolean editable)
Constructs an attribute table. |
|
SwingAttributeTable(UIManager uiManager,
boolean editable,
java.lang.String attributeEditorPropertiesFilename)
Constructs an attribute table. |
|
PreferenceTableCellEditor(SwingAttributeTable attributetable,
UIManager uiManager)
Deprecated. Constructor providing the UIManager to be used and the
SwingAttributeTable within that this editor is used. |
|
PreferenceTable(UIManager uiManager)
Constructor specifying the UIManager to use. |
|
PreferenceTable(UIManager uiManager,
boolean editable)
Constructor specifying the UIManager to use and a flag
indicating whether the table-data is editable. |
|
PreferenceTable(UIManager uiManager,
boolean editable,
AttributeEditorTranslator aet)
Constructor specifying the UIManager to use and a flag
indicating whether the table-data is editable. |
|
PreferenceTable(UIManager uiManager,
boolean editable,
AttributeEditorTranslator aet,
java.lang.String attributeEditorPropertiesFilename)
Constructor specifying the UIManager to use and a flag
indicating whether the table-data is editable. |
|
| Uses of UIManager in com.tensegrity.gui.swing.control.attributetree |
| Methods in com.tensegrity.gui.swing.control.attributetree that return UIManager | |
UIManager |
SwingAttributeTree.getUIManager()
Returns the uimanager that is used by this instance |
| Constructors in com.tensegrity.gui.swing.control.attributetree with parameters of type UIManager | |
AttributeTreeEditor(SwingAttributeTree table,
UIManager uiManager)
Constructor |
|
SwingAttributeTree(UIManager uiManager,
boolean editable)
Constructor |
|
SwingAttributeTree(UIManager uiManager,
boolean editable,
boolean usePropertyPersistence)
Constructor |
|
SwingAttributeTree(UIManager uiManager,
boolean editable,
java.lang.String propertyPersistenceFileName)
Constructor |
|
DefaultSwingAttributeTreePopupMenuSource(SwingAttributeTree tree,
UIManager uiManager)
Constructor |
|
| Uses of UIManager in com.tensegrity.gui.swing.control.multiselect |
| Fields in com.tensegrity.gui.swing.control.multiselect declared as UIManager | |
protected UIManager |
MultiSelectComboBox.uiManager
uiManager: The registered UIManager for
resolving resources |
| Constructors in com.tensegrity.gui.swing.control.multiselect with parameters of type UIManager | |
MultiSelectComboBox(UIManager uiManager)
The Constructor for ColorComboBox creates a new ColorComboBox with the Default colors and a button within the popup to let user pick a custom color. |
|
MultiSelectComboBox(UIManager uiManager,
int preferredControlHeight)
The Constructor for ColorComboBox creates a new ColorComboBox with the Default colors and a button within the popup to let user pick a custom color. |
|
| Uses of UIManager in com.tensegrity.gui.swing.control.preview |
| Constructors in com.tensegrity.gui.swing.control.preview with parameters of type UIManager | |
DefaultPreview(UIManager uiManager,
int type)
Constructor for DefaultPreview. |
|
| Uses of UIManager in com.tensegrity.gui.swing.control.slidepanel |
| Constructors in com.tensegrity.gui.swing.control.slidepanel with parameters of type UIManager | |
SlidePanel(UIManager uiManager)
Constructor for top level slide panels specifying the UIManager to be used to fetch the title. |
|
SlidePanel(UIManager uiManager,
SlidePanel parent)
Use this constructor if the SlidePanel should be nested
inside another instance, otherwise the outer panel cannot redraw itself
appropriately. |
|
| Uses of UIManager in com.tensegrity.gui.swing.control.spinbutton |
| Constructors in com.tensegrity.gui.swing.control.spinbutton with parameters of type UIManager | |
MetricExpressionSpinTextField(float min,
float max,
float step,
float initial,
int digits,
MetricExpression mexp,
UIManager uiManager)
Creates a new SpinTextField the specified minimum-, maximum-, initial- and step value. |
|
| Uses of UIManager in com.tensegrity.gui.swing.control.tree |
| Fields in com.tensegrity.gui.swing.control.tree declared as UIManager | |
protected UIManager |
SwingObjectTreePanel.uiManager_i
UIManager to keep strings international. |
| Methods in com.tensegrity.gui.swing.control.tree that return UIManager | |
UIManager |
TreeOutliner.getUIManager()
Returns the UIManager property |
UIManager |
VisualGraphObjectTreeNode.getUIManager()
Returns the local instance.
|
| Methods in com.tensegrity.gui.swing.control.tree with parameters of type UIManager | |
protected void |
TreeOutliner.setUIManager(UIManager uiManager)
Sets the UIManager property |
| Constructors in com.tensegrity.gui.swing.control.tree with parameters of type UIManager | |
SwingObjectTreePanel(AttributeEditor editor,
UIManager uiManager)
initializes the local instance of ObjectTree and the panels popup menu |
|
VisualNodeTreeNode(java.lang.Object userObject,
UIManager uimanager)
Constructor for VisualNodeTreeNode. |
|
VisualSubgraphTreeNode(java.lang.Object userObject,
UIManager uimanager)
Creates the VisualSubgraphTreeNode based on the given
userObject, which must be an instance of VisualSubgraph.
|
|
TreeOutliner(AttributeEditor editor,
UIManager uiManager)
Creates a new TreeOutliner instance. |
|
TreeOutliner(AttributeEditor editor,
UIManager uiManager,
javax.swing.tree.DefaultTreeCellRenderer treeCellRenderer)
Creates a new TreeOutliner instance. |
|
VisualEdgeTreeNode(java.lang.Object userObject,
UIManager uimanager)
Constructor for this VisualEdgeTreeNode
|
|
VisualGraphObjectTreeNode(java.lang.Object userObject,
UIManager uimanager)
Constructor for VisualGraphObjectTreeNode. |
|
| Uses of UIManager in com.tensegrity.gui.swing.control.tree.strategy |
| Methods in com.tensegrity.gui.swing.control.tree.strategy that return UIManager | |
UIManager |
AbstractTreeStrategy.getUIManager()
Returns the local instance of |
| Constructors in com.tensegrity.gui.swing.control.tree.strategy with parameters of type UIManager | |
DefaultVisualGraphTreeStrategy(UIManager uiManager)
Initialises instances of this class with the passed
instance.
|
|
AbstractVisualGraphTreeStrategy(UIManager uiManager,
TreeOutliner tree)
Initializes instances of this class with the passed UIManager and TreeOutliner instances |
|
AbstractVisualGraphTreeStrategy(UIManager uiManager)
Initializes instances of this class with the passed UIManager |
|
AbstractTreeStrategy(UIManager uiManager,
TreeOutliner tree)
Initializes instances of this class with the passed
and instances.
|
|
AbstractTreeStrategy(UIManager uiManager)
Initializes instances of this class with the passed
instance.
|
|
| Uses of UIManager in com.tensegrity.gui.swing.dialog |
| Fields in com.tensegrity.gui.swing.dialog declared as UIManager | |
protected UIManager |
FormatDialog.uiManager
The UIManager of the underlying application. |
| Methods in com.tensegrity.gui.swing.dialog that return UIManager | |
UIManager |
BaseDialog.getUIManager()
Returns the uiManager. |
| Methods in com.tensegrity.gui.swing.dialog with parameters of type UIManager | |
static java.lang.String |
TextInputDialog.showInputDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.Class resClass,
java.lang.String imageUrl,
java.lang.String keyTitle,
java.lang.String keyDescription)
Displays a text input dialog |
static java.lang.String |
TextInputDialog.showInputDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.Class resClass,
java.lang.String imageUrl,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.lang.String initialText)
Displays a text input dialog |
static java.lang.String |
TextInputDialog.showInputDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription)
Displays a text input dialog using the default icon |
static java.lang.String |
TextInputDialog.showInputDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.lang.String initialText)
Displays a text input dialog using the default icon |
static OptionDialog |
OptionDialog.createOptionDialog(UIManager uiManager,
java.awt.Frame owner,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.lang.String header,
java.lang.String[] options,
java.lang.String dontAskAgain)
Use this static method to create an OptionDialog. |
static OptionDialog |
OptionDialog.createOptionDialog(UIManager uiManager,
java.awt.Frame owner,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.lang.String header,
java.lang.String[] options)
Use this static method to create an OptionDialog. |
protected void |
FormatDialog.init(UIManager uiManager,
int type)
Initializes the dialog by creating the formatpanel and button bar and packing the dialog. |
| Constructors in com.tensegrity.gui.swing.dialog with parameters of type UIManager | |
PropertiesDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.Class resClass,
java.lang.String imageUrl,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructor |
|
PropertiesDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructor |
|
BaseDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.Class resClass,
java.lang.String imageUrl,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructs a new BaseDialog instance. |
|
BaseDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructs a new BaseDialog instance. |
|
BaseDialog(UIManager uiManager,
java.awt.Dialog owner,
java.lang.String keyTitle,
java.lang.String keyDescription)
Creates a new BaseDialog with a Dialog as parent. |
|
ZoomDialog(java.awt.Frame owner,
UIManager uiManager)
Constructor for ZoomDialog. |
|
AttributesEditorStateDialog(AttributeEditor ae,
UIManager uiManager,
java.awt.Dialog owner,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructor |
|
AttributesEditorStateDialog(AttributeEditor ae,
UIManager uiManager,
java.awt.Frame frame)
Constructor |
|
AttributesEditorStateDialog(AttributeEditor ae,
UIManager uiManager,
java.awt.Frame frame,
java.lang.Class resClass,
java.lang.String imageUrl,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructor |
|
AttributesEditorStateDialog(AttributeEditor ae,
UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructor |
|
GeometryHintsDialog(java.awt.Dialog owner,
UIManager uiManager)
Creates a new dialog with the given Dialog as parent. |
|
GeometryHintsDialog(java.awt.Frame owner,
UIManager uiManager)
Creates a new dialog with the given Frame as parent. |
|
PreferenceDialog(UIManager uiMan,
java.awt.Frame owner,
PreferenceDialogProvider prefs,
java.lang.String titleID)
Constructor for a modal dialog with a title referenced by titleID in the UIManager uiMan, displaying the given preferences and the
specified owner frame. |
|
PreferenceDialog(UIManager uiManager,
java.awt.Frame owner,
PreferenceDialogProvider prefs,
java.lang.String titleID,
boolean enableRestore)
Constructor for a modal dialog with a title referenced by titleID in the UIManager uiMan, displaying the given preferences and the
specified owner frame. |
|
PreferenceDialog(UIManager uiManager,
java.awt.Frame owner,
PreferenceDialogProvider prefs,
java.lang.String titleID,
boolean enableRestore,
AttributeEditorTranslator aet)
Constructor for a modal dialog with a title referenced by titleID in the UIManager uiMan, displaying the given preferences and the
specified owner frame. |
|
PreferenceDialog(UIManager uiManager,
java.awt.Frame owner,
PreferenceDialogProvider prefs,
java.lang.String titleID,
boolean enableRestore,
java.lang.String dialogTitleKey,
java.lang.String dialogDescriptionKey)
Constructor for a modal dialog with a title referenced by titleID in the UIManager uiMan, displaying the given preferences and the
specified owner frame. |
|
PreferenceDialog(UIManager uiManager,
java.awt.Frame owner,
PreferenceDialogProvider prefs,
java.lang.String titleID,
boolean enableRestore,
java.lang.String dialogTitleKey,
java.lang.String dialogDescriptionKey,
AttributeEditorTranslator aet)
Constructor for a modal dialog with a title referenced by titleID in the UIManager uiMan, displaying the given preferences and the
specified owner frame. |
|
TextEditDialog(UIManager uiManager,
java.awt.Frame owner,
TextFormatter textFormatter)
Constructor specifying the UIManager and the
Frame to be used and the text to be displayed. |
|
PaintFormatDialog(UIManager uiManager,
java.awt.Frame owner)
Creates a new PaintFormatDialog with the given frame as
owner. |
|
ColorFormatDialog(UIManager uiManager,
java.awt.Dialog owner)
Creates a new ColorFormatDialog. |
|
ColorFormatDialog(UIManager uiManager,
java.awt.Frame owner)
Creates a new ColorFormatDialog. |
|
StyleDialog(UIManager uiManager,
javax.swing.JDialog owner)
Creates a new StyleDialog. |
|
StyleDialog(java.awt.Frame owner,
UIManager uiManager)
Creates a new StyleDialog. |
|
FontFormatDialog(UIManager uiManager,
java.awt.Frame owner)
Creates a new FontFormatDialog using the frame as owner. |
|
FontFormatDialog(UIManager uiManager,
javax.swing.JDialog owner)
Creates a new FontFormatDialog using the dialog as owner. |
|
CustomAttributesDialog(java.awt.Frame owner,
AttributeEditorProperties tableProperties,
UIManager uiManager)
Creates a new modal CustomAttributesDialog. |
|
ElementConflictDialog(UIManager uiManager,
java.awt.Frame frame,
boolean showRules,
Rule[] conflictRules,
RuleRegistry rrDoc,
boolean showLayout,
java.lang.String[] conflictLayouts,
LayoutController lcSource,
LayoutController lcTarget)
Constructor |
|
ElementConflictDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription,
boolean showRules,
Rule[] conflictRules,
RuleRegistry rrDoc,
boolean showLayout,
java.lang.String[] conflictLayouts,
LayoutController lcSource,
LayoutController lcTarget)
Constructor |
|
ElementConflictDialog(UIManager uiManager,
java.awt.Dialog owner,
boolean showRules,
Rule[] conflictRules,
RuleRegistry rrDoc,
boolean showLayout,
java.lang.String[] conflictLayouts,
LayoutController lcSource,
LayoutController lcTarget)
Constructor |
|
ElementConflictDialog(UIManager uiManager,
java.awt.Dialog owner,
java.lang.String keyTitle,
java.lang.String keyDescription,
boolean showRules,
Rule[] conflictRules,
RuleRegistry rrDoc,
boolean showLayout,
java.lang.String[] conflictLayouts,
LayoutController lcSource,
LayoutController lcTarget)
Constructor |
|
StrokeFormatDialog(UIManager uiManager)
Creates a new StrokeFormatDialog with the parent/owner
set to null. |
|
StrokeFormatDialog(UIManager uiManager,
java.awt.Frame owner)
Creates a new StrokeFormatDialog with the given frame as
owner. |
|
ShapeFormatDialog(java.awt.Frame owner,
UIManager uiManager)
Constructor for ZoomDialog. |
|
AboutDialog(java.lang.String application_title,
UIManager uiManager,
java.awt.Frame frame,
java.lang.String title2,
java.lang.Class resClass,
java.lang.String imageUrl)
Constructs a new AboutDialog instance. |
|
AboutDialog(java.lang.String application_title,
UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.lang.String title2,
java.lang.Class resClass,
java.lang.String imageUrl)
Constructs a new AboutDialog instance. |
|
OpenFileConflictDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription,
ElementDefinitionWrapper edw,
LayoutController layoutController,
boolean styleConflict,
boolean styleNameConflict,
boolean geometryConflict,
boolean rulesConflict,
boolean showRulesOptionApplyLoaded,
boolean showLayoutConflicts,
boolean showImageConflicts)
Creates a new OpenFileConflictDialog. |
|
OpenFileConflictDialog(UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription,
ElementDefinitionWrapper edw,
LayoutController layoutController,
boolean styleConflict,
boolean styleNameConflict,
boolean geometryConflict,
boolean rulesConflict,
boolean showRulesOptionApplyLoaded,
boolean showLayoutConflicts,
boolean showImageConflicts,
boolean showLayoutContextUse)
Creates a new OpenFileConflictDialog. |
|
MarkerFormatDialog(UIManager uiManager)
Creates a MarkerFormatDialog where markers direction is
set to degree of 180. |
|
MarkerFormatDialog(UIManager uiManager,
double direction)
Creates a MarkerFormatDialog where the markers direction
is set to the parameter double value. |
|
MarkerFormatDialog(UIManager uiManager,
java.awt.Frame owner,
double direction)
Creates a MarkerFormatDialog where the parameter frame
is set as owner and the markers direction is set to the parameter double
value. |
|
StrokePatternDialog(UIManager uiManager,
java.awt.Frame owner)
Constructor |
|
AttributableOnSetDialog(AttributableOnSet attributable,
boolean isTree,
boolean editable,
java.lang.String propertyFileName,
java.awt.Dialog owner,
UIManager uiManager,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.lang.String keyAttributeEditorTitle,
java.lang.String[] btnIDs)
Constructor |
|
AttributableOnSetDialog(AttributableOnSet attributable,
boolean isTree,
boolean editable,
java.lang.String propertyFileName,
java.awt.Frame owner,
UIManager uiManager,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.lang.String keyAttributeEditorTitle,
java.lang.String[] btnIDs)
Constructor |
|
FormatDialog(UIManager uiManager,
javax.swing.JDialog owner,
int type)
Creates a new FormatDialog with the given dialog as owner
and the a Preview based on the parameter type. |
|
FormatDialog(UIManager uiManager,
java.awt.Frame owner,
int type)
Creates a new FormatDialog with the given frame as owner
and the a Preview based on the parameter type. |
|
| Uses of UIManager in com.tensegrity.gui.swing.dialog.graphfilechooser |
| Fields in com.tensegrity.gui.swing.dialog.graphfilechooser declared as UIManager | |
protected UIManager |
CustomFileFilter.uiManager
The UIManager used to retrieve text resources |
| Constructors in com.tensegrity.gui.swing.dialog.graphfilechooser with parameters of type UIManager | |
XMLGraphPreview(javax.swing.JFileChooser fc,
UIManager uiManager,
int fileType)
Constructor specifying the used filechooser. |
|
CustomFileFilter(java.lang.String extension,
UIManager uiMan)
Constructor. |
|
CustomFileFilter(int type,
java.lang.String extension,
UIManager uiMan)
Constructor. |
|
CustomFileFilter(java.lang.String[] extensions,
UIManager uiMan)
Constructor. |
|
CustomFileFilter(int type,
java.lang.String[] extensions,
UIManager uiMan)
Constructor. |
|
CustomFileFilter(int type,
java.util.List extensions,
UIManager uiMan)
Constructor. |
|
CustomFileFilter(int type,
java.util.List extensions,
UIManager uiMan,
java.lang.String name)
Constructor |
|
TemplatesFileFilter(int type,
java.lang.String nameString,
java.lang.String extension,
UIManager uiManager)
Creates a new TemplatesFileFilter. |
|
GraphFileChooserDialog(java.awt.Frame owner,
java.util.Locale locale,
UIManager uiManager,
SwingGraphPanel sgp,
java.lang.String title,
boolean saveAs,
int fileType)
Creates a new GraphFileChooserDialog to open or save files. |
|
GraphFileChooserDialog(java.awt.Frame owner,
java.util.Locale locale,
UIManager uiManager,
SwingGraphPanel sgp,
java.lang.String title,
boolean saveAs,
boolean preview,
int fileType)
Creates a new GraphFileChooserDialog to open or save files. |
|
GraphFileChooserDialog(java.awt.Frame owner,
java.util.Locale locale,
UIManager uiManager,
SwingGraphPanel sgp,
java.lang.String title,
boolean saveAs,
boolean preview,
int fileType,
GraphFileChooserOption[] options)
Creates a new GraphFileChooserDialog to open or save files. |
|
| Uses of UIManager in com.tensegrity.gui.swing.dialog.graphtools |
| Methods in com.tensegrity.gui.swing.dialog.graphtools with parameters of type UIManager | |
static java.lang.String |
GraphLayoutDialog.duplicateLayoutContext(java.lang.String temlateLayoutContext,
java.awt.Frame frame,
LayoutController controller,
UIManager uiManager)
This method shows an input dialog to enable user creating a duplicate Layout Context from an existing Layout Context. |
| Constructors in com.tensegrity.gui.swing.dialog.graphtools with parameters of type UIManager | |
GraphCreationDialog(UIManager uiManager,
java.awt.Frame frame)
Constructor of the GraphCreationDialog. |
|
GraphLayoutReportDialog(java.awt.Frame frame,
UIManager uiManager,
AttributeSet attributeset,
java.lang.String title)
Creates the Report dialog. |
|
LayoutContextSelectionDialog(UIManager uiManager,
java.awt.Dialog owner,
java.lang.String keyTitle,
java.lang.String keyDescription,
com.tensegrity.gui.swing.dialog.graphtools.GraphLayoutDialog.LayoutContextInf[] contexts)
|
|
| Uses of UIManager in com.tensegrity.gui.swing.dialog.panel |
| Fields in com.tensegrity.gui.swing.dialog.panel declared as UIManager | |
UIManager |
Panel.uiManager
The UIManager of the application |
| Methods in com.tensegrity.gui.swing.dialog.panel with parameters of type UIManager | |
static java.lang.String[] |
FormatFont.getFontStyles(UIManager uiManager)
Returns a predefined list of font styles. |
| Constructors in com.tensegrity.gui.swing.dialog.panel with parameters of type UIManager | |
FormatColor(UIManager uiManager)
The constructor for the FormatColor panel.This constructor will create a panel with all options set to true, which means all required panels are created. |
|
FormatColor(boolean basic,
boolean brightness,
boolean hue,
boolean memory,
boolean preview,
boolean valueTable,
UIManager uiManager)
Creates a new FormatColor label. |
|
FormatColor(boolean basic,
boolean brightness,
boolean hue,
boolean memory,
boolean preview,
boolean valueTable,
UIManager uiManager,
AbstractPreview abstractPreview)
Creates the FormatColor panel according to the state of the passed flags. |
|
GeometryHintsPanel(UIManager uiManager)
Creates a new GeometryHintsPanel. |
|
FormatFont(UIManager uiManager)
Creates a FormatFont with all the necessary controls and layout. |
|
FormatFont(UIManager uiManager,
AbstractPreview preview)
Creates the FormatFont panel by using the given UIManager and given Preview instance. |
|
FormatStroke(UIManager uiManager,
AbstractPreview preview,
java.lang.String title)
Constructor for FormatStroke creates a new FormatStroke panel. |
|
FormatStroke(UIManager uiManager,
AbstractPreview preview)
Constructor for FormatStroke creates a new FormatStroke panel. |
|
FormatStroke(UIManager uiManager,
AbstractPreview preview,
javax.swing.JPanel previewPanel,
java.lang.String title)
Constructor for FormatStroke creates a new FormatStroke panel with the given PreviewPanel. |
|
FormatMarker(UIManager uiManager,
AbstractPreview preview)
Constructor for FormatMarker. |
|
FormatMarker(UIManager uiManager,
AbstractPreview preview,
javax.swing.JPanel previewPanel)
This constructor allows you to pass a Panel to be used as preview panel for this formatter. |
|
Panel(UIManager uiManager)
Creates a Panel and sets the fields. |
|
Panel(UIManager uiManager,
java.awt.LayoutManager layouter)
Sets the fields and uses the given Layouter. |
|
AbstractFormat(UIManager uiManager)
Creates the FormatPanel. |
|
AbstractFormat(UIManager uiManager,
java.awt.LayoutManager layouter)
Constructor for AbstractFormat. |
|
FormatPaint(UIManager uiManager,
AbstractPreview preview,
java.lang.String title)
Constructor for FormatPaint. |
|
FormatPaint(UIManager uiManager,
AbstractPreview preview)
Constructor for FormatPaint. |
|
FormatPaint(UIManager uiManager,
AbstractPreview preview,
javax.swing.JPanel previewPanel,
java.lang.String title)
Constructor for FormatPaint. |
|
FormatStyle(UIManager uiManager)
Creates the panel. |
|
| Uses of UIManager in com.tensegrity.gui.swing.dialog.ruleeditor |
| Constructors in com.tensegrity.gui.swing.dialog.ruleeditor with parameters of type UIManager | |
RuleEditorDialogOld(UIManager uiManager,
java.awt.Frame frame,
VisualGraphView visualgraphview)
Deprecated. Constructs a new RuleEditorDialog instance. |
|
RuleEditorDialogOld(UIManager uiManager,
java.awt.Frame frame,
VisualGraphView visualgraphview,
java.util.Set includeSet)
Deprecated. Constructs a new RuleEditorDialog instance. |
|
RuleEditorDialog(GraphDocument gDoc,
UIManager uiManager,
java.awt.Frame frame,
java.lang.Class resClass,
java.lang.String imageUrl,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructor |
|
RuleEditorDialog(GraphDocument gDoc,
UIManager uiManager,
java.awt.Frame frame,
java.lang.Class resClass,
java.lang.String imageUrl,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.util.Set rulesSet)
Constructor |
|
RuleEditorDialog(GraphDocument gDoc,
UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructor |
|
RuleEditorDialog(GraphDocument gDoc,
UIManager uiManager,
java.awt.Dialog owner,
java.lang.String keyTitle,
java.lang.String keyDescription)
Constructor |
|
RuleEditorDialog(GraphDocument gDoc,
UIManager uiManager,
java.awt.Dialog owner,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.util.Set rulesSet)
Constructor |
|
RuleEditorDialog(GraphDocument gDoc,
UIManager uiManager,
java.awt.Frame frame,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.util.Set rulesSet)
Constructor |
|
| Uses of UIManager in com.tensegrity.gui.swing.document |
| Methods in com.tensegrity.gui.swing.document with parameters of type UIManager | |
static MDIComponent |
MDIToolkit.setFramedMDIStyle(java.util.List documents,
java.awt.Container panel,
Observable observable,
MenuTool windowmenu,
javax.swing.JToolBar toolbar,
DocumentListener documentlistener,
UIManager uimanager,
DocumentDropContext opener)
This method takes a list of mdi-documents and builds a new Framed MDI styled container and adds all the documents that mdi-container. |
static MDIComponent |
MDIToolkit.setTabbedMDIStyle(java.util.List documents,
java.awt.Container panel,
Observable observable,
MenuTool windowmenu,
javax.swing.JToolBar toolbar,
DocumentListener documentlistener,
Command closeDocumentCommand,
UIManager uimanager,
DocumentDropContext opener)
This method takes a list of mdi-documents and builds a new Framed MDI styled container and adds all the documents that mdi-container. |
| Constructors in com.tensegrity.gui.swing.document with parameters of type UIManager | |
FramedMDIComponent(java.util.List initialdocuments,
MenuTool windowmenu,
UIManager uimanager,
DocumentDropContext opener)
Constructs a new framed mdi component. |
|
WindowMDIComponent(java.util.List initialdocuments,
MenuTool windowmenu,
UIManager uimanager,
DocumentDropContext opener)
Construct a windowed-mdi pane with the given list of initial documents. |
|
PanelMDIComponent(java.util.List initialdocuments,
MenuTool windowmenu,
Command closeDocumentCommand,
UIManager uimanager,
DocumentDropContext opener)
Construct a tabbed-mdi pane with the given list of initial documents. |
|
DockMDIComponent(java.util.List initialdocuments,
MenuTool menutool,
Command closeDocumentCommand,
UIManager uimanager)
Constructs a new DockMDIComponent. |
|
SwingGraphDocumentReader(Frame rootFrame,
UIManager uiManager,
MDIComponent mdiComponent,
RepositoryContainer repositoryContainer,
Preferences preferences,
RuleRegistry defaultRegistry,
LayoutController defaultLayoutController)
Constructor |
|
SwingGraphDocumentReader(Frame rootFrame,
UIManager uiManager,
MDIComponent mdiComponent,
RepositoryContainer repositoryContainer,
Preferences preferences,
RuleRegistry defaultRegistry,
LayoutController defaultLayoutController,
GraphDocumentReaderConflictHandler conflictHandler)
Constructor |
|
TabbedMDIComponent(java.util.List initialdocuments,
MenuTool windowmenu,
Command closeDocumentCommand,
UIManager uimanager,
DocumentDropContext opener)
Construct a tabbed-mdi pane with the given list of initial documents. |
|
| Uses of UIManager in com.tensegrity.gui.swing.document.persistence |
| Constructors in com.tensegrity.gui.swing.document.persistence with parameters of type UIManager | |
SwingDocumentInformationCheck(Preferences prefs,
UIManager uiManager,
RuleRegistry rr,
LayoutController lc,
java.awt.Frame dlgParent)
Constructor |
|
| Uses of UIManager in com.tensegrity.gui.swing.graph |
| Methods in com.tensegrity.gui.swing.graph with parameters of type UIManager | |
boolean |
SwingGraphPanel.confirmImageSize(UIManager uiManager)
Display a confirmation dialog that prompts the user whether the computed image size for raster export is accepted or not. |
| Constructors in com.tensegrity.gui.swing.graph with parameters of type UIManager | |
SwingGraphPanelAttributableOnSetDelegate(UIManager uiManager,
GraphPanel graphPanel)
Creates a new Delegate for the given GraphPanel. |
|
| Uses of UIManager in com.tensegrity.gui.swing.print |
| Constructors in com.tensegrity.gui.swing.print with parameters of type UIManager | |
PrintPreviewDialog(UIManager uiManager,
java.awt.Frame owner,
java.lang.String title,
CommandRegistry registry,
VisualGraphView view,
boolean modal)
Constructor for PrintPreviewDialog. |
|
PrintPreviewDialog(UIManager uiManager,
java.awt.Frame owner,
java.lang.String title,
CommandRegistry registry,
VisualGraphView view,
boolean modal,
java.lang.String jobName)
Constructor for PrintPreviewDialog. |
|
PageSetupDialog(UIManager uiManager,
java.awt.Frame owner,
BasePageFormat format,
VisualGraphView view)
Creates a new PageSetupDialog for a given view |
|
PageSetupDialog(UIManager uiManager,
javax.swing.JDialog owner,
BasePageFormat format,
VisualGraphView view)
Constructor for PageSetupDialog. |
|
PrintPreviewPanel(UIManager uiManager)
Constructor for PrintPreviewPanel. |
|
| Uses of UIManager in com.tensegrity.gui.swing.repository |
| Methods in com.tensegrity.gui.swing.repository with parameters of type UIManager | |
void |
RepositoryItemPanel.setUIManager(UIManager uiManager)
Sets the UIManager to use. |
void |
ActionRepositoryItem.setUIManager(UIManager uiManager)
Sets the uimanager to use for the tooltip |
| Constructors in com.tensegrity.gui.swing.repository with parameters of type UIManager | |
VisualGraphObjectRepositoryItem(DragContext vgoDragSource,
VisualGraphObject vgo,
UIManager uiManager,
java.lang.String tooltip,
java.lang.String iconpath,
java.lang.Class resourceclass)
Constructor for VisualGraphObjectRepositoryItem based on the
VisualGraphObject. |
|
VisualGraphObjectRepositoryItem(DragContext vgoDragSource,
VisualGraphObject vgo,
UIManager uiManager,
java.lang.String tooltipID)
Constructor for VisualGraphObjectRepositoryItem based on the
VisualGraphObject and a DragContext
required for proper drag and drop support. |
|
| Uses of UIManager in com.tensegrity.gui.swt |
| Classes in com.tensegrity.gui.swt that implement UIManager | |
class |
DummyUIManager
Deprecated. Don't use it, it will be removed in future time. |
class |
SwtDefaultUIManager
THIS CLASS HAS BEEN TEMPORARY ADDED HERE IN ORDER TO TEST LANGUAGE SWITCH IN AN SWT CONTEXT AND MIGHT SOON BE REMOVE. |
| Methods in com.tensegrity.gui.swt with parameters of type UIManager | |
static org.eclipse.swt.widgets.ToolItem |
SwtUtil.addToToolBar(UIManager uiManager,
org.eclipse.swt.widgets.ToolBar toolbar,
Command command,
org.eclipse.swt.graphics.Image icon)
TODO AH: Comment method |
static SwtKeyStrokeProvider |
SwtKeyStrokeProvider.getInstance(UIManager uiManager)
Returns the singleton instance |
| Constructors in com.tensegrity.gui.swt with parameters of type UIManager | |
SwtUIItemEvaluationList(UIManager uiManager)
Creates a new UIItemEvaluationList and sets the initial capacity of the internal arrays to zero. |
|
SwtUIItemEvaluationList(UIManager uiManager,
int capacity)
Creates a new UIItemEvaluationList and sets the initial capacity of the internal arrays to the given value capicity. |
|
SwtKeyStrokeProvider(UIManager uiManager)
This constructor initializes the local Map associating
command Ids and s.
|
|
| Uses of UIManager in com.tensegrity.gui.swt.control |
| Methods in com.tensegrity.gui.swt.control with parameters of type UIManager | |
void |
SwtSplashScreenLauncher.setUiManager(UIManager uiManager)
sets the UIManager |
| Constructors in com.tensegrity.gui.swt.control with parameters of type UIManager | |
SwtToolBar(org.eclipse.swt.widgets.Composite parent,
int style,
UIManager uiManager)
This constructor initializes the internal
instance with a style style. |
|
SwtToolBar(org.eclipse.swt.widgets.Composite parent,
int style,
UIManager uiManager,
java.lang.String id)
This constructor initializes the internal
instance with a style style. |
|
SwtToolBar(org.eclipse.swt.widgets.Composite parent,
int style,
UIManager uiManager,
int orientation)
This constructor initializes the internal
instance with a style style. |
|
SwtToolBar(org.eclipse.swt.widgets.Composite parent,
int style,
UIManager uiManager,
java.lang.String id,
int orientation)
This constructor initializes the internal
instance with a style style. |
|
| Uses of UIManager in com.tensegrity.gui.swt.control.attributetree |
| Constructors in com.tensegrity.gui.swt.control.attributetree with parameters of type UIManager | |
AttributeTreeLabelProvider(SwtAttributeTree tree,
UIManager uiManager)
Constructor which requires an UIManager instance for internationalization. |
|
SwtPreferenceTree(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager)
Constructor which creates a new SwtPreferenceTree instance |
|
SwtPreferenceTree(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
AttributeEditorTranslator aet)
Constructor which creates a new SwtPreferenceTree instance |
|
SwtAttributeTree(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager)
Constructs a new SwtAttributeTree instance |
|
AttributeTableEditorSupplier(SwtAttributeTreeModel treeModel,
SwtAttributeTree attributeTree,
UIManager uiManager)
Constructor which initializes a general table tree editor |
|
CopyOfSwtAttributeTable(UIManager uiManager,
org.eclipse.swt.widgets.Composite parent,
int style,
boolean editable)
Constructs an attribute table. |
|
| Uses of UIManager in com.tensegrity.gui.swt.control.attributetree.editors |
| Constructors in com.tensegrity.gui.swt.control.attributetree.editors with parameters of type UIManager | |
StrokeFormatItemEditor(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
AttributeTableItem tableItem)
Constructor which creates a new StrokeFormatItemEditor instance |
|
FontFormatItemEditor(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
AttributeTableItem tableItem)
Constructor which creates a new FontFormatItemEditor instance |
|
MarkerFormatItemEditor(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
AttributeTableItem tableItem)
Constructor which creates a new MarkerFormatItemEditor instance |
|
AttributeTableItemEditorProvider(SwtAttributeTree attributeTree,
UIManager uiManager,
org.eclipse.swt.graphics.Rectangle itemBounds)
Constructor which creates a new AttributeTableItemEditorProvider |
|
PaintFormatItemEditor(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
AttributeTableItem tableItem)
Constructor which creates a new PaintFormatItemEditor instance |
|
| Uses of UIManager in com.tensegrity.gui.swt.control.buttons |
| Constructors in com.tensegrity.gui.swt.control.buttons with parameters of type UIManager | |
GradientButton(org.eclipse.swt.widgets.Composite parent,
int style,
PaintItem pItem,
UIManager uiManager)
Constructor expects a paint item for initialization |
|
PatternButton(org.eclipse.swt.widgets.Composite parent,
int style,
PaintItem pItem,
UIManager uiManager)
Constructor which needs a PaintItem instance for initialization |
|
| Uses of UIManager in com.tensegrity.gui.swt.control.panels |
| Fields in com.tensegrity.gui.swt.control.panels declared as UIManager | |
protected UIManager |
FormatPanel.uiManager
reference to the globaly used UIManager for internationalization |
| Constructors in com.tensegrity.gui.swt.control.panels with parameters of type UIManager | |
FormatPanel(org.eclipse.swt.widgets.Composite parent,
int style,
UIManager uiManager)
Constructor which requires a UIManager instance |
|
PreferencesPanel(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
PreferenceDialogProvider prefProvider,
AttributeEditorTranslator translator)
Constructor which requires a PreferenceDialogProvider |
|
StrokeFormatPanel(org.eclipse.swt.widgets.Composite parent,
int style,
UIManager uiManager,
StrokeItem initialItem)
Constructor which requires an initial StrokeItem |
|
SwtSlidePanelContainer(org.eclipse.swt.widgets.Composite parent,
int style,
UIManager uiManager)
Deprecated. Default constructor initializing instances of SwtSlidePanelContainer with a FormLayout. |
|
PaintFormatPanel(org.eclipse.swt.widgets.Composite parent,
int style,
UIManager uiManager,
PaintItem currentItem)
Constructor which needs an UIManager instance for internationalization |
|
| Uses of UIManager in com.tensegrity.gui.swt.dialog |
| Fields in com.tensegrity.gui.swt.dialog declared as UIManager | |
protected UIManager |
AbstractPreviewDialog.uiManager
Reference to the globally used UIManager for internatiolization |
protected UIManager |
AbstractOkCancelDialog.uiManager
|
| Methods in com.tensegrity.gui.swt.dialog that return UIManager | |
UIManager |
SwtBaseDialog.getUIManager()
|
| Constructors in com.tensegrity.gui.swt.dialog with parameters of type UIManager | |
SwtBaseDialog(org.eclipse.swt.widgets.Shell parent,
int style,
UIManager uiManager,
java.lang.String keyTitle,
java.lang.String keyDescription)
Creates a new AbstractOkCancelDialog |
|
SwtInputDialog(UIManager uiManager,
org.eclipse.swt.widgets.Display display,
int style,
java.lang.String keyTitle,
java.lang.String keyDescription)
Creates and initializes the SwtInputDialog with a text field
for the user input and two buttons (Ok, Cancel).
|
|
SwtInputDialog(UIManager uiManager,
org.eclipse.swt.widgets.Display display,
java.lang.String keyTitle,
java.lang.String keyDescription)
Creates and initializes the SwtInputDialog with a text field
for the user input and two buttons (Ok, Cancel).
|
|
SwtAttributableOnSetDialog(AttributableOnSet attributable,
boolean isTree,
boolean editable,
java.lang.String propertyFileName,
Frame dlgParent,
UIManager uiManager,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.lang.String keyAttributeEditorTitle,
java.lang.String[] btnIDs)
Constructor |
|
SwtAttributableOnSetDialog(AttributableOnSet attributable,
boolean isTree,
boolean editable,
java.lang.String propertyFileName,
org.eclipse.swt.widgets.Display owner,
UIManager uiManager,
java.lang.String keyTitle,
java.lang.String keyDescription,
java.lang.String keyAttributeEditorTitle,
java.lang.String[] btnIDs)
|
|
SWTYesNoDialog(org.eclipse.swt.widgets.Shell parent,
int style,
UIManager uiManager,
java.lang.String title,
java.lang.String description,
int imageType)
Creates a basic SWTYesNoDialog without the check box asking the
user if he wants to display this dialog the next time.
|
|
SWTYesNoDialog(org.eclipse.swt.widgets.Shell parent,
int style,
UIManager uiManager,
java.lang.String title,
java.lang.String description,
int imageType,
boolean showSkipMessage)
Creates a SWTYesNoDialog with a check box asking the
user if he wants to display this dialog the next time.
|
|
PaintItemDialog(org.eclipse.swt.widgets.Shell parent,
PaintItemLabel pi,
UIManager uiManager)
Constructor which requires a PaintItemLabel instance for initialization. |
|
SWTElementConflictDialog(UIManager uiManager,
org.eclipse.swt.widgets.Display display,
int style,
java.lang.String keyTitle,
java.lang.String keyDescription,
boolean showRules,
Rule[] conflictRules,
RuleRegistry rrDoc,
boolean showLayout,
java.lang.String[] conflictLayouts,
LayoutController lcSource,
LayoutController lcTarget)
Creates and initializes the dialog used in order to resolve rules and layout conflicts. |
|
SWTElementConflictDialog(UIManager uiManager,
org.eclipse.swt.widgets.Display display,
int style,
boolean showRules,
Rule[] conflictRules,
RuleRegistry rrDoc,
boolean showLayout,
java.lang.String[] conflictLayouts,
LayoutController lcSource,
LayoutController lcTarget)
Creates and initializes the dialog used in order to resolve rules and layout conflicts. |
|
AbstractPreviewDialog(org.eclipse.swt.widgets.Shell parentShell,
UIManager uiManager)
Constructor which requires an UIManager instance. |
|
SwtOpenFileConflictDialog(UIManager uiManager,
org.eclipse.swt.widgets.Display display,
java.lang.String keyTitle,
java.lang.String keyDescription,
ElementDefinitionWrapper edw,
java.util.List layoutConflicts,
LayoutController layoutController,
boolean styleConflict,
boolean styleNameConflict,
boolean geometryConflict,
boolean rulesConflict,
java.util.List imageConflicts,
boolean showRulesOptionApplyLoaded)
Creates a new LayoutContextDialog. |
|
AbstractOkCancelDialog(org.eclipse.swt.widgets.Shell parent,
UIManager uiManager)
The constructor which requires the parent shell of this dialog and an UIManager for translating the button captions. |
|
AbstractOkCancelDialog(org.eclipse.swt.widgets.Shell parent,
int style,
UIManager uiManager)
Creates a new AbstractOkCancelDialog |
|
SwtStrokeFormatDialog(org.eclipse.swt.widgets.Shell parentShell,
UIManager uiManager,
StrokeFormat initialStrokeFormat)
Constructor which requires an initial StrokeFormat. |
|
CustomAttributesDialog(UIManager uiManager,
org.eclipse.swt.widgets.Display display,
int style,
AttributeEditorProperties editorProperties)
Creates a new modal CustomAttributesDialog. |
|
SwtPaintFormatDialog(org.eclipse.swt.widgets.Shell parentShell,
UIManager uiManager,
PaintFormat currentPaintFormat)
Constructor which requires an initial PaintFormat to initialize the internally used PaintItem. |
|
GradientDialog(org.eclipse.swt.widgets.Shell parent,
PaintItemLabel pi,
UIManager uiManager)
Constructor which requires an initial PaintItemLabel to initialize the internally used PaintItem. |
|
SwtMarkerFormatDialog(org.eclipse.swt.widgets.Shell parentShell,
UIManager uiManager,
MarkerFormat initialMarkerFormat)
Constructor which requires an initial MarkerFormat to initialize the internally used MarkerItem. |
|
SwtFontFormatDialog(org.eclipse.swt.widgets.Shell parentShell,
UIManager uiManager,
FontItem fItem)
Constructor which requires a FontItem instance to change and set initial values. |
|
SwtFontFormatDialog(org.eclipse.swt.widgets.Shell parentShell,
UIManager uiManager,
FontFormat initialFont)
Constructor which requires a FontFormat instance for initialising the values. |
|
SwtPreferencesDialog(org.eclipse.swt.widgets.Shell parent,
java.lang.String title,
PreferenceDialogProvider prefProvider,
UIManager uiManager,
AttributeEditorTranslator editorTranslator)
Constructor which requires a PreferenceDialogProvider instance. |
|
| Uses of UIManager in com.tensegrity.gui.swt.dialog.graphfilechooser |
| Constructors in com.tensegrity.gui.swt.dialog.graphfilechooser with parameters of type UIManager | |
SwtGraphFileChooserDialog(org.eclipse.swt.widgets.Shell parent,
int style,
UIManager uimanager,
int fileType)
Initializes the internal with the
filters represented by fileType.
|
|
SwtGraphFileChooserDialog(org.eclipse.swt.widgets.Shell parent,
int style,
GraphFileChooser fileChooser,
UIManager uiManager,
int fileType)
|
|
SwtExportSettingsPanel(org.eclipse.swt.widgets.Composite parent,
int style,
UIManager uiManager,
int type,
int preferredWidth,
int preferredHeight)
Constructor. |
|
| Uses of UIManager in com.tensegrity.gui.swt.dialog.graphtools |
| Constructors in com.tensegrity.gui.swt.dialog.graphtools with parameters of type UIManager | |
SwtGraphCreationDialog(UIManager uiManager,
org.eclipse.swt.widgets.Display display)
Default Constructor which initializes the dialog. |
|
SwtGraphCreationDialog(UIManager uiManager,
org.eclipse.swt.widgets.Display display,
boolean openInNewDocOptionVisible)
Default Constructor which initializes the dialog. |
|
| Uses of UIManager in com.tensegrity.gui.swt.dialog.ruleeditor |
| Constructors in com.tensegrity.gui.swt.dialog.ruleeditor with parameters of type UIManager | |
GraphRuleEditor(UIManager uiManager)
Creates a new editor for displaying and modifying graph rules |
|
EdgeRuleEditor(UIManager uiManager)
Creates a new editor for displaying and modifying edge rules |
|
NodeRuleEditor(UIManager uiManager)
Creates a new editor for displaying and modifying node rules |
|
RuleEditorDialog(org.eclipse.swt.widgets.Display dpl,
UIManager uiManager,
GraphDocument gDoc)
Creates a new RuleEditorDialog. |
|
| Uses of UIManager in com.tensegrity.gui.swt.document |
| Constructors in com.tensegrity.gui.swt.document with parameters of type UIManager | |
SwtTabbedMDIComponent(java.util.List initialdocuments,
org.eclipse.swt.widgets.Shell shell,
UIManager uimanager)
Construct a tabbed-mdi pane with the given list of initial documents. |
|
| Uses of UIManager in com.tensegrity.gui.swt.document.persitence |
| Constructors in com.tensegrity.gui.swt.document.persitence with parameters of type UIManager | |
SwtDocumentInformationCheck(Preferences prefs,
UIManager uiManager,
RuleRegistry rr,
LayoutController lc,
Frame dlgParent)
TODO SGu (30.06.2005): Comment constructor |
|
| Uses of UIManager in com.tensegrity.gui.swt.graph |
| Methods in com.tensegrity.gui.swt.graph with parameters of type UIManager | |
static boolean |
GraphPanelUtility.confirmImageSize(UIManager uiManager)
NOT IMPLEMENTED - Returns simply true for the moment Display a confirmation dialog that prompts the user whether the computed image size for raster export is accepted or not. |
| Constructors in com.tensegrity.gui.swt.graph with parameters of type UIManager | |
SwtGraphPanelAttributableOnSetDelegate(UIManager uiManager,
GraphPanel graphPanel)
Creates a new Delegate for the given GraphPanel. |
|
| Uses of UIManager in com.tensegrity.gui.template |
| Constructors in com.tensegrity.gui.template with parameters of type UIManager | |
TemplateRepositoryItem(DragContext vgoDragSource,
Template template,
TemplateRepositoryItemPanel itemPanel,
UIManager uiManager)
Creates a new item from the parameter Template. |
|
| Uses of UIManager in com.tensegrity.skeleton.container |
| Methods in com.tensegrity.skeleton.container that return UIManager | |
protected UIManager |
AbstractSwingToolContainer.getUiManager()
Returns the UiManager. |
| Methods in com.tensegrity.skeleton.container with parameters of type UIManager | |
protected void |
AbstractSwingToolContainer.setUiManager(UIManager uiManager)
Allows subclasses to manually set the UIManager. |
| Uses of UIManager in com.tensegrity.skeleton.swing |
| Methods in com.tensegrity.skeleton.swing with parameters of type UIManager | |
DockMDIComponent |
SwingApplicationFrame.createDockMDIComponent(java.util.List initialdocuments,
MenuTool menuTool,
Command closeDocumentCommand,
UIManager uimanager)
Hook to create a DockMDIComponent
subclass. |
| Uses of UIManager in com.tensegrity.skeleton.swt.container |
| Methods in com.tensegrity.skeleton.swt.container that return UIManager | |
protected UIManager |
AbstractSwtToolContainer.getUiManager()
Returns the UiManager. |
| Methods in com.tensegrity.skeleton.swt.container with parameters of type UIManager | |
protected void |
AbstractSwtToolContainer.setUiManager(UIManager uiManager)
Allows subclasses to manually set the UIManager. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||