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

C

CENTER - Static variable in class net.infonode.util.Alignment
Center alignment.
CHILD_DROP_FILTER - Static variable in class net.infonode.docking.properties.DockingWindowDropFilterProperties
The DropFilter that is called when a child window will be asked for accept drop.
CLIP_CHILDREN - Static variable in class net.infonode.properties.gui.util.ShapedPanelProperties
If true the child components of the shaped panel are clipped with the border shape.
CLOSE_BUTTON_PROPERTIES - Static variable in class net.infonode.docking.properties.TabWindowProperties
The close button property values.
CLOSE_BUTTON_PROPERTIES - Static variable in class net.infonode.docking.properties.ViewTitleBarStateProperties
The close button property values.
CLOSE_BUTTON_PROPERTIES - Static variable in class net.infonode.docking.properties.WindowTabStateProperties
The close button property values.
CLOSE_ENABLED - Static variable in class net.infonode.docking.properties.DockingWindowProperties
Enables/disables window close by the user.
COMPONENT_PAINTER - Static variable in class net.infonode.properties.gui.util.ShapedPanelProperties
ComponentPainter that paints the shaped panel background.
COMPONENT_PROPERTIES - Static variable in class net.infonode.docking.properties.FloatingWindowProperties
Properties for the component
COMPONENT_PROPERTIES - Static variable in class net.infonode.docking.properties.RootWindowProperties
The root window component property values.
COMPONENT_PROPERTIES - Static variable in class net.infonode.docking.properties.ViewTitleBarStateProperties
Properties for the component
COMPONENT_PROPERTIES - Static variable in class net.infonode.docking.properties.WindowBarProperties
The window bar component property values.
COMPONENT_PROPERTIES - Static variable in class net.infonode.tabbedpanel.TabAreaComponentsProperties
Properties for the component
COMPONENT_PROPERTIES - Static variable in class net.infonode.tabbedpanel.TabAreaProperties
Properties for the component
COMPONENT_PROPERTIES - Static variable in class net.infonode.tabbedpanel.TabbedPanelContentPanelProperties
Properties for the component
COMPONENT_PROPERTIES - Static variable in class net.infonode.tabbedpanel.titledtab.TitledTabStateProperties
Tab component properties.
COMPRESSION - Static variable in class net.infonode.tabbedpanel.TabLayoutPolicy
Compression layout policy.
CONTENT_PANEL_EDGE_RESIZE_DISTANCE - Static variable in class net.infonode.docking.properties.WindowBarProperties
Inside this distance from the content panel edge the user can resize the content panel.
CONTENT_PANEL_PROPERTIES - Static variable in class net.infonode.tabbedpanel.TabbedPanelProperties
Content area properties
CONTENT_TITLE_BAR_GAP - Static variable in class net.infonode.docking.properties.ViewTitleBarProperties
Content title bar gap property
CONTINUOUS_LAYOUT_ENABLED - Static variable in class net.infonode.docking.properties.SplitWindowProperties
When enabled causes the windows to change size continuously while dragging the split window divider.
CONTINUOUS_LAYOUT_ENABLED - Static variable in class net.infonode.docking.properties.WindowBarProperties
When enabled causes the windows to change size continuously while dragging the split window divider.
CONTROL_COLOR - Static variable in class net.infonode.gui.colorprovider.UIManagerColorProvider
A provider for the 'control' color.
CONTROL_DARK_SHADOW - Static variable in class net.infonode.gui.colorprovider.UIManagerColorProvider
A provider for the 'controlDkShadow' color.
CantRemoveValueException - exception net.infonode.properties.base.exception.CantRemoveValueException.
Exception thrown when a property value can't be removed.
CantRemoveValueException(Property) - Constructor for class net.infonode.properties.base.exception.CantRemoveValueException
Constructor.
ChildDropInfo - class net.infonode.docking.drop.ChildDropInfo.
Information about an ongoing child drop i.e. when a child window of the drop window is asked if it accepts the drop.
ChildDropInfo(DockingWindow, DockingWindow, Point, DockingWindow) - Constructor for class net.infonode.docking.drop.ChildDropInfo
 
ClassicDockingTheme - class net.infonode.docking.theme.ClassicDockingTheme.
A theme with a "classic" look with round edges for the tabs.
ClassicDockingTheme() - Constructor for class net.infonode.docking.theme.ClassicDockingTheme
Creates a ClassicDockingTheme.
ClassicTheme - class net.infonode.tabbedpanel.theme.ClassicTheme.
A theme with a "classic" look and with round edges for the titled tabs.
ClassicTheme() - Constructor for class net.infonode.tabbedpanel.theme.ClassicTheme
Constructs a default Classic Theme
ClassicTheme(int) - Constructor for class net.infonode.tabbedpanel.theme.ClassicTheme
Constructs a Classic Theme
CloseOthersWindowAction - class net.infonode.docking.action.CloseOthersWindowAction.
Closes all tabs (with abort possibility) except the one belonging to the window the action is performed upon in the AbstractTabWindow parent of the window.
CloseWindowAction - class net.infonode.docking.action.CloseWindowAction.
Closes a window using the DockingWindow.close() method.
CloseWithAbortWindowAction - class net.infonode.docking.action.CloseWithAbortWindowAction.
Closes a window using the DockingWindow.closeWithAbort() method.
ColorBlender - class net.infonode.gui.colorprovider.ColorBlender.
Blends two colors according to the given blend amount.
ColorBlender(ColorProvider, ColorProvider, float) - Constructor for class net.infonode.gui.colorprovider.ColorBlender
Constructor.
ColorMultiplier - class net.infonode.gui.colorprovider.ColorMultiplier.
Multiplies the RGB components of a color with the given factor.
ColorMultiplier(ColorProvider, double) - Constructor for class net.infonode.gui.colorprovider.ColorMultiplier
Constructor.
ColorProperty - class net.infonode.properties.types.ColorProperty.
A property of type Color.
ColorProperty(PropertyGroup, String, String, PropertyValueHandler) - Constructor for class net.infonode.properties.types.ColorProperty
Constructor.
ColorProvider - interface net.infonode.gui.colorprovider.ColorProvider.
An object that provides colors.
ColorProviderList - class net.infonode.gui.colorprovider.ColorProviderList.
 
ColorProviderList(ColorProvider, ColorProvider) - Constructor for class net.infonode.gui.colorprovider.ColorProviderList
 
ColorProviderList(ColorProvider, ColorProvider, ColorProvider) - Constructor for class net.infonode.gui.colorprovider.ColorProviderList
 
ColorProviderList(ColorProvider[]) - Constructor for class net.infonode.gui.colorprovider.ColorProviderList
 
ColorProviderUtil - class net.infonode.gui.colorprovider.ColorProviderUtil.
Utility methods for ColorProvider's.
ComponentPainter - interface net.infonode.gui.componentpainter.ComponentPainter.
Paints an area of a component.
ComponentPainterProperty - class net.infonode.properties.types.ComponentPainterProperty.
A property of type ComponentPainter.
ComponentPainterProperty(PropertyGroup, String, String, PropertyValueHandler) - Constructor for class net.infonode.properties.types.ComponentPainterProperty
 
ComponentProperties - class net.infonode.properties.gui.util.ComponentProperties.
Properties and property values for a JComponent.
ComponentProperties() - Constructor for class net.infonode.properties.gui.util.ComponentProperties
Creates an empty property object.
ComponentProperties(PropertyMap) - Constructor for class net.infonode.properties.gui.util.ComponentProperties
Creates a property map containing the map.
ComponentProperties(ComponentProperties) - Constructor for class net.infonode.properties.gui.util.ComponentProperties
Creates a property object that inherit values from another property object.
CompoundHoverListener - class net.infonode.gui.hover.CompoundHoverListener.
CompoundHoverListener takes the two given hover listeners and calls the first hover listener and then the second when the mouse is hovering.
CompoundHoverListener(HoverListener, HoverListener) - Constructor for class net.infonode.gui.hover.CompoundHoverListener
Creates a CompoundHoverListener
canBeAssiged(Object) - Method in interface net.infonode.properties.base.Property
Returns true if the value can be assigned to this property.
canBeAssiged(Object) - Method in class net.infonode.properties.types.FloatProperty
 
canBeAssiged(Object) - Method in class net.infonode.properties.types.NumberProperty
 
canBeAssiged(Object) - Method in class net.infonode.properties.util.AbstractProperty
 
clear(boolean) - Method in interface net.infonode.properties.propertymap.PropertyMap
Removes all property values in this property map.
close() - Method in class net.infonode.docking.DockingWindow
Removes this window from it's window parent.
close() - Method in class net.infonode.docking.FloatingWindow
 
closeWithAbort() - Method in class net.infonode.docking.DockingWindow
Same as DockingWindow.close(), but the DockingWindowListener.windowClosing(DockingWindow) method of the window listeners will be called before closing the window, giving them the possibility to abort the close operation.
contains(View) - Method in class net.infonode.docking.util.AbstractViewMap
Returns true if this view map contains the view.
contains(int, int) - Method in class net.infonode.tabbedpanel.titledtab.TitledTab
 
