|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
org.apache.pivot.charts | Contains a collection of components for use in charting applications. |
org.apache.pivot.charts.skin | Contains abstract base classes for chart view skins. |
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.content | Contains classes representing component data, such as list items or table rows. |
org.apache.pivot.wtk.effects | Contains classes supporting visual effects such as blurs, reflections, and drop shadows. |
org.apache.pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of Component in org.apache.pivot.charts |
---|
Subclasses of Component in org.apache.pivot.charts | |
---|---|
class |
AreaChartView
Presents chart data using an area plot. |
class |
BarChartView
Presents chart data using a bar plot. |
class |
ChartView
Abstract base class for chart views. |
class |
HighLowChartView
Presents chart data using "open/high/low/close" plot. |
class |
LineChartView
Presents chart data using a line plot. |
class |
PieChartView
Presents chart data using a pie plot. |
Uses of Component in org.apache.pivot.charts.skin |
---|
Methods in org.apache.pivot.charts.skin with parameters of type Component | |
---|---|
void |
ChartViewSkin.install(Component component)
|
Uses of Component in org.apache.pivot.wtk |
---|
Subclasses of Component in org.apache.pivot.wtk | |
---|---|
class |
Accordion
Component that provides access to a set of components via selectable headers. |
class |
ActivityIndicator
Component representing an activity indicator. |
class |
Alert
Class representing an "alert", a dialog commonly used to perform simple user interaction. |
class |
Border
Container that displays a border. |
class |
BoxPane
Container that arranges components in a line, either vertically or horizontally. |
class |
Button
Abstract base class for button components. |
class |
Calendar
Component that allows the user to select a date. |
class |
CalendarButton
A component that allows a user to select a calendar date. |
class |
CardPane
Container that behaves like a deck of cards, only one of which may be visible at a time. |
class |
Checkbox
Component representing a checkbox. |
class |
Container
Abstract base class for containers. |
class |
Dialog
Window class whose primary purpose is to facilitate interaction between an application and a user. |
class |
Display
Container that serves as the root of a component hierarchy. |
class |
Expander
Navigation container that allows a user to expand and collapse a content component. |
class |
FileBrowser
Component representing a file browser. |
class |
FileBrowserSheet
File browser sheet. |
class |
FlowPane
Container that arranges components in a horizontal line, wrapping when contents don't fit on a single line. |
class |
Form
A container that arranges field components in a form layout. |
class |
Frame
Container class representing a decorated frame window. |
class |
ImageView
Component that displays an image. |
class |
Label
Component that displays a string of text. |
class |
LinkButton
Button component that resembles an HTML hyperlink. |
class |
ListButton
Component that allows a user to select one of several list options. |
class |
ListView
Component that displays a sequence of items, optionally allowing a user to select or check one or more items. |
class |
Menu
Component that presents a cascading menu. |
static class |
Menu.Item
Component representing a menu item. |
class |
MenuBar
Component representing a menu bar. |
static class |
MenuBar.Item
Component representing a menu bar item. |
class |
MenuButton
Component that allows a user to select one of several menu options. |
class |
MenuPopup
Popup class that displays a cascading menu. |
class |
Meter
Component that displays progress information. |
class |
MovieView
Component that plays a movie. |
class |
Palette
Window representing a "tool palette". |
class |
Panel
Simple container that performs no layout. |
class |
Panorama
Container that provides a scrollable view of a component. |
class |
Prompt
Class representing an "prompt", a sheet commonly used to perform simple user interaction. |
class |
PushButton
Component representing a push button. |
class |
RadioButton
Component representing a "radio button". |
class |
Rollup
Container that can be expanded or collapsed to respectively show or hide its content. |
class |
ScrollBar
Component that allows a user to select one of a range of values. |
class |
ScrollPane
Container that provides a scrollable view of a component, with optional fixed row and column headers. |
static class |
ScrollPane.Corner
Component class representing the components that will get placed in the corners of a ScrollPane. |
class |
Separator
Component representing a horizontal divider. |
class |
Sheet
Window class representing a "sheet". |
class |
Slider
Allows a user to select one of a range of values. |
class |
Spinner
Component that presents a means of cycling through a list of items. |
class |
SplitPane
A SplitPane is a container component that splits its size up into two regions, each of which is capable of holding one component. |
class |
StackPane
Container that behaves like a stack of transparencies, all of which are visible at the same time. |
class |
TablePane
Container that arranges components in a two-dimensional grid, optionally spanning multiple rows and columns. |
static class |
TablePane.Filler
Component that can be used as filler for empty cells. |
class |
TableView
Component that displays a sequence of items partitioned into columns, optionally allowing a user to select one or more rows. |
class |
TableViewHeader
Component representing a table view header. |
class |
TabPane
Container that provides access to a set of components via selectable tabs, only one of which is visible at a time. |
class |
TextArea
Component that allows a user to enter and edit multiple lines of (optionally formatted) text. |
class |
TextInput
A component that allows a user to enter a single line of unformatted text. |
class |
Tooltip
Window representing a "tooltip". |
class |
TreeView
Class that displays a hierarchical data structure, allowing a user to select one or more paths. |
class |
Viewport
Abstract base class for viewport components. |
class |
Window
Top-level container representing the entry point into a user interface. |
Fields in org.apache.pivot.wtk with type parameters of type Component | |
---|---|
protected HashMap<Class<? extends Component>,Class<? extends Skin>> |
Theme.componentSkinMap
|
Methods in org.apache.pivot.wtk that return Component | |
---|---|
Component |
TablePane.Row.get(int index)
|
Component |
Accordion.PanelSequence.get(int index)
|
Component |
Container.get(int index)
|
Component |
Form.Section.get(int index)
|
Component |
TabPane.TabSequence.get(int index)
|
Component |
Component.ComponentDictionary.get(Integer key)
|
Component |
Alert.getBody()
|
Component |
Prompt.getBody()
|
Component |
SplitPane.getBottom()
|
Component |
SplitPane.getBottomRight()
|
static Component |
Mouse.getCapturer()
Returns the mouse capturer. |
Component |
TablePane.getCellComponent(int rowIndex,
int columnIndex)
Gets the component at the specified cell in this table pane. |
Component |
ScrollPane.getColumnHeader()
|
Component |
Skin.getComponent()
Returns the component with which a skin is associated. |
Component |
Container.getComponentAt(int x,
int y)
|
Component |
Expander.getContent()
|
Component |
Rollup.getContent()
|
Component |
Border.getContent()
Returns the border's content component. |
Component |
Window.getContent()
|
Component |
ScrollPane.getCorner()
|
Component |
TabPane.getCorner()
|
Component |
Container.getDescendantAt(int x,
int y)
|
Component |
Window.getFocusDescendant()
Returns the window descendant to which focus will be restored when this window is moved to the front. |
static Component |
Component.getFocusedComponent()
Returns the currently focused component. |
Component |
Rollup.getHeading()
|
Component |
SplitPane.getLeft()
|
Component |
FocusTraversalPolicy.getNextComponent(Container container,
Component component,
Direction direction)
Returns the next focus destination according to this traversal policy. |
Component |
SplitPane.getRight()
|
Component |
ScrollPane.getRowHeader()
|
Component |
CardPane.getSelectedCard()
|
Component |
Accordion.getSelectedPanel()
|
Component |
TabPane.getSelectedTab()
|
Component |
SplitPane.getTop()
|
Component |
SplitPane.getTopLeft()
|
Component |
Viewport.getView()
|
Component |
Component.ComponentDictionary.put(Integer key,
Component value)
|
Component |
Component.ComponentDictionary.remove(Integer key)
|
Component |
Container.transferFocus(Component component,
Direction direction)
Transfers focus to the next focusable component. |
Component |
Component.transferFocus(Direction direction)
Transfers focus to the next focusable component. |
Component |
TablePane.Row.update(int index,
Component component)
|
Component |
Accordion.PanelSequence.update(int index,
Component panel)
|
Component |
Container.update(int index,
Component component)
|
Component |
Form.Section.update(int index,
Component field)
|
Component |
TabPane.TabSequence.update(int index,
Component tab)
|
Methods in org.apache.pivot.wtk that return types with arguments of type Component | |
---|---|
Iterator<Component> |
TablePane.Row.iterator()
|
Iterator<Component> |
Accordion.PanelSequence.iterator()
|
Iterator<Component> |
Container.iterator()
|
Iterator<Component> |
Form.Section.iterator()
|
Iterator<Component> |
TabPane.TabSequence.iterator()
|
Sequence<Component> |
SplitPane.remove(int index,
int count)
|
Sequence<Component> |
TablePane.remove(int index,
int count)
Overrides the base method to check whether or not a cell component is being removed, and fires the appropriate event in that case. |
Sequence<Component> |
TablePane.Row.remove(int index,
int count)
|
Sequence<Component> |
Frame.remove(int index,
int count)
|
Sequence<Component> |
Expander.remove(int index,
int count)
|
Sequence<Component> |
MenuBar.remove(int index,
int count)
|
Sequence<Component> |
Rollup.remove(int index,
int count)
|
Sequence<Component> |
CardPane.remove(int index,
int count)
|
Sequence<Component> |
Accordion.remove(int index,
int count)
|
Sequence<Component> |
Accordion.PanelSequence.remove(int index,
int count)
|
Sequence<Component> |
Container.remove(int index,
int count)
|
Sequence<Component> |
ScrollPane.remove(int index,
int count)
|
Sequence<Component> |
Border.remove(int index,
int count)
|
Sequence<Component> |
Window.remove(int index,
int count)
|
Sequence<Component> |
Menu.remove(int index,
int count)
|
Sequence<Component> |
Form.remove(int index,
int count)
|
Sequence<Component> |
Form.Section.remove(int index,
int count)
|
Sequence<Component> |
Viewport.remove(int index,
int count)
|
Sequence<Component> |
TabPane.remove(int index,
int count)
|
Sequence<Component> |
TabPane.TabSequence.remove(int index,
int count)
|
Sequence<Component> |
Container.removeAll()
|
Methods in org.apache.pivot.wtk with parameters of type Component | |
---|---|
int |
TablePane.Row.add(Component component)
|
int |
Accordion.PanelSequence.add(Component panel)
|
int |
Container.add(Component component)
|
int |
Form.Section.add(Component field)
|
int |
TabPane.TabSequence.add(Component tab)
|
static void |
Alert.alert(MessageType messageType,
String message,
Component body,
Display display)
|
static void |
Alert.alert(MessageType messageType,
String message,
Component body,
Display display,
DialogCloseListener dialogCloseListener)
|
static void |
Alert.alert(MessageType messageType,
String message,
Component body,
Window owner)
|
static void |
Alert.alert(MessageType messageType,
String message,
Component body,
Window owner,
DialogCloseListener dialogCloseListener)
|
boolean |
DragSource.beginDrag(Component component,
int x,
int y)
Called by the framework to initiate a drag operation. |
void |
SplitPaneListener.bottomRightChanged(SplitPane splitPane,
Component previousBottomRight)
Called when a split pane's bottom right component has changed. |
static void |
Mouse.capture(Component capturer)
"Captures" the mouse, causing all mouse input to be delegated to the given component rather than propagating down the component hierarchy. |
void |
TablePaneListener.cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
Called when a cell has been updated in a table pane. |
void |
TablePaneListener.Adapter.cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
|
void |
MenuHandler.cleanupMenuBar(Component component,
MenuBar menuBar)
Called to allow an implementation to perform cleanup on a menu bar. |
void |
MenuHandler.Adapter.cleanupMenuBar(Component component,
MenuBar menuBar)
|
void |
TabPaneAttributeListener.closeableChanged(TabPane tabPane,
Component component)
Called when a tab's closeable attribute has changed. |
void |
ScrollPaneListener.columnHeaderChanged(ScrollPane scrollPane,
Component previousColumnHeader)
Called when the scroll pane's column header changed. |
void |
TablePaneAttributeListener.columnSpanChanged(TablePane tablePane,
Component component,
int previousColumnSpan)
Called when a component's column span attribute has changed. |
boolean |
MenuHandler.configureContextMenu(Component component,
Menu menu,
int x,
int y)
Called to allow an implementation to configure a context menu. |
boolean |
MenuHandler.Adapter.configureContextMenu(Component component,
Menu menu,
int x,
int y)
|
void |
MenuHandler.configureMenuBar(Component component,
MenuBar menuBar)
Called to allow an implementation to configure a menu bar. |
void |
MenuHandler.Adapter.configureMenuBar(Component component,
MenuBar menuBar)
|
void |
BorderListener.contentChanged(Border border,
Component previousContent)
Called when a border's content component has changed. |
void |
BorderListener.Adapter.contentChanged(Border border,
Component previousContent)
|
void |
ExpanderListener.contentChanged(Expander expander,
Component previousContent)
Called when an expander's content component has changed. |
void |
ExpanderListener.Adapter.contentChanged(Expander expander,
Component previousContent)
|
void |
RollupListener.contentChanged(Rollup rollup,
Component previousContent)
Called when a rollup's content component changed. |
void |
RollupListener.Adapter.contentChanged(Rollup rollup,
Component previousContent)
|
void |
WindowListener.contentChanged(Window window,
Component previousContent)
Called when a window's content component has changed. |
void |
WindowListener.Adapter.contentChanged(Window window,
Component previousContent)
|
void |
ScrollPaneListener.cornerChanged(ScrollPane scrollPane,
Component previousCorner)
Called when the scroll pane's corner component changed. |
void |
TabPaneListener.cornerChanged(TabPane tabPane,
Component previousCorner)
Called when a tab pane's corner component (the component in the free space next to the tabs) has changed. |
void |
TabPaneListener.Adapter.cornerChanged(TabPane tabPane,
Component previousCorner)
|
void |
ComponentListener.cursorChanged(Component component,
Cursor previousCursor)
Called when a component's cursor has changed. |
void |
ComponentListener.Adapter.cursorChanged(Component component,
Cursor previousCursor)
|
void |
ComponentDecoratorListener.decoratorInserted(Component component,
int index)
Called when a decorator has been inserted into a component's decorator sequence. |
void |
ComponentDecoratorListener.decoratorsRemoved(Component component,
int index,
Sequence<Decorator> decorators)
Called when decorators have been removed from a component's decorator sequence. |
void |
ComponentDecoratorListener.decoratorUpdated(Component component,
int index,
Decorator previousDecorator)
Called when a decorator has been updated in a component's decorator sequence. |
protected void |
Frame.descendantGainedFocus(Component descendant,
Component previousFocusedComponent)
|
protected void |
Container.descendantGainedFocus(Component descendant,
Component previousFocusedComponent)
|
protected void |
Window.descendantGainedFocus(Component descendant,
Component previousFocusedComponent)
|
protected void |
Frame.descendantLostFocus(Component descendant)
|
protected void |
Container.descendantLostFocus(Component descendant)
|
protected void |
Container.descendantRemoved(Component descendant)
|
protected void |
Window.descendantRemoved(Component descendant)
|
DropAction |
DropTarget.dragEnter(Component component,
Manifest dragContent,
int supportedDropActions,
DropAction userDropAction)
Called when the mouse first enters a drop target during a drag operation. |
void |
DropTarget.dragExit(Component component)
Called when the mouse leaves a drop target during a drag operation. |
DropAction |
DropTarget.dragMove(Component component,
Manifest dragContent,
int supportedDropActions,
int x,
int y,
DropAction userDropAction)
Called when the mouse is moved while positioned over a drop target during a drag operation. |
void |
ComponentListener.dragSourceChanged(Component component,
DragSource previousDragSource)
Called when a component's drag source has changed. |
void |
ComponentListener.Adapter.dragSourceChanged(Component component,
DragSource previousDragSource)
|
DropAction |
DropTarget.drop(Component component,
Manifest dragContent,
int supportedDropActions,
int x,
int y,
DropAction userDropAction)
Called to drop the drag content. |
void |
ComponentListener.dropTargetChanged(Component component,
DropTarget previousDropTarget)
Called when a component's drop target has changed. |
void |
ComponentListener.Adapter.dropTargetChanged(Component component,
DropTarget previousDropTarget)
|
void |
ComponentStateListener.enabledChanged(Component component)
Called when a component's enabled state has changed. |
void |
ComponentStateListener.Adapter.enabledChanged(Component component)
|
void |
DragSource.endDrag(Component component,
DropAction dropAction)
Called by the framework to terminate a drag operation. |
void |
FormAttributeListener.flagChanged(Form form,
Component field,
Form.Flag previousFlag)
Called when a field's flag attribute has changed. |
void |
ComponentStateListener.focusedChanged(Component component,
Component obverseComponent)
Called when a component's focused state has changed. |
void |
ComponentStateListener.Adapter.focusedChanged(Component component,
Component obverseComponent)
|
void |
ComponentClassListener.focusedComponentChanged(Component previousFocusedComponent)
Called when the focused component changes. |
static int |
TablePane.getColumnSpan(Component component)
|
static Form.Flag |
Form.getFlag(Component component)
|
static Image |
Accordion.getIcon(Component component)
|
static Image |
TabPane.getIcon(Component component)
|
static String |
Accordion.getLabel(Component component)
|
static String |
Form.getLabel(Component component)
|
static String |
TabPane.getLabel(Component component)
|
Component |
FocusTraversalPolicy.getNextComponent(Container container,
Component component,
Direction direction)
Returns the next focus destination according to this traversal policy. |
static int |
TablePane.getRowSpan(Component component)
|
static Form.Section |
Form.getSection(Component component)
|
void |
RollupListener.headingChanged(Rollup rollup,
Component previousHeading)
Called when a rollup's heading component changed. |
void |
RollupListener.Adapter.headingChanged(Rollup rollup,
Component previousHeading)
|
void |
AccordionAttributeListener.iconChanged(Accordion accordion,
Component component,
Image previousIcon)
Called when a panel's icon attribute has changed. |
void |
TabPaneAttributeListener.iconChanged(TabPane tabPane,
Component component,
Image previousIcon)
Called when a tab's icon attribute has changed. |
int |
TablePane.Row.indexOf(Component component)
|
int |
Accordion.PanelSequence.indexOf(Component panel)
|
int |
Container.indexOf(Component component)
|
int |
Form.Section.indexOf(Component field)
|
int |
TabPane.TabSequence.indexOf(Component tab)
|
void |
TablePane.Row.insert(Component component,
int index)
|
void |
CardPane.insert(Component component,
int index)
|
void |
Accordion.PanelSequence.insert(Component panel,
int index)
|
void |
Container.insert(Component component,
int index)
|
void |
Display.insert(Component component,
int index)
|
void |
Form.Section.insert(Component field,
int index)
|
void |
TabPane.TabSequence.insert(Component tab,
int index)
|
void |
Skin.install(Component component)
Associates a skin with a component. |
boolean |
Container.isAncestor(Component component)
Tests if this container is an ancestor of a given component. |
static boolean |
TabPane.isCloseable(Component component)
|
boolean |
ComponentKeyListener.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Called when a key has been pressed. |
boolean |
ComponentKeyListener.Adapter.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentKeyListener.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Called when a key has been released. |
boolean |
ComponentKeyListener.Adapter.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentKeyListener.keyTyped(Component component,
char character)
Called when a key has been typed. |
boolean |
ComponentKeyListener.Adapter.keyTyped(Component component,
char character)
|
void |
AccordionAttributeListener.labelChanged(Accordion accordion,
Component component,
String previousLabel)
Called when a panel's label attribute has changed. |
void |
FormAttributeListener.labelChanged(Form form,
Component field,
String previousName)
Called when a fields's name attribute has changed. |
void |
TabPaneAttributeListener.labelChanged(TabPane tabPane,
Component component,
String previousLabel)
Called when a tab's name attribute has changed. |
void |
ComponentListener.locationChanged(Component component,
int previousX,
int previousY)
Called when a component's location has changed. |
void |
ComponentListener.Adapter.locationChanged(Component component,
int previousX,
int previousY)
|
void |
ComponentListener.menuHandlerChanged(Component component,
MenuHandler previousMenuHandler)
Called when a component's context menu handler has changed. |
void |
ComponentListener.Adapter.menuHandlerChanged(Component component,
MenuHandler previousMenuHandler)
|
boolean |
ComponentMouseButtonListener.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
Called when a mouse button is clicked over a component. |
boolean |
ComponentMouseButtonListener.Adapter.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ComponentMouseButtonListener.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
Called when a mouse button is pressed over a component. |
boolean |
ComponentMouseButtonListener.Adapter.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentMouseListener.mouseMove(Component component,
int x,
int y)
Called when the mouse is moved over a component. |
boolean |
ComponentMouseListener.Adapter.mouseMove(Component component,
int x,
int y)
|
void |
ComponentMouseListener.mouseOut(Component component)
Called when the mouse exits a component. |
void |
ComponentMouseListener.Adapter.mouseOut(Component component)
|
void |
ComponentMouseListener.mouseOver(Component component)
Called when the mouse enters a component. |
void |
ComponentMouseListener.Adapter.mouseOver(Component component)
|
boolean |
ComponentMouseButtonListener.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
Called when a mouse button is released over a component. |
boolean |
ComponentMouseButtonListener.Adapter.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentMouseWheelListener.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
Called when the mouse wheel is scrolled over a component. |
void |
ComponentListener.parentChanged(Component component,
Container previousParent)
Called when a component's parent has changed (when the component is either added to or removed from a container). |
void |
ComponentListener.Adapter.parentChanged(Component component,
Container previousParent)
|
void |
ComponentListener.preferredHeightLimitsChanged(Component component,
int previousMinimumPreferredHeight,
int previousMaximumPreferredHeight)
Called when a component's preferred height limits have changed. |
void |
ComponentListener.Adapter.preferredHeightLimitsChanged(Component component,
int previousMinimumPreferredHeight,
int previousMaximumPreferredHeight)
|
void |
ComponentListener.preferredSizeChanged(Component component,
int previousPreferredWidth,
int previousPreferredHeight)
Called when a component's preferred size has changed. |
void |
ComponentListener.Adapter.preferredSizeChanged(Component component,
int previousPreferredWidth,
int previousPreferredHeight)
|
void |
ComponentListener.preferredWidthLimitsChanged(Component component,
int previousMinimumPreferredWidth,
int previousMaximumPreferredWidth)
Called when a component's preferred width limits have changed. |
void |
ComponentListener.Adapter.preferredWidthLimitsChanged(Component component,
int previousMinimumPreferredWidth,
int previousMaximumPreferredWidth)
|
static void |
Prompt.prompt(MessageType messageType,
String message,
Component body,
Window owner)
|
static void |
Prompt.prompt(MessageType messageType,
String message,
Component body,
Window owner,
SheetCloseListener sheetCloseListener)
|
Component |
Component.ComponentDictionary.put(Integer key,
Component value)
|
int |
TablePane.Row.remove(Component component)
|
int |
Accordion.PanelSequence.remove(Component panel)
|
int |
Container.remove(Component component)
|
int |
Form.Section.remove(Component field)
|
int |
TabPane.TabSequence.remove(Component tab)
|
void |
ScrollPaneListener.rowHeaderChanged(ScrollPane scrollPane,
Component previousRowHeader)
Called when the scroll pane's row header changed. |
void |
TablePaneAttributeListener.rowSpanChanged(TablePane tablePane,
Component component,
int previousRowSpan)
Called when a component's row span attribute has changed. |
void |
SplitPane.setBottom(Component component)
|
void |
SplitPane.setBottomRight(Component bottomRight)
|
void |
TablePane.setCellComponent(int row,
int column,
Component component)
Sets the component at the specified cell in this table pane. |
static void |
TabPane.setCloseable(Component component,
boolean closeable)
|
void |
ScrollPane.setColumnHeader(Component columnHeader)
|
static void |
TablePane.setColumnSpan(Component component,
int columnSpan)
|
void |
Expander.setContent(Component content)
|
void |
Rollup.setContent(Component content)
|
void |
Border.setContent(Component content)
Sets the border's content component. |
void |
Window.setContent(Component content)
|
void |
ScrollPane.setCorner(Component corner)
|
void |
TabPane.setCorner(Component corner)
|
static void |
Mouse.setCursor(Component component)
Sets the cursor based on a given component. |
static void |
Form.setFlag(Component component,
Form.Flag flag)
|
static void |
Form.setFlag(Component component,
String flag)
|
void |
Rollup.setHeading(Component heading)
|
static void |
Accordion.setIcon(Component component,
Image icon)
|
static void |
TabPane.setIcon(Component component,
Image icon)
|
static void |
Accordion.setIcon(Component component,
String icon)
|
static void |
TabPane.setIcon(Component component,
String icon)
|
static void |
Accordion.setIcon(Component component,
URL icon)
|
static void |
TabPane.setIcon(Component component,
URL icon)
|
static void |
Accordion.setLabel(Component component,
String label)
|
static void |
Form.setLabel(Component component,
String label)
|
static void |
TabPane.setLabel(Component component,
String label)
|
void |
SplitPane.setLeft(Component component)
|
void |
SplitPane.setRight(Component component)
|
void |
ScrollPane.setRowHeader(Component rowHeader)
|
static void |
TablePane.setRowSpan(Component component,
int rowSpan)
|
void |
SplitPane.setTop(Component component)
|
void |
SplitPane.setTopLeft(Component topLeft)
|
void |
Viewport.setView(Component view)
|
void |
ComponentListener.sizeChanged(Component component,
int previousWidth,
int previousHeight)
Called when a component's size has changed. |
void |
ComponentListener.Adapter.sizeChanged(Component component,
int previousWidth,
int previousHeight)
|
void |
ComponentListener.styleUpdated(Component component,
String styleKey,
Object previousValue)
Called when a component style has been updated. |
void |
ComponentListener.Adapter.styleUpdated(Component component,
String styleKey,
Object previousValue)
|
void |
ComponentListener.tooltipTextChanged(Component component,
String previousTooltipText)
Called when a component's tooltip text has changed. |
void |
ComponentListener.Adapter.tooltipTextChanged(Component component,
String previousTooltipText)
|
void |
SplitPaneListener.topLeftChanged(SplitPane splitPane,
Component previousTopLeft)
Called when a split pane's top left component has changed. |
Component |
Container.transferFocus(Component component,
Direction direction)
Transfers focus to the next focusable component. |
Component |
TablePane.Row.update(int index,
Component component)
|
Component |
Accordion.PanelSequence.update(int index,
Component panel)
|
Component |
Container.update(int index,
Component component)
|
Component |
Form.Section.update(int index,
Component field)
|
Component |
TabPane.TabSequence.update(int index,
Component tab)
|
DropAction |
DropTarget.userDropActionChange(Component component,
Manifest dragContent,
int supportedDropActions,
int x,
int y,
DropAction userDropAction)
Called when the user drop action changes while the mouse is positioned over a drop target during a drag operation. |
void |
ComponentDataListener.valueAdded(Component component,
String key)
Called when a value has been added to a component's user data dictionary. |
void |
ComponentDataListener.valueRemoved(Component component,
String key,
Object value)
Called when a value has been removed from a component's user data dictionary. |
void |
ComponentDataListener.valueUpdated(Component component,
String key,
Object previousValue)
Called when a value has been updated in a component's user data dictionary. |
void |
ViewportListener.viewChanged(Viewport scrollPane,
Component previousView)
Called when a viewport's view component has changed. |
void |
ViewportListener.Adapter.viewChanged(Viewport scrollPane,
Component previousView)
|
void |
ComponentListener.visibleChanged(Component component)
Called when a component's visible flag has changed. |
void |
ComponentListener.Adapter.visibleChanged(Component component)
|
Method parameters in org.apache.pivot.wtk with type arguments of type Component | |
---|---|
void |
TablePaneListener.cellsRemoved(TablePane.Row row,
int column,
Sequence<Component> removed)
Called when cell's have been removed from a table pane. |
void |
TablePaneListener.Adapter.cellsRemoved(TablePane.Row row,
int column,
Sequence<Component> removed)
|
void |
ContainerListener.componentsRemoved(Container container,
int index,
Sequence<Component> removed)
Called when components have been removed from a container's component sequence. |
void |
FormListener.fieldsRemoved(Form.Section section,
int index,
Sequence<Component> fields)
Called when forms fields items have been removed. |
void |
FormListener.Adapter.fieldsRemoved(Form.Section section,
int index,
Sequence<Component> fields)
|
Class<? extends Skin> |
Theme.getSkinClass(Class<? extends Component> componentClass)
|
protected void |
Component.installSkin(Class<? extends Component> componentClass)
Installs the skin for the given component class, unless a subclass has defined a more specific skin. |
void |
AccordionListener.panelsRemoved(Accordion accordion,
int index,
Sequence<Component> removed)
Called when a panel has been removed from an accordion's panel sequence. |
void |
AccordionListener.Adapter.panelsRemoved(Accordion accordion,
int index,
Sequence<Component> removed)
|
void |
TabPaneListener.tabsRemoved(TabPane tabPane,
int index,
Sequence<Component> tabs)
Called when a tab has been removed from a tab pane's tab sequence. |
void |
TabPaneListener.Adapter.tabsRemoved(TabPane tabPane,
int index,
Sequence<Component> tabs)
|
Constructors in org.apache.pivot.wtk with parameters of type Component | |
---|---|
Alert(MessageType type,
String message,
Sequence<?> options,
Component body)
|
|
Border(Component content)
|
|
Dialog(Component content)
|
|
Dialog(String title,
Component content)
|
|
Frame(Component content)
|
|
Frame(String title,
Component content)
|
|
Palette(Component content)
|
|
Palette(String title,
Component content)
|
|
Panorama(Component view)
|
|
Prompt(MessageType type,
String message,
Sequence<?> options,
Component body)
|
|
Rollup(boolean expanded,
Component content)
|
|
Rollup(Component content)
|
|
Sheet(Component content)
Creates a new sheet with an initial content component. |
|
SplitPane(Orientation orientation,
Component topLeft,
Component bottomRight)
|
|
Window(Component content)
|
|
Window(Component content,
boolean auxilliary)
|
Uses of Component in org.apache.pivot.wtk.content |
---|
Subclasses of Component in org.apache.pivot.wtk.content | |
---|---|
class |
ButtonDataRenderer
Default button data renderer. |
class |
CalendarButtonDataRenderer
Default calendar button data renderer. |
class |
LinkButtonDataRenderer
Default link button data renderer. |
class |
ListButtonColorRenderer
List button renderer for displaying color swatches. |
class |
ListButtonDataRenderer
Default list button data renderer. |
class |
ListViewColorRenderer
List view renderer for displaying color swatches. |
class |
ListViewItemRenderer
Default list view item renderer. |
class |
MenuBarItemDataRenderer
Default menu bar item data renderer. |
class |
MenuButtonDataRenderer
Default menu button data renderer. |
class |
MenuItemDataRenderer
Default menu item data renderer. |
class |
SpinnerItemRenderer
Default spinner item renderer, which renders all items as strings by calling toString() on them. |
class |
TableViewBooleanCellRenderer
Default renderer for table view cells that contain boolean data. |
class |
TableViewCellRenderer
Default table cell renderer. |
class |
TableViewDateCellRenderer
Default renderer for table view cells that contain date data. |
class |
TableViewFileSizeCellRenderer
Default renderer for table view cells that contain file size data. |
class |
TableViewHeaderDataRenderer
Default table view header data renderer. |
class |
TableViewImageCellRenderer
Default renderer for table view cells that contain image data. |
class |
TableViewNumberCellRenderer
Default renderer for table view cells that contain numeric data. |
class |
TreeViewNodeRenderer
Default tree node renderer, which knows how to render instances of TreeNode and Image . |
Methods in org.apache.pivot.wtk.content that return types with arguments of type Component | |
---|---|
Dictionary<String,Component> |
TableViewRowEditor.getCellEditors()
Gets this row editor's cell editor dictionary. |
Uses of Component in org.apache.pivot.wtk.effects |
---|
Methods in org.apache.pivot.wtk.effects that return Component | |
---|---|
Component |
FadeTransition.getComponent()
|
Component |
OverlayDecorator.getOverlay()
|
Methods in org.apache.pivot.wtk.effects with parameters of type Component | |
---|---|
Bounds |
TagDecorator.getBounds(Component component)
|
Bounds |
ShadeDecorator.getBounds(Component component)
|
Bounds |
SaturationDecorator.getBounds(Component component)
|
Bounds |
OverlayDecorator.getBounds(Component component)
|
Bounds |
WatermarkDecorator.getBounds(Component component)
|
Bounds |
ReflectionDecorator.getBounds(Component component)
|
Bounds |
GrayscaleDecorator.getBounds(Component component)
|
Bounds |
Decorator.getBounds(Component component)
Returns the bounding area of the decorator. |
Bounds |
TranslationDecorator.getBounds(Component component)
|
Bounds |
ScaleDecorator.getBounds(Component component)
|
Bounds |
BlurDecorator.getBounds(Component component)
|
Bounds |
DropShadowDecorator.getBounds(Component component)
|
Bounds |
ClipDecorator.getBounds(Component component)
|
Bounds |
FadeDecorator.getBounds(Component component)
|
AffineTransform |
TagDecorator.getTransform(Component component)
|
AffineTransform |
ShadeDecorator.getTransform(Component component)
|
AffineTransform |
SaturationDecorator.getTransform(Component component)
|
AffineTransform |
OverlayDecorator.getTransform(Component component)
|
AffineTransform |
WatermarkDecorator.getTransform(Component component)
|
AffineTransform |
ReflectionDecorator.getTransform(Component component)
|
AffineTransform |
GrayscaleDecorator.getTransform(Component component)
|
AffineTransform |
Decorator.getTransform(Component component)
Returns the transformation the decorator applies to the component's coordinate space. |
AffineTransform |
TranslationDecorator.getTransform(Component component)
|
AffineTransform |
ScaleDecorator.getTransform(Component component)
|
AffineTransform |
BlurDecorator.getTransform(Component component)
|
AffineTransform |
DropShadowDecorator.getTransform(Component component)
|
AffineTransform |
ClipDecorator.getTransform(Component component)
|
AffineTransform |
FadeDecorator.getTransform(Component component)
|
Graphics2D |
TagDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
ShadeDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
SaturationDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
OverlayDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
WatermarkDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
ReflectionDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
GrayscaleDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
Decorator.prepare(Component component,
Graphics2D graphics)
Prepares the graphics context into which the component or prior decorator will paint. |
Graphics2D |
TranslationDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
ScaleDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
BlurDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
DropShadowDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
ClipDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
FadeDecorator.prepare(Component component,
Graphics2D graphics)
|
void |
ScaleDecorator.repaint(Component component,
int x,
int y,
int width,
int height)
|
void |
OverlayDecorator.setOverlay(Component overlay)
|
Constructors in org.apache.pivot.wtk.effects with parameters of type Component | |
---|---|
FadeTransition(Component component,
int duration,
int rate)
|
|
OverlayDecorator(Component overlay)
|
Uses of Component in org.apache.pivot.wtk.skin |
---|
Fields in org.apache.pivot.wtk.skin declared as Component | |
---|---|
Component |
CardPaneSkin.SelectionChangeTransition.fromCard
|
Component |
CardPaneSkin.SelectionChangeTransition.toCard
|
Methods in org.apache.pivot.wtk.skin that return Component | |
---|---|
Component |
ComponentSkin.getComponent()
|
Component |
ContainerSkin.IndexFocusTraversalPolicy.getNextComponent(Container container,
Component component,
Direction direction)
|
Component |
WindowSkin.WindowFocusTraversalPolicy.getNextComponent(Container container,
Component component,
Direction direction)
|
Methods in org.apache.pivot.wtk.skin with parameters of type Component | |
---|---|
void |
TablePaneSkin.cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
|
void |
ScrollPaneSkin.columnHeaderChanged(ScrollPane scrollPane,
Component previousColumnHeader)
|
void |
TablePaneSkin.columnSpanChanged(TablePane tablePane,
Component component,
int previousColumnSpan)
|
void |
BorderSkin.contentChanged(Border border,
Component previousContent)
|
void |
ExpanderSkin.contentChanged(Expander expander,
Component previousContent)
|
void |
WindowSkin.contentChanged(Window window,
Component previousContent)
|
void |
ScrollPaneSkin.cornerChanged(ScrollPane scrollPane,
Component previousCorner)
|
void |
ComponentSkin.cursorChanged(Component component,
Cursor previousCursor)
|
void |
ComponentSkin.dragSourceChanged(Component component,
DragSource previousDragSource)
|
void |
ComponentSkin.dropTargetChanged(Component component,
DropTarget previousDropTarget)
|
void |
PushButtonSkin.enabledChanged(Component component)
|
void |
CalendarButtonSkin.enabledChanged(Component component)
|
void |
ListButtonSkin.enabledChanged(Component component)
|
void |
MenuButtonSkin.enabledChanged(Component component)
|
void |
MenuItemSkin.enabledChanged(Component component)
|
void |
ComponentSkin.enabledChanged(Component component)
|
void |
TextAreaSkin.enabledChanged(Component component)
|
void |
MenuBarItemSkin.enabledChanged(Component component)
|
void |
ButtonSkin.enabledChanged(Component component)
|
void |
PushButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
CalendarButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ListButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
MenuButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ComponentSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TextAreaSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
Component |
ContainerSkin.IndexFocusTraversalPolicy.getNextComponent(Container container,
Component component,
Direction direction)
|
Component |
WindowSkin.WindowFocusTraversalPolicy.getNextComponent(Container container,
Component component,
Direction direction)
|
void |
SeparatorSkin.install(Component component)
|
void |
SliderSkin.install(Component component)
|
void |
RollupSkin.install(Component component)
|
void |
ExpanderSkin.install(Component component)
|
void |
CalendarButtonSkin.install(Component component)
|
void |
CalendarSkin.install(Component component)
|
void |
ListButtonSkin.install(Component component)
|
void |
MenuButtonSkin.install(Component component)
|
void |
MenuItemSkin.install(Component component)
|
void |
CardPaneSkin.install(Component component)
|
void |
BorderSkin.install(Component component)
|
void |
FileBrowserSkin.install(Component component)
|
void |
ImageViewSkin.install(Component component)
|
void |
DisplaySkin.install(Component component)
|
void |
ContainerSkin.install(Component component)
|
void |
ComponentSkin.install(Component component)
|
void |
BoxPaneSkin.install(Component component)
|
void |
WindowSkin.install(Component component)
|
void |
TextAreaSkin.install(Component component)
|
void |
FlowPaneSkin.install(Component component)
|
void |
TablePaneSkin.install(Component component)
|
void |
ActivityIndicatorSkin.install(Component component)
|
void |
ScrollPaneSkin.install(Component component)
|
void |
MovieViewSkin.install(Component component)
|
void |
LabelSkin.install(Component component)
|
void |
MenuBarItemSkin.install(Component component)
|
void |
ButtonSkin.install(Component component)
|
boolean |
PushButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
CalendarButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ListButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
MenuButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TextAreaSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ScrollPaneSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
PushButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
CalendarButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ListButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
MenuButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
CheckboxSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
RadioButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentSkin.keyTyped(Component component,
char character)
|
boolean |
TextAreaSkin.keyTyped(Component component,
char character)
|
void |
ComponentSkin.locationChanged(Component component,
int previousX,
int previousY)
|
void |
TextAreaSkin.locationChanged(Component component,
int previousX,
int previousY)
|
void |
ComponentSkin.menuHandlerChanged(Component component,
MenuHandler previousMenuHandler)
|
boolean |
PushButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
CalendarButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ListButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
MenuButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
MenuItemSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
CheckboxSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ComponentSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
RadioButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
MenuBarItemSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
LinkButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
PushButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
CalendarButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ListButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuItemSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
WindowSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TextAreaSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuBarItemSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
DisplaySkin.mouseMove(Component component,
int x,
int y)
|
boolean |
ComponentSkin.mouseMove(Component component,
int x,
int y)
|
void |
PushButtonSkin.mouseOut(Component component)
|
void |
CalendarButtonSkin.mouseOut(Component component)
|
void |
ListButtonSkin.mouseOut(Component component)
|
void |
MenuButtonSkin.mouseOut(Component component)
|
void |
MenuItemSkin.mouseOut(Component component)
|
void |
ComponentSkin.mouseOut(Component component)
|
void |
ButtonSkin.mouseOut(Component component)
|
void |
MenuItemSkin.mouseOver(Component component)
|
void |
ComponentSkin.mouseOver(Component component)
|
void |
MenuBarItemSkin.mouseOver(Component component)
|
void |
ButtonSkin.mouseOver(Component component)
|
boolean |
PushButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
CalendarButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ListButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuBarItemSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
boolean |
ScrollPaneSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
void |
ComponentSkin.parentChanged(Component component,
Container previousParent)
|
void |
ComponentSkin.preferredHeightLimitsChanged(Component component,
int previousMinimumPreferredHeight,
int previousMaximumPreferredHeight)
|
void |
ComponentSkin.preferredSizeChanged(Component component,
int previousPreferredWidth,
int previousPreferredHeight)
|
void |
ComponentSkin.preferredWidthLimitsChanged(Component component,
int previousMinimumPreferredWidth,
int previousMaximumPreferredWidth)
|
void |
ScrollPaneSkin.rowHeaderChanged(ScrollPane scrollPane,
Component previousRowHeader)
|
void |
TablePaneSkin.rowSpanChanged(TablePane tablePane,
Component component,
int previousRowSpan)
|
void |
ComponentSkin.sizeChanged(Component component,
int previousWidth,
int previousHeight)
|
void |
ComponentSkin.styleUpdated(Component component,
String styleKey,
Object previousValue)
|
void |
ComponentSkin.tooltipTextChanged(Component component,
String previousTooltipText)
|
void |
ScrollPaneSkin.viewChanged(Viewport viewport,
Component previousView)
|
void |
ComponentSkin.visibleChanged(Component component)
|
Method parameters in org.apache.pivot.wtk.skin with type arguments of type Component | |
---|---|
void |
TablePaneSkin.cellsRemoved(TablePane.Row row,
int column,
Sequence<Component> removed)
|
void |
CardPaneSkin.componentsRemoved(Container container,
int index,
Sequence<Component> removed)
|
void |
ContainerSkin.componentsRemoved(Container container,
int index,
Sequence<Component> removed)
|
Uses of Component in org.apache.pivot.wtk.skin.terra |
---|
Subclasses of Component in org.apache.pivot.wtk.skin.terra | |
---|---|
protected class |
TerraAccordionSkin.PanelHeader
|
class |
TerraCalendarSkin.DateButton
|
class |
TerraCalendarSkin.MonthSpinnerItemRenderer
|
class |
TerraExpanderSkin.ShadeButton
Expander shade button component. |
static class |
TerraFileBrowserSkin.FileRenderer
Abstract renderer for displaying file system contents. |
static class |
TerraFileBrowserSkin.ListButtonFileRenderer
List button file renderer. |
static class |
TerraFileBrowserSkin.ListViewFileRenderer
List view file renderer. |
static class |
TerraFileBrowserSkin.TableViewFileRenderer
Table view file renderer. |
static class |
TerraFrameSkin.FrameButton
Frame button. |
protected class |
TerraPanoramaSkin.ScrollButton
|
protected class |
TerraRollupSkin.RollupButton
Component that allows the user to expand and collapse the Rollup. |
protected class |
TerraScrollBarSkin.Handle
Scroll bar handle component. |
protected class |
TerraScrollBarSkin.ScrollButton
Scroll bar scroll button component. |
protected class |
TerraSliderSkin.Thumb
Slider thumb component. |
protected class |
TerraSpinnerSkin.SpinButton
Spinner button. |
protected class |
TerraSpinnerSkin.SpinnerContent
Component that holds the content of a spinner. |
protected class |
TerraSplitPaneSkin.Splitter
Split pane splitter component. |
protected class |
TerraSplitPaneSkin.SplitterShadow
Split pane splitter shadow component. |
class |
TerraTabPaneSkin.TabButton
Tab button component. |
Fields in org.apache.pivot.wtk.skin.terra declared as Component | |
---|---|
Component |
TerraAccordionSkin.SelectionChangeTransition.fromPanel
|
Component |
TerraTabPaneSkin.SelectionChangeTransition.tab
|
Component |
TerraAccordionSkin.SelectionChangeTransition.toPanel
|
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Component | |
---|---|
void |
TerraSplitPaneSkin.bottomRightChanged(SplitPane splitPane,
Component previousBottomRight)
|
void |
TerraTabPaneSkin.closeableChanged(TabPane tabPane,
Component component)
|
void |
TerraExpanderSkin.contentChanged(Expander expander,
Component previousContent)
Called when an expander's content component has changed. |
void |
TerraRollupSkin.contentChanged(Rollup rollup,
Component previousContent)
|
void |
TerraTabPaneSkin.cornerChanged(TabPane tabPane,
Component previousCorner)
|
void |
TerraTreeViewSkin.enabledChanged(Component component)
|
void |
TerraListViewSkin.enabledChanged(Component component)
|
void |
TerraSpinnerSkin.SpinnerContentSkin.enabledChanged(Component component)
|
void |
TerraSpinnerSkin.SpinButtonSkin.enabledChanged(Component component)
|
void |
TerraTableViewHeaderSkin.enabledChanged(Component component)
|
void |
TerraSliderSkin.ThumbSkin.enabledChanged(Component component)
|
void |
TerraScrollBarSkin.enabledChanged(Component component)
Propagates the scroll bar's enabled state to the scroll buttons. |
void |
TerraScrollBarSkin.ScrollButtonSkin.enabledChanged(Component component)
|
void |
TerraTableViewSkin.enabledChanged(Component component)
|
void |
TerraTextInputSkin.enabledChanged(Component component)
|
void |
TerraFormSkin.flagChanged(Form form,
Component field,
Form.Flag previousFlag)
|
void |
TerraCalendarSkin.DateButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraTreeViewSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraListViewSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraSpinnerSkin.SpinnerContentSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraSliderSkin.ThumbSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraTableViewSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraTextInputSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TerraRollupSkin.headingChanged(Rollup rollup,
Component previousHeading)
|
void |
TerraAccordionSkin.iconChanged(Accordion accordion,
Component component,
Image previousIcon)
|
void |
TerraTabPaneSkin.iconChanged(TabPane tabPane,
Component component,
Image previousIcon)
|
void |
TerraDialogSkin.install(Component component)
|
void |
TerraSplitPaneSkin.install(Component component)
|
void |
TerraTabPaneSkin.install(Component component)
|
void |
TerraAccordionSkin.install(Component component)
|
void |
TerraTooltipSkin.install(Component component)
|
void |
TerraCalendarSkin.install(Component component)
|
void |
TerraCalendarSkin.DateButtonSkin.install(Component component)
|
void |
TerraMenuBarSkin.install(Component component)
|
void |
TerraMenuSkin.install(Component component)
|
void |
TerraTreeViewSkin.install(Component component)
|
void |
TerraListViewSkin.install(Component component)
|
void |
TerraMenuBarItemSkin.install(Component component)
|
void |
TerraRollupSkin.install(Component component)
|
void |
TerraSpinnerSkin.install(Component component)
|
void |
TerraFileBrowserSheetSkin.install(Component component)
|
void |
TerraExpanderSkin.install(Component component)
|
void |
TerraFormSkin.install(Component component)
|
void |
TerraFileBrowserSkin.install(Component component)
|
void |
TerraTableViewHeaderSkin.install(Component component)
|
void |
TerraSliderSkin.install(Component component)
|
void |
TerraScrollBarSkin.install(Component component)
|
void |
TerraTableViewSkin.install(Component component)
|
void |
TerraAlertSkin.install(Component component)
|
void |
TerraPromptSkin.install(Component component)
|
void |
TerraMenuItemSkin.install(Component component)
|
void |
TerraFrameSkin.install(Component component)
|
void |
TerraTextInputSkin.install(Component component)
|
void |
TerraMeterSkin.install(Component component)
|
void |
TerraPaletteSkin.install(Component component)
|
void |
TerraPanoramaSkin.install(Component component)
|
void |
TerraSheetSkin.install(Component component)
|
void |
TerraMenuPopupSkin.install(Component component)
|
boolean |
TerraDialogSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraCalendarSkin.DateButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraMenuSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraTreeViewSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraListViewSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraSpinnerSkin.SpinnerContentSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraFileBrowserSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraSliderSkin.ThumbSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraTableViewSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraTextInputSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraSheetSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraMenuPopupSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraCalendarSkin.DateButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraMenuSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraTreeViewSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraListViewSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraFileBrowserSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
TerraTextInputSkin.keyTyped(Component component,
char character)
|
void |
TerraAccordionSkin.labelChanged(Accordion accordion,
Component component,
String previousLabel)
|
void |
TerraFormSkin.labelChanged(Form form,
Component field,
String previousLabel)
|
void |
TerraTabPaneSkin.labelChanged(TabPane tabPane,
Component component,
String previousLabel)
|
boolean |
TerraTabPaneSkin.TabButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraAccordionSkin.PanelHeaderSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraCalendarSkin.DateButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraTreeViewSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraListViewSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraRollupSkin.RollupButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraSpinnerSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraMenuButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraTableViewHeaderSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraPushButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraSliderSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraSliderSkin.ThumbSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraTableViewSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraTextInputSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TerraSplitPaneSkin.SplitterSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTreeViewSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraListViewSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSpinnerSkin.SpinButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTableViewHeaderSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSliderSkin.ThumbSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraScrollBarSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
Initiates automatic block scrolling. |
boolean |
TerraScrollBarSkin.ScrollButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraScrollBarSkin.HandleSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTableViewSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraFrameSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraFrameSkin.FrameButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTextInputSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraPaletteSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSplitPaneSkin.SplitterSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraTreeViewSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraListViewSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraTableViewHeaderSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraSliderSkin.ThumbSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraScrollBarSkin.HandleSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraTableViewSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraFrameSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraTextInputSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TerraPaletteSkin.mouseMove(Component component,
int x,
int y)
|
void |
TerraTreeViewSkin.mouseOut(Component component)
|
void |
TerraListViewSkin.mouseOut(Component component)
|
void |
TerraSpinnerSkin.SpinButtonSkin.mouseOut(Component component)
|
void |
TerraMenuButtonSkin.mouseOut(Component component)
|
void |
TerraTableViewHeaderSkin.mouseOut(Component component)
|
void |
TerraPushButtonSkin.mouseOut(Component component)
|
void |
TerraSliderSkin.ThumbSkin.mouseOut(Component component)
|
void |
TerraScrollBarSkin.mouseOut(Component component)
|
void |
TerraScrollBarSkin.ScrollButtonSkin.mouseOut(Component component)
|
void |
TerraScrollBarSkin.HandleSkin.mouseOut(Component component)
|
void |
TerraTableViewSkin.mouseOut(Component component)
|
void |
TerraPanoramaSkin.mouseOut(Component component)
|
void |
TerraCalendarSkin.DateButtonSkin.mouseOver(Component component)
|
void |
TerraSpinnerSkin.SpinButtonSkin.mouseOver(Component component)
|
void |
TerraSliderSkin.ThumbSkin.mouseOver(Component component)
|
void |
TerraScrollBarSkin.ScrollButtonSkin.mouseOver(Component component)
|
void |
TerraScrollBarSkin.HandleSkin.mouseOver(Component component)
|
void |
TerraPanoramaSkin.mouseOver(Component component)
|
boolean |
TerraSplitPaneSkin.SplitterSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSpinnerSkin.SpinButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTableViewHeaderSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraSliderSkin.ThumbSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraScrollBarSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
Cancels automatic block scrolling. |
boolean |
TerraScrollBarSkin.ScrollButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraScrollBarSkin.HandleSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraFrameSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTextInputSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraPaletteSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TerraTreeViewSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
boolean |
TerraListViewSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
boolean |
TerraScrollBarSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
Updates the scroll bar's value. |
boolean |
TerraTableViewSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
boolean |
TerraPanoramaSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
void |
TerraSheetSkin.sizeChanged(Component component,
int previousWidth,
int previousHeight)
|
void |
TerraSplitPaneSkin.topLeftChanged(SplitPane splitPane,
Component previousTopLeft)
|
void |
TerraPanoramaSkin.viewChanged(Viewport panorama,
Component previousView)
|
Method parameters in org.apache.pivot.wtk.skin.terra with type arguments of type Component | |
---|---|
void |
TerraFormSkin.fieldsRemoved(Form.Section section,
int index,
Sequence<Component> fields)
|
void |
TerraAccordionSkin.panelsRemoved(Accordion accordion,
int index,
Sequence<Component> removed)
|
void |
TerraTabPaneSkin.tabsRemoved(TabPane tabPane,
int index,
Sequence<Component> removed)
|
Constructors in org.apache.pivot.wtk.skin.terra with parameters of type Component | |
---|---|
FadeWindowTransition(Component component,
int duration,
int rate,
DropShadowDecorator dropShadowDecorator)
|
|
TerraAccordionSkin.PanelHeader(Component panel)
|
|
TerraAccordionSkin.SelectionChangeTransition(Component fromPanel,
Component toPanel)
|
|
TerraTabPaneSkin.SelectionChangeTransition(Component tab,
boolean expand)
|
|
TerraTabPaneSkin.TabButton(Component tab)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |