Tabnine Logo
Composite.pack
Code IndexAdd Tabnine to your IDE (free)

How to use
pack
method
in
org.eclipse.swt.widgets.Composite

Best Java code snippets using org.eclipse.swt.widgets.Composite.pack (Showing top 20 results out of 315)

origin: caoxinyu/RedisClient

public void refreshLangUI(){
  dataTabItem.setText(RedisClient.i18nFile.getText(dataTitle));
  label.setText(RedisClient.i18nFile.getText(I18nFile.SERVER));
  label_2.setText(RedisClient.i18nFile.getText(I18nFile.DATABASE));
  lblKey.setText(RedisClient.i18nFile.getText(I18nFile.KEY));
  
  ttlTabItem.setText(RedisClient.i18nFile.getText(I18nFile.TTL));
  btnExpire.setText(RedisClient.i18nFile.getText(I18nFile.EXPIRE));
  labelTTL.setText(RedisClient.i18nFile.getText(I18nFile.TTLS));
  shell.pack();
}
origin: caoxinyu/RedisClient

@Override
public void refreshLangUI() {
  tbtmNewItem.setText(server.getName() +" "+RedisClient.i18nFile.getText(I18nFile.SUBSCRIBE));
  lblNewLabel.setText(RedisClient.i18nFile.getText(I18nFile.CHANNEL));
  btnNewButton.setText(RedisClient.i18nFile.getText(I18nFile.SUBSCRIBE));
  for(SubChannel subedChannel: subChannels){
    subedChannel.refreshLangUI();
  }
  composite_3.pack();
}
origin: caoxinyu/RedisClient

@Override
public void refreshLangUI(){
  tbtmNewItem.setText(server.getName() +" "+RedisClient.i18nFile.getText(I18nFile.PUBLISH));
  btnNewButton.setText(RedisClient.i18nFile.getText(I18nFile.PUBLISH));
  label.setText(RedisClient.i18nFile.getText(I18nFile.CHANNEL));
  label1.setText(RedisClient.i18nFile.getText(I18nFile.MESSAGE));
  tblclmnNewColumn.setText(RedisClient.i18nFile.getText(I18nFile.TIME));
  tblclmnNewColumn_1.setText(RedisClient.i18nFile.getText(I18nFile.CHANNEL));
  tblclmnNewColumn_2.setText(RedisClient.i18nFile.getText(I18nFile.MESSAGE));
  composite_3.pack();
}
@Override
origin: caoxinyu/RedisClient

@Override
public void refreshLangUI() {
  tbtmNewItem.setText(server.getName() + " " + RedisClient.i18nFile.getText(I18nFile.CONSOLE));
  tbtmNewItem_1.setText(RedisClient.i18nFile.getText(I18nFile.RESULT));
  btnExecButton.setText(RedisClient.i18nFile.getText(I18nFile.RUNCURRENT));
  btnExecButton.setToolTipText(RedisClient.i18nFile.getText(I18nFile.RUNCURRENTTIP)+"\tF7");
  btnExecSelectButton.setText(RedisClient.i18nFile.getText(I18nFile.RUNSELECT));
  btnExecSelectButton.setToolTipText(RedisClient.i18nFile.getText(I18nFile.RUNSELECTTIP)+"\tF8");
  btnExecNextButton.setText(RedisClient.i18nFile.getText(I18nFile.RUNFOLLOW));
  btnExecNextButton.setToolTipText(RedisClient.i18nFile.getText(I18nFile.RUNFOLLOWTIP)+"\tF9");
  for(DataCommand dataCommand: dataCmds)
    dataCommand.refreshLangUI();
  menu.dispose();
  initMenu();
  composite_4.pack();
}
origin: pentaho/pentaho-kettle

wGeneralComp.setLayoutData( fdGeneralComp );
wGeneralComp.pack();
origin: pentaho/pentaho-kettle

wErrorComp.setLayoutData( fdErrorComp );
wErrorComp.pack();
origin: pentaho/pentaho-kettle

wErrorComp.setLayoutData( fdErrorComp );
wErrorComp.pack();
origin: pentaho/pentaho-kettle

wResultFileNameField.setLayoutData( fdResultFileNameField );
wInputComposite.pack();
Rectangle bounds = wInputComposite.getBounds();
origin: pentaho/pentaho-kettle

wResultFileNameField.setLayoutData( fdResultFileNameField );
wInputComposite.pack();
Rectangle bounds = wInputComposite.getBounds();
origin: pentaho/pentaho-kettle

comp.setLayoutData( fdComp );
comp.pack();
Rectangle bounds = comp.getBounds();
origin: pentaho/pentaho-kettle

wOutputFields.getTable().addListener( SWT.Resize, new ColumnsResizer( 0, 25, 25, 25, 25 ) );
wInputComposite.pack();
Rectangle bounds = wInputComposite.getBounds();
origin: pentaho/pentaho-kettle

wFileComp.setLayoutData( fdFileComp );
wFileComp.pack();
Rectangle bounds = wFileComp.getBounds();
origin: pentaho/pentaho-kettle

wFileComp.setLayoutData( fdFileComp );
wFileComp.pack();
Rectangle bounds = wFileComp.getBounds();
origin: pentaho/pentaho-kettle

wOptionsComp.setLayoutData( fdOptionsComp );
wOptionsComp.pack();
Rectangle bounds = wOptionsComp.getBounds();
origin: pentaho/pentaho-kettle

wResultRowsFields.getTable().addListener( SWT.Resize, new ColumnsResizer( 0, 25, 25, 25, 25 ) );
wInputComposite.pack();
Rectangle bounds = wInputComposite.getBounds();
origin: pentaho/pentaho-kettle

jobHistoryComposite.pack();
jobHistoryTab.setControl( jobHistoryComposite );
jobGraph.extraViewTabFolder.setSelection( jobHistoryTab );
origin: pentaho/pentaho-kettle

transHistoryComposite.pack();
transHistoryTab.setControl( transHistoryComposite );
transGraph.extraViewTabFolder.setSelection( transHistoryTab );
origin: pentaho/pentaho-kettle

wInjectComp.setLayoutData( fdInjectComp );
wInjectComp.pack();
Rectangle bounds = wInjectComp.getBounds();
origin: pentaho/pentaho-kettle

wJobExecutorParameters.optWidth( true );
wInputComposite.pack();
Rectangle bounds = wInputComposite.getBounds();
origin: pentaho/pentaho-kettle

wTransExecutorParameters.optWidth( true );
wInputComposite.pack();
Rectangle bounds = wInputComposite.getBounds();
org.eclipse.swt.widgetsCompositepack

Popular methods of Composite

  • setLayout
    Sets the layout which is associated with the receiver to be the argument which may be null.
  • <init>
    Constructs a new instance of this class given its parent and a style value describing its behavior a
  • setLayoutData
  • layout
    Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarc
  • getDisplay
  • getChildren
    Returns a (possibly empty) array containing the receiver's children. Children are returned in the or
  • getShell
  • getFont
  • getLayout
    Returns layout which is associated with the receiver, or null if one has not been set.
  • setFont
  • getParent
  • computeSize
  • getParent,
  • computeSize,
  • dispose,
  • setBackground,
  • getClientArea,
  • isDisposed,
  • getBackground,
  • setVisible,
  • setSize,
  • setData

Popular in Java

  • Start an intent from android
  • startActivity (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now