contentAreaContainsPoint(Point) - Method in class net.infonode.tabbedpanel.TabbedPanel
Check if the content area contains the given point
copy(boolean, boolean) - Method in interface net.infonode.properties.propertymap.PropertyMap
Creates a copy of this map.
create(PropertyMapGroup) - Static method in class net.infonode.properties.propertymap.PropertyMapFactory
Creates a property map that can contain values for properties in the given property group.
create(PropertyMap) - Static method in class net.infonode.properties.propertymap.PropertyMapFactory
Creates a property map with the same property group as inheritFrom.
createButton(Object) - Method in interface net.infonode.gui.button.ButtonFactory
Creates a button.
createDefault() - Static method in class net.infonode.docking.properties.RootWindowProperties
Creates a property object that inherits default property values.
createDefault(Direction) - Static method in class net.infonode.docking.properties.WindowBarProperties
Creates a property object which inherits the default property values.
createFloatingWindow(Point, Dimension, DockingWindow) - Method in class net.infonode.docking.RootWindow
Creates and shows a floating window with the given window as top-level window in the floating window or without any top-level window i.e. empty floating window.
createHeavyweightSupportedRootWindow(AbstractViewMap, boolean) - Static method in class net.infonode.docking.util.DockingUtil
Creates a root window with support for view serialization, popup menues and support for heavy weight components inside the views.
createHeavyweightSupportedRootWindow(AbstractViewMap, ViewSerializer, boolean) - Static method in class net.infonode.docking.util.DockingUtil
Creates a root window with support for view serialization, popup menues and support for heavyweight components inside the views.
createInsetsTabBorder(boolean, boolean, boolean) - Method in class net.infonode.tabbedpanel.theme.ClassicTheme
Creates a tab border with extra insets border
createPopupMenu(DockingWindow) - Method in interface net.infonode.docking.WindowPopupMenuFactory
Creates and returns a popup menu for a docking window.
createPositive(PropertyGroup, String, String, int, PropertyValueHandler) - Static method in class net.infonode.properties.types.IntegerProperty
Creates an integer property that can only be set to zero and positive integers.
createRelativeRef(Property, PropertyMap, Property) - Method in interface net.infonode.properties.propertymap.PropertyMap
Creates a relative reference from one property value to another property value.
createRootWindow(AbstractViewMap, boolean) - Static method in class net.infonode.docking.util.DockingUtil
Creates a root window with support for view serialization and popup menues.
createRootWindow(AbstractViewMap, ViewSerializer, boolean) - Static method in class net.infonode.docking.util.DockingUtil
Creates a root window with support for view serialization and popup menues.
createRootWindowProperties() - Static method in class net.infonode.docking.theme.BlueHighlightDockingTheme
Create a root window properties object with the property values for this theme.
createRootWindowProperties() - Static method in class net.infonode.docking.theme.SlimFlatDockingTheme
Create a root window properties object with the property values for this theme.
createTabBorder(boolean, boolean, boolean) - Method in class net.infonode.tabbedpanel.theme.ClassicTheme
Creates a tab border without extra insets border
createTabBorder(ColorProvider, ColorProvider, float, float, boolean, boolean, boolean, boolean, boolean, boolean, int) - Method in class net.infonode.tabbedpanel.theme.ShapedGradientTheme
Creates a tab border
createTitleBarStyleRootWindowProperties() - Static method in class net.infonode.docking.util.PropertiesUtil
Creates and returns a new RootWindowProperties object that is meant to be added as super object on another RootWindowProperties object, for example a theme's RootWindowProperties.
createTitledTab(String, Icon) - Static method in class net.infonode.tabbedpanel.TabFactory
Creates a TitledTab with a text and an icon
createTitledTab(String, Icon, JComponent) - Static method in class net.infonode.tabbedpanel.TabFactory
Creates a TitledTab with a text, an icon and a content component
createTitledTab(String, Icon, JComponent, JComponent) - Static method in class net.infonode.tabbedpanel.TabFactory
Creates a TitledTab with a text, an icon, a title component and a content component
createTitledTab(String, Icon, Icon, Icon, JComponent, JComponent) - Static method in class net.infonode.tabbedpanel.TabFactory
Creates a TitledTab with a text, a different icon for each of the states, a title component and a content component
createView() - Method in interface net.infonode.docking.util.ViewFactory
Creates a view.
createWindowBarProperties() - Static method in class net.infonode.docking.theme.SlimFlatDockingTheme
Deprecated. the window bar properties are now included in the root window properties
createWindowLayoutFrame(String, DockingWindow) - Static method in class net.infonode.docking.util.DeveloperUtil
Creates a JFrame with a text area that shows the layout of the given window as pseudo-like Java code, i.e. the layout retrieved by DeveloperUtil.getWindowLayoutAsString(DockingWindow).
createWindowMenuFactory(ViewFactoryManager, boolean) - Static method in class net.infonode.docking.util.WindowMenuUtil
Creates a factory which creates a popup menu containing common window actions.
createWindowMenuFactory(ViewFactoryManager, boolean, boolean) - Static method in class net.infonode.docking.util.WindowMenuUtil
Creates a factory which creates a popup menu containing common window actions.

A B C D E F G H I L M N O P R S T U V W
Copyright © 2007 NNL Technology AB. All Rights Reserved.