All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.jmf.MultiPlayer.MultiPlayerCustomizer
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----com.ibm.jmf.MultiPlayer.CustomizerSupport
|
+----com.ibm.jmf.MultiPlayer.PlayerCustomizer
|
+----com.ibm.jmf.MultiPlayer.MultiPlayerCustomizer
- public class MultiPlayerCustomizer
- extends PlayerCustomizer
- implements Serializable, ActionListener, ItemListener
This is the customizer for MultiPlayer Bean
-
add
-
-
addC
-
-
addLink
-
-
addLinkC
-
-
button
-
-
buttonChoice
-
-
buttonField
-
-
buttonURL
-
-
codebase
-
-
del
-
-
delC
-
-
delLink
-
-
delLinkC
-
-
doneB
-
-
doneLinkC
-
-
down
-
-
downC
-
-
fileS
-
-
guiE
-
-
http
-
-
linkC
-
-
linkFrame
-
-
links
-
-
media
-
-
mediaChoice
-
-
mediaField
-
-
mediaURL
-
-
mpBean
-
-
newValue
-
-
oldValue
-
-
refresh
-
-
refreshC
-
-
related
-
-
relatedField
-
-
start
-
-
startField
-
-
stop
-
-
stopField
-
-
up
-
-
upC
-
-
MultiPlayerCustomizer()
-
-
actionPerformed(ActionEvent)
-
actionPerformed():
This actionPerformed method must be defined in
order to implement the java.media.ActionListener interface.
-
addNotify()
- addNotify():
Notifies this component that it has been added to a container
and if a peer is required, it should be created.
-
createGUI()
- createGUI():
Creates a panel that contains components needed for the Customizer.
-
getPreferredSize()
- getPreferredSize():
returns the preferred size for this Customizer.
-
itemStateChanged(ItemEvent)
-
itemStateChanged():
This itemStateChanged method must be defined in
order to implement the java.media.ItemListener interface.
-
linksPanel()
-
linksPanel():
Brings up the links panel for a new related links for a media group
-
processDel()
- processDel():
process the deletion of a media group
-
setCenterLocation(Frame, Frame, int, int)
- setCenterLocation():
bring the frame up in the center of the parent, if no
parent, then center of the screen
-
setObject(Object)
- setObject():
initializes the bean, PropertyChangeSupport, GUI Panels,
and bean class.
-
supportsCustomEditor()
-
supportCustomEditor():
Has to return true for custom-built editors.
oldValue
transient MediaGroup oldValue[]
newValue
transient MediaGroup newValue[]
mpBean
public MultiPlayerBean mpBean
media
List media
button
List button
mediaURL
Label mediaURL
buttonURL
Label buttonURL
add
Button add
del
Button del
links
Button links
refresh
Button refresh
up
Button up
down
Button down
guiE
Enclosure guiE
mediaChoice
Choice mediaChoice
buttonChoice
Choice buttonChoice
mediaField
TextField mediaField
buttonField
TextField buttonField
codebase
String codebase
http
String http
fileS
String fileS
linkFrame
MultiPlayerCustomizer. DTFrame linkFrame
related
List related
start
List start
stop
List stop
relatedField
TextField relatedField
startField
TextField startField
stopField
TextField stopField
addLink
Button addLink
delLink
Button delLink
doneB
Button doneB
addC
String addC
delC
String delC
upC
String upC
downC
String downC
linkC
String linkC
refreshC
String refreshC
addLinkC
String addLinkC
delLinkC
String delLinkC
doneLinkC
String doneLinkC
MultiPlayerCustomizer
public MultiPlayerCustomizer()
setObject
public void setObject(Object bn)
- setObject():
initializes the bean, PropertyChangeSupport, GUI Panels,
and bean class.
- Parameters:
- Object - : the instantiated bean
- Overrides:
- setObject in class CustomizerSupport
addNotify
public void addNotify()
- addNotify():
Notifies this component that it has been added to a container
and if a peer is required, it should be created.
- Overrides:
- addNotify in class Panel
supportsCustomEditor
public boolean supportsCustomEditor()
- supportCustomEditor():
Has to return true for custom-built editors.
- Returns:
- Boolean
createGUI
protected void createGUI()
- createGUI():
Creates a panel that contains components needed for the Customizer.
- Overrides:
- createGUI in class CustomizerSupport
getPreferredSize
public Dimension getPreferredSize()
- getPreferredSize():
returns the preferred size for this Customizer.
- Returns:
- Dimension
- Overrides:
- getPreferredSize in class Container
actionPerformed
public void actionPerformed(ActionEvent e)
- actionPerformed():
This actionPerformed method must be defined in
order to implement the java.media.ActionListener interface.
This method will be called whenever there is an action event.
- Parameters:
- java.awt.event.ActionEvent - e: the action event that is happening
itemStateChanged
public void itemStateChanged(ItemEvent e)
- itemStateChanged():
This itemStateChanged method must be defined in
order to implement the java.media.ItemListener interface.
This method will be called whenever there is an Item event.
- Parameters:
- java.awt.event.ItemEvent - e: the item event that is happening
processDel
public void processDel()
- processDel():
process the deletion of a media group
linksPanel
public void linksPanel()
- linksPanel():
Brings up the links panel for a new related links for a media group
setCenterLocation
public static void setCenterLocation(Frame self,
Frame parent,
int width,
int height)
- setCenterLocation():
bring the frame up in the center of the parent, if no
parent, then center of the screen
- Parameters:
- Frame - itself
- Frame - its parant
- int - its width
- int - its height
All Packages Class Hierarchy This Package Previous Next Index