org.rapla.gui
Interface InfoFactory


public interface InfoFactory


Field Summary
static String ROLE
           
 
Method Summary
 DialogUI createDeleteDialog(Object[] deletables, Component owner)
           
 JComponent createInfoComponent(Object object)
           
 String getToolTip(Object obj)
          same as getToolTip(obj, true)
 String getToolTip(Object obj, boolean wrapHtml)
           
 void showInfoDialog(Object object, Component owner)
           
 void showInfoDialog(Object object, Component owner, Point point)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

createInfoComponent

JComponent createInfoComponent(Object object)
                               throws RaplaException
Throws:
RaplaException

getToolTip

String getToolTip(Object obj)
same as getToolTip(obj, true)


getToolTip

String getToolTip(Object obj,
                  boolean wrapHtml)
Parameters:
wrapHtml - wraps an html Page arround the tooltip

showInfoDialog

void showInfoDialog(Object object,
                    Component owner)
                    throws RaplaException
Throws:
RaplaException

showInfoDialog

void showInfoDialog(Object object,
                    Component owner,
                    Point point)
                    throws RaplaException
Throws:
RaplaException

createDeleteDialog

DialogUI createDeleteDialog(Object[] deletables,
                            Component owner)
                            throws RaplaException
Throws:
RaplaException


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.