C G I P S U

C

com.jgoodies.uif_lite.component - package com.jgoodies.uif_lite.component
 
com.jgoodies.uif_lite.panel - package com.jgoodies.uif_lite.panel
 
createStrippedSplitPane(int, Component, Component) - Static method in class com.jgoodies.uif_lite.component.UIFSplitPane
Constructs a UIFSplitPane, i.e.

G

getContent() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Returns the content - null, if none has been set.
getContentPane() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Returns the content pane.
getContentPaneBorder() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Returns the border of the content pane or null if no border is currently set.
getFrameIcon() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Returns the frame's icon.
getHeaderBackground() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Determines and answers the header's background color.
getTextForeground(boolean) - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Determines and answers the header's text foreground color.
getTitle() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Returns the frame's title text.
getTitleFont() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Returns the frame's title font.
getToolBar() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Returns the current toolbar, null if none has been set before.

I

isDividerBorderVisible() - Method in class com.jgoodies.uif_lite.component.UIFSplitPane
Checks and answers whether the divider border shall be visible or invisible.
isSelected() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Answers if the panel is currently selected (or in other words active) or not.

P

PROPERTYNAME_DIVIDER_BORDER_VISIBLE - Static variable in class com.jgoodies.uif_lite.component.UIFSplitPane
Holds the name of the bound property that tries to show or hide the split pane's divider border.

S

setContent(Component) - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Sets a new panel content; replaces any existing content, if existing.
setContentPaneBorder(Border) - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Sets the border for the content pane.
setDividerBorderVisible(boolean) - Method in class com.jgoodies.uif_lite.component.UIFSplitPane
Makes the divider border visible or invisible.
setFrameIcon(Icon) - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Sets a new frame icon.
setSelected(boolean) - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
This panel draws its title bar differently if it is selected, which may be used to indicate to the user that this panel has the focus, or should get more attention than other simple internal frames.
setTitle(String) - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Sets a new title text.
setTitleFont(Font) - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Sets a new title font.
setToolBar(JToolBar) - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Sets a new tool bar in the header.
SimpleInternalFrame - Class in com.jgoodies.uif_lite.panel
A JPanel subclass that has a drop shadow border and that provides a header with icon, title and tool bar.
SimpleInternalFrame() - Constructor for class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Constructs a SimpleInternalFrame with a default title.
SimpleInternalFrame(String) - Constructor for class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified title.
SimpleInternalFrame(Icon, String) - Constructor for class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified icon, and title.
SimpleInternalFrame(String, JToolBar, JComponent) - Constructor for class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified title, tool bar, and content panel.
SimpleInternalFrame(Icon, String, JToolBar, JComponent) - Constructor for class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified icon, title, tool bar, and content panel.

U

UIFSplitPane - Class in com.jgoodies.uif_lite.component
A JSplitPane subclass that can try to remove the divider border.
UIFSplitPane() - Constructor for class com.jgoodies.uif_lite.component.UIFSplitPane
Constructs a UIFSplitPane configured to arrange the child components side-by-side horizontally with no continuous layout, using two buttons for the components.
UIFSplitPane(int) - Constructor for class com.jgoodies.uif_lite.component.UIFSplitPane
Constructs a UIFSplitPane configured with the specified orientation and no continuous layout.
UIFSplitPane(int, boolean) - Constructor for class com.jgoodies.uif_lite.component.UIFSplitPane
Constructs a UIFSplitPane with the specified orientation and redrawing style.
UIFSplitPane(int, Component, Component) - Constructor for class com.jgoodies.uif_lite.component.UIFSplitPane
Constructs a UIFSplitPane with the specified orientation and the given componenents.
UIFSplitPane(int, boolean, Component, Component) - Constructor for class com.jgoodies.uif_lite.component.UIFSplitPane
Constructs a UIFSplitPane with the specified orientation, redrawing style, and given components.
updateUI() - Method in class com.jgoodies.uif_lite.component.UIFSplitPane
Updates the UI and sets an empty divider border.
updateUI() - Method in class com.jgoodies.uif_lite.panel.SimpleInternalFrame
Updates the UI.

C G I P S